| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -16/+4 |
| 2018-03-08 | Wrap the miri ErrorKind in an Rc to reduce work in queries | Oliver Schneider | -4/+5 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -1/+0 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -7/+9 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -9/+15 |
| 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 | -27/+79 |
| 2018-03-08 | Add miri errors to the const eval error enum | Oliver Schneider | -12/+4 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -9/+13 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -2/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-28 | Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis | kennytm | -90/+0 |
| 2018-02-24 | Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddyb | Manish Goregaokar | -2/+5 |
| 2018-02-23 | Start moving to the rustc guide! | Mark Mansi | -90/+0 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -3/+62 |
| 2018-02-19 | Use DefId instead of NodeId in MonoItem::Static. | Michael Woerister | -2/+5 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -3/+2 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -7/+42 |
| 2018-02-08 | rustc: don't ICE when using Rvalue::Discriminant on a non-ADT. | Eduard-Mihai Burtescu | -3/+2 |
| 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 | -5/+11 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -7/+42 |
| 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-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-25 | Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister | Alex Crichton | -1/+38 |
| 2018-01-19 | Integrate generators to universal region setup | Santiago Pastorino | -0/+9 |
| 2018-01-19 | Estimate size of InstanceDef::DropGlue more accurately | varkor | -3/+3 |
| 2018-01-19 | Add instance_def_size_estimate query | varkor | -2/+1 |
| 2018-01-19 | Refactor CodegenUnit size estimates | varkor | -1/+39 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+12 |
| 2018-01-05 | miri: use AllocId instead of u64. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-01 | Fix typo | Who? Me?! | -1/+1 |
| 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 | -7/+79 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -7/+79 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -3/+12 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -0/+9 |
| 2017-12-20 | Move MirVisitable to visit.rs | Santiago Pastorino | -0/+25 |
| 2017-12-20 | Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 | kennytm | -2/+8 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -8/+34 |
| 2017-12-19 | Split PlaceContext::Store into Store & AsmOutput | Scott McMurray | -2/+8 |
| 2017-12-18 | Refactor paths to middle::trans to mir::mono | Maik Klein | -0/+1 |