| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |
| 2018-03-08 | Use clearer name for integer bit width helper function | Oliver Schneider | -2/+2 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -27/+11 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -47/+16 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -17/+5 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -3/+18 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -2/+3 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -1/+5 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -4/+4 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -3/+12 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -3/+7 |
| 2017-09-04 | rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-09-03 | Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis | bors | -6/+6 |
| 2017-09-02 | rustc_mir: always emit StorageLive even without a matching StorageDead. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-08-25 | Add some comments and fix a typo | John Kåre Alsaker | -1/+2 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+9 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-08-14 | emit StorageLive for box temporaries | Ariel Ben-Yehuda | -3/+9 |
| 2017-08-12 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -7/+7 |
| 2017-08-11 | Store generator interior in MIR literals | John Kåre Alsaker | -3/+3 |
| 2017-08-10 | For box expressions, use NZ drop instead of a free block | Ariel Ben-Yehuda | -7/+7 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -6/+0 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -2/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -3/+33 |
| 2017-06-12 | Paired source_info with extent; thread both through to pts where EndRegion wi... | Felix S. Klock II | -1/+2 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -1/+2 |
| 2017-05-17 | introduce local-scope to prevent storagelive/storagedead in statics | Niko Matsakis | -3/+3 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-12 | box large variants in MIR | Ariel Ben-Yehuda | -4/+5 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -2/+2 |
| 2017-04-11 | store Spans for all MIR locals | Ariel Ben-Yehuda | -7/+7 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -21/+32 |
| 2017-03-03 | make operands live to the end of their containing expression | Ariel Ben-Yehuda | -21/+32 |
| 2017-02-28 | Make Rvalue::ty infallible | Simonas Kazlauskas | -1/+2 |
| 2017-02-23 | Implement non-capturing closure to fn coercion | est31 | -0/+4 |
| 2017-02-15 | [MIR] Make InlineAsm a Statement | Simonas Kazlauskas | -15/+1 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -1/+0 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -1/+1 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -1/+1 |
| 2016-12-30 | Cleanup FIXMEs | Simonas Kazlauskas | -1/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -4/+8 |