| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-12-18 | Move middle::trans.rs to mir::mono.rs | Maik Klein | -0/+189 |
| 2017-12-17 | miri: pass pointer alignments directly instead of contextually. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-12-17 | miri: use separate Pointer and Align instead of PtrAndAlign. | Eduard-Mihai Burtescu | -20/+2 |
| 2017-12-17 | miri: track the Align instead of packedness in PtrAndAlign. | Eduard-Mihai Burtescu | -11/+3 |
| 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-12 | Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret | Oliver Schneider | -6742/+272 |
| 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 | miri: don't use an associated constant for a Machine's own data. | Eduard-Mihai Burtescu | -13/+9 |
| 2017-12-06 | miri: move param_env from Machine to EvalContext. | Eduard-Mihai Burtescu | -22/+13 |
| 2017-12-06 | miri: import ty::Ty directly. | Eduard-Mihai Burtescu | -15/+16 |
| 2017-12-06 | miri: monomorphize types iff they came from MIR. | Eduard-Mihai Burtescu | -239/+130 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -2841/+2094 |