| Age | Commit message (Expand) | Author | Lines |
| 2019-01-06 | Remove unused code | Shotaro Yamada | -30/+0 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -3/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -1/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+7 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -3/+4 |
| 2018-11-07 | drop glue works with raw ptrs, it must EscapeToRaw | Ralf Jung | -0/+7 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -3/+3 |
| 2018-10-05 | Add flag to `mir::LocalDecl` to track whether its a temp from some subexpr a ... | Felix S. Klock II | -0/+3 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -2/+2 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -8/+8 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -0/+3 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+3 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -12/+17 |
| 2018-08-27 | kill dead code from `util/liveness` | Niko Matsakis | -5/+1 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -1/+1 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -0/+2 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -2/+2 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -3/+3 |
| 2018-07-31 | Don't count MIR locals as borrowed after StorageDead when finding locals live... | John Kåre Alsaker | -1/+2 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -3/+5 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -9/+7 |
| 2018-07-20 | move NllLivenessMap and LocalWithRegion to liveness_map | dylan_DPC | -8/+8 |
| 2018-07-19 | make liveness generic over set of local variables | Niko Matsakis | -7/+18 |
| 2018-07-19 | add trait structs and other changes from V to local | dylan_DPC | -26/+26 |
| 2018-07-19 | add generic parameter | dylan_DPC | -26/+26 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -3/+3 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -4/+5 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -1/+1 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -10/+5 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -5/+5 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -5/+14 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -2/+7 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -7/+2 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -2/+7 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -3/+3 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -17/+51 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -16/+61 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -1/+1 |
| 2017-12-24 | add pre-statement-effect to dataflow | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -3/+3 |
| 2017-12-13 | Revised graphviz rendering API to avoid requiring borrowed state. | Felix S. Klock II | -3/+3 |