| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -22/+37 |
| 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 | -5/+5 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -81/+405 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -16/+16 |
| 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 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 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 | -4/+5 |
| 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 | -3/+3 |
| 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 | -14/+14 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -3/+3 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -1/+2 |
| 2019-05-14 | Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ... | Mazdak Farrokhzad | -2/+53 |
| 2019-05-13 | modify comment | Felix S Klock II | -2/+7 |
| 2019-05-06 | Rename `ParamTy::idx` to `ParamTy::index` | varkor | -1/+1 |
| 2019-05-01 | Create ShallowResolver | varkor | -11/+9 |
| 2019-05-01 | Rename *shallow_resolve to *shallow_resolve_type | varkor | -9/+9 |
| 2019-05-01 | forego caching for all participants in cycles, apart from root node | Niko Matsakis | -2/+48 |
| 2019-04-26 | Update handling of Tuple | varkor | -5/+9 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-22 | Remove redundant code in copy_clone_conditions | Tyler Mandry | -10/+4 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -2/+2 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -4/+4 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -1/+19 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -12/+34 |
| 2019-02-21 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -24/+23 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -13/+13 |
| 2019-01-27 | Mark non-static generators as always Unpin | Wim Looman | -3/+15 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+6 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -25/+73 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -2/+1 |