| Age | Commit message (Expand) | Author | Lines |
| 2017-10-04 | Generate ScopeId using newtype_index macro | Santiago Pastorino | -13/+1 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -2/+2 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -2/+2 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -24/+124 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -30/+101 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -1/+5 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -4/+4 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -2/+2 |
| 2017-09-13 | Fix issue #43481: emit the EndRegion *before* StorageDeads for a scope. | Felix S. Klock II | -4/+6 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -17/+54 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -33/+41 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -2/+2 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -1/+1 |
| 2017-09-05 | Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0). | Felix S. Klock II | -1/+1 |
| 2017-09-05 | Skip EndRegion emission by default. Use `-Z emit-end-regions` to reenable it. | Felix S. Klock II | -15/+20 |
| 2017-09-04 | rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-09-03 | rustc_mir: use Local in ProjectionElem::Index. | Eduard-Mihai Burtescu | -14/+15 |
| 2017-09-03 | Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis | bors | -122/+130 |
| 2017-09-02 | rustc_mir: always emit StorageLive even without a matching StorageDead. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -122/+130 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -3/+4 |
| 2017-09-01 | rustc: take TyCtxt and RegionMaps in CodeMap::span. | Eduard-Mihai Burtescu | -7/+4 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -2/+2 |
| 2017-08-25 | Add some comments and fix a typo | John Kåre Alsaker | -1/+2 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+4 |
| 2017-08-17 | refactor(mir): remove unused argument | Michael Zapata | -6/+4 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -55/+61 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -53/+53 |
| 2017-08-15 | Auto merge of #43859 - arielb1:nonfree-block-live, r=nagisa | bors | -3/+9 |
| 2017-08-14 | Fix merge conflicts with `gen` branch | Alex Crichton | -2/+2 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -7/+11 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -6/+10 |
| 2017-08-14 | emit StorageLive for box temporaries | Ariel Ben-Yehuda | -3/+9 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Fix errors | John Kåre Alsaker | -8/+0 |
| 2017-08-12 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -129/+10 |
| 2017-08-12 | Auto merge of #43772 - arielb1:nonfree-block, r=nagisa | bors | -123/+9 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -2/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -4/+6 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::liberated_fn_sigs. | Michael Woerister | -1/+3 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -1/+2 |
| 2017-08-11 | Store generator interior in MIR literals | John Kåre Alsaker | -3/+3 |
| 2017-08-11 | Fix merge of scope.rs | John Kåre Alsaker | -8/+11 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-10 | For box expressions, use NZ drop instead of a free block | Ariel Ben-Yehuda | -123/+9 |