| Age | Commit message (Expand) | Author | Lines |
| 2019-02-15 | Take Const into account in HIR | varkor | -1/+10 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -0/+4 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -2/+2 |
| 2019-02-07 | Add const params to Def | varkor | -0/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -58/+58 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -4/+16 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -0/+5 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -1/+1 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -1/+1 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+9 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -3/+9 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+9 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -0/+2 |
| 2019-01-20 | Mark incorrect recovered `char` literals as `TyErr` to avoid type errors | Yuki Okushi | -0/+1 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -10/+10 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -1/+1 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -0/+6 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -3/+3 |
| 2019-01-19 | Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -7/+2 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -4/+9 |
| 2019-01-16 | Remove `hir::Label`. | Nicholas Nethercote | -1/+1 |
| 2019-01-16 | Add new literal type Err | Yuki Okushi | -0/+1 |
| 2019-01-14 | Remove `ThinTokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -16/+0 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -1/+5 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -17/+26 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -4/+4 |
| 2018-12-29 | Remove unused types from rustc::mir::interpret | Matthew Jasper | -16/+0 |
| 2018-12-27 | Auto merge of #56999 - petrochenkov:macrecov2, r=estebank | bors | -2/+2 |
| 2018-12-27 | Handle sub-typing in chalk-engine | scalexm | -0/+4 |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+7 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -1/+2 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -1/+0 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -1/+2 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -90/+0 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -1/+0 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -2/+2 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -2/+2 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+1 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -1/+1 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -3/+3 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Introduce constraint category for yields. | David Wood | -0/+1 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -16/+12 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -1/+2 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -8/+8 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -8/+4 |
| 2018-12-06 | Auto merge of #56307 - RalfJung:stacked-borrows-2-phase, r=oli-obk | bors | -45/+12 |