| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | pass a `&mut QueryRegionConstraints` not just outlives constraints | Niko Matsakis | -6/+6 |
| 2019-07-02 | introduce `QueryRegionConstraints` struct | Niko Matsakis | -13/+13 |
| 2019-07-02 | rename `QueryRegionConstraint` to `QueryOutlivesConstraint` | Niko Matsakis | -7/+7 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -65/+84 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -2/+2 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-20 | replace NodeId with HirId in traits::ObligationCauseCode | ljedrz | -4/+4 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -19/+8 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -2/+2 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -4/+2 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -82/+406 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -19/+8 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -165/+143 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -390/+369 |
| 2019-06-12 | correctly set the `reached_depth` field | Niko Matsakis | -3/+13 |
| 2019-06-12 | add more debug logs | Niko Matsakis | -2/+40 |
| 2019-06-12 | add the "provisional cache" | Niko Matsakis | -4/+192 |
| 2019-06-12 | add in a depth-first number for stack entries | Niko Matsakis | -0/+16 |
| 2019-06-12 | introduce ProvisionalEvaluationCache | Niko Matsakis | -5/+16 |
| 2019-06-12 | execute cycle check before we consider caching | Niko Matsakis | -62/+83 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -155/+146 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -104/+104 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -51/+51 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -125/+125 |
| 2019-06-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -35/+35 |
| 2019-06-11 | propagate depth that was reached, not just whether there was a cycle | Niko Matsakis | -18/+43 |
| 2019-06-11 | introduce a stack depth | Niko Matsakis | -2/+16 |
| 2019-06-11 | rename `evaluate_obligation_recursively` | Niko Matsakis | -5/+6 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-09 | Use Symbol for named arguments in fmt_macros | Mark Rousskov | -33/+33 |
| 2019-06-09 | Make a few methods private | Mark Rousskov | -2/+2 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -23/+22 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -2/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -21/+21 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -5/+18 |
| 2019-06-03 | Don't canonicalize `'static` in normalize | Matthew Jasper | -1/+3 |
| 2019-05-31 | Add more information in ConstEvalFailure error | varkor | -2/+5 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -35/+35 |
| 2019-05-28 | Resolve consts in OpportunisticTypeResolver | varkor | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -31/+31 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -4/+2 |