| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | Thread more argument info down from `Hir` into the `mir::LocalDecls`. | Felix S. Klock II | -6/+36 |
| 2018-06-19 | Refactor: Replace anonymous-tuple with tuple struct as prep for adding more f... | Felix S. Klock II | -7/+9 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -13/+26 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -12/+9 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -19/+19 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -13/+18 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -68/+68 |
| 2018-05-29 | Review feedback, remove fixme comment. | Felix S. Klock II | -17/+0 |
| 2018-05-29 | Review feedback: Remove a fixme/tbd note and just add a note for the post-NLL... | Felix S. Klock II | -13/+10 |
| 2018-05-29 | Expand two-phase-borrows so that a case like this still compiles: | Felix S. Klock II | -100/+109 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -4/+90 |
| 2018-05-24 | `tcx.lift_to_global` > `tcx.global_tcx().lift` | Oliver Schneider | -6/+4 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -6/+11 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -12/+3 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -36/+5 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -9/+9 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -1/+1 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -24/+9 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -1/+1 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -19/+23 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -3/+4 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -38/+365 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -6/+6 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -16/+7 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -2/+1 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1/+1 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -1/+1 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -2/+2 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -1/+1 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -3/+4 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -1/+1 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -3/+3 |
| 2018-03-22 | Added flag to disable user type assertion. | David Wood | -0/+2 |
| 2018-03-22 | Temporarily only adding UserAssertTy on binding patterns. | David Wood | -3/+9 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -6/+12 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -1/+20 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -3/+2 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | remove FIXME(#30046) and infer moves on pattern matching | Niv Kaminer | -3/+2 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -1/+1 |
| 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 | Simplify code around reading/writing ConstVals | Oliver Schneider | -20/+10 |