| Age | Commit message (Expand) | Author | Lines |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -10/+6 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -3/+4 |
| 2017-11-16 | renumber: handle ReturnTy better | Niko Matsakis | -5/+6 |
| 2017-11-16 | formalize giving ownership of region vars to region inf. context | Niko Matsakis | -1/+1 |
| 2017-11-15 | thread location info through mir typeck (but do not use) | Niko Matsakis | -1/+35 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -75/+0 |
| 2017-11-14 | rustc: remove unused MirSource::GeneratorDrop. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -113/+1 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -2/+2 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -0/+10 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -17/+34 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -0/+10 |
| 2017-11-04 | Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakis | bors | -0/+1 |
| 2017-11-02 | rename `Lookup` to `TyContext` and pass more info when visiting tys | Niko Matsakis | -17/+34 |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -4/+35 |
| 2017-11-01 | newtype_index: Support simpler serializable override, custom derive, and fix ... | Paul Daniel Faria | -19/+5 |
| 2017-11-01 | Add derive and doc comment capabilities to newtype_index macro | Paul Daniel Faria | -5/+20 |
| 2017-10-31 | change region display to `'_#Nr`, update the `newtype_index!` macro | Niko Matsakis | -5/+5 |
| 2017-10-31 | make `MirSource::from_local_def_id` invokable with 'gcx and 'tcx | Niko Matsakis | -1/+1 |
| 2017-10-31 | add subregion between borrow region and resulting reference | Niko Matsakis | -0/+8 |
| 2017-10-31 | extend `dump_mir` to work for any tcx, not just global tcx | Niko Matsakis | -2/+2 |
| 2017-10-26 | Add comments to clarify function argument ownership | Björn Steinbrink | -1/+3 |
| 2017-10-20 | Fix typos in README.md | topecongiro | -3/+3 |
| 2017-10-13 | Rollup merge of #45110 - Nashenas88:master, r=arielb1 | kennytm | -8/+13 |
| 2017-10-11 | Move const qualifier from brackets to constant values and remove comma from a... | Paul Faria | -11/+11 |
| 2017-10-08 | Improve newtype_index macro to handle description and constants consistently | Paul Faria | -8/+13 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -0/+13 |
| 2017-10-04 | Move newtype_index to rustc_data_structures | Santiago Pastorino | -24/+0 |
| 2017-10-04 | Add method to `Mir` that maps a `Location` to its `SourceInfo`. | Felix S. Klock II | -0/+13 |
| 2017-09-24 | address review comments | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -2/+25 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -1/+46 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -3/+3 |
| 2017-09-11 | rustc: use ConstVal::Unevaluated instead of mir::Literal::Item. | Eduard-Mihai Burtescu | -18/+5 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -7/+5 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -18/+31 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -9/+10 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -8/+4 |
| 2017-09-04 | rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-09-03 | rustc_mir: use Local in ProjectionElem::Index. | Eduard-Mihai Burtescu | -7/+7 |
| 2017-09-03 | rustc_mir: implement visit_local instead/along visit_lvalue where possible. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-08-24 | Touch up a comment on `LocalDecl::internal` | Alex Crichton | -5/+11 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |