| Age | Commit message (Expand) | Author | Lines |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -0/+8 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -3/+4 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+11 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -2/+2 |
| 2018-03-13 | improve TypeFoldable/Lift macros and make a bunch of stuff use them | Niko Matsakis | -122/+64 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -2/+2 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -1/+0 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -1/+1 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -7/+10 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -23/+3 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -13/+67 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -1/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -3/+62 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -5/+34 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -0/+9 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -2/+6 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -5/+34 |
| 2018-02-05 | Auto merge of #47865 - Manishearth:cleanup-shim, r=nikomatsakis | bors | -2/+2 |
| 2018-02-04 | Remove 'the this' in doc comments. | Jay Strict | -1/+1 |
| 2018-01-30 | Document the index used in AggregateKind::Adt | Manish Goregaokar | -2/+2 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -0/+3 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -1/+3 |
| 2017-12-26 | Rollup merge of #46979 - clarcharr:rustc_docs, r=arielb1 | kennytm | -2/+2 |
| 2017-12-25 | Make internal docs build properly. | Clar Charr | -2/+2 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -5/+77 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -5/+77 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -3/+11 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -0/+9 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -8/+34 |
| 2017-12-18 | Refactor paths to middle::trans to mir::mono | Maik Klein | -0/+1 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+9 |
| 2017-12-15 | permit `ClosureOutlivesRequirement` to constrain regions or types | Niko Matsakis | -8/+25 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -2/+2 |
| 2017-12-13 | Allow `mir::Place` to be used as a key in hashtables. | Felix S. Klock II | -2/+2 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -0/+69 |
| 2017-12-08 | incr.comp.: Fix merge fallout. | Michael Woerister | -2/+2 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -0/+69 |
| 2017-12-06 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -0/+6 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -181/+305 |
| 2017-12-05 | Auto merge of #46492 - eddyb:move-ops, r=arielb1 | bors | -0/+6 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -7/+7 |
| 2017-12-03 | add a pass to remove no-op landing pads | Ariel Ben-Yehuda | -0/+25 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -76/+79 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -36/+36 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -1/+3 |
| 2017-11-30 | Immutable unique closure upvars cannot be mutated. | David Wood | -1/+3 |