Commit Graph

9 Commits

Author SHA1 Message Date
csmoe 64f61c7888 remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
Jad Ghalayini 80ff07f30d Changed usages of `mir` in librustc::mir and librustc_mir to `body` 2019-06-09 16:05:05 -04:00
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ 6e5e0daff2 Changes the type `mir::Mir` into `mir::Body`
The commit should have changed comments as well.
At the time of writting, it passes the tidy and check tool.

Revisions asked by eddyb :
- Renamed of all the occurences of {visit/super}_mir
- Renamed test structures `CachedMir` to `Cached`

Fixing the missing import on `AggregateKind`
2019-05-28 19:17:51 +02:00
Mark Rousskov 2a663555dd Remove licenses 2018-12-25 21:08:33 -07:00
Bruce Mitchener a62af858e0 Fix typos. 2018-11-11 20:52:36 +07:00
Niko Matsakis 1242639b88 change syntax of `newtype_index` to look like a struct decl 2018-09-07 11:34:41 -04:00
Niko Matsakis 9788479784 remove `#[allow(dead_code)]` 2018-05-05 06:03:25 -04:00
Niko Matsakis eaac10ec0d add `-Znll-facts` switch that dumps facts for new analysis 2018-05-05 06:03:25 -04:00
Niko Matsakis 74bb9171cc add location table
This will be used in fact generation.
2018-05-05 05:03:56 -04:00