| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -1/+0 |
| 2019-02-24 | hir: remove NodeId from WhereEqPredicate | ljedrz | -1/+0 |
| 2019-02-24 | hir: remove NodeId from WhereClause | ljedrz | -1/+0 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -1/+0 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -2/+0 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -0/+1 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -1/+6 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -0/+5 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -1/+10 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -1/+1 |
| 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 |