| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -17/+37 |
| 2017-09-28 | limit and clear cache obligations opportunistically | Niko Matsakis | -0/+4 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -2/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -0/+18 |
| 2017-08-25 | rustc: Make `report_cycle` and `CycleError` private | Alex Crichton | -3/+2 |
| 2017-08-25 | rustc: Skip cyclic checks in `item_path` | Alex Crichton | -6/+1 |
| 2017-08-25 | rustc: Fix two instances of `try_get` | Alex Crichton | -5/+12 |
| 2017-08-25 | rustc: Change the return of a query's `try_get` | Alex Crichton | -8/+14 |
| 2017-08-25 | Auto merge of #44046 - alexcrichton:capture-diagnostics, r=michaelwoerister | bors | -22/+60 |
| 2017-08-25 | Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis | bors | -5/+47 |
| 2017-08-25 | Change to `Elaborate::None` inside `compute_projection` | scalexm | -1/+1 |
| 2017-08-24 | rustc: Capture diagnostics from all queries | Alex Crichton | -22/+60 |
| 2017-08-23 | add a comment | Niko Matsakis | -0/+23 |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -4/+20 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+25 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -9/+20 |
| 2017-08-21 | Auto merge of #44009 - pnkfelix:mir-borrowck-as-query, r=arielb1 | bors | -0/+2 |
| 2017-08-21 | Expose mir-borrowck via a query. | Felix S. Klock II | -0/+2 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -3/+3 |
| 2017-08-16 | Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1 | bors | -0/+11 |
| 2017-08-16 | Add a note to unused variables | Guillaume Gomez | -0/+11 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -6/+6 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -3/+3 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -3/+6 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -39/+362 |
| 2017-08-14 | Rename `BuiltinShim` -> `CloneShim` | scalexm | -4/+4 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -9/+20 |
| 2017-08-14 | Fix unused variable warnings in builds disabled debug-assertions. | Michael Woerister | -2/+1 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -3/+6 |
| 2017-08-14 | Fix some merge fallout. | Michael Woerister | -1/+0 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -2/+2 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -19/+33 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -47/+308 |
| 2017-08-11 | Improve documentation for TypeckTables::validate_hir_id(). | Michael Woerister | -2/+10 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -2/+7 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::cast_kinds. | Michael Woerister | -2/+3 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::fru_field_types. | Michael Woerister | -2/+2 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::liberated_fn_sigs. | Michael Woerister | -2/+2 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -4/+4 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::pat_binding_modes. | Michael Woerister | -2/+2 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -18/+24 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -8/+38 |
| 2017-08-11 | Rollup merge of #43741 - Gankro:fix-assert, r=eddyb | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -1/+6 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-10 | Do not elaborate trait obligations in where clauses | scalexm | -12/+21 |
| 2017-08-10 | Elaborate trait obligations when typechecking impls | scalexm | -7/+6 |
| 2017-08-10 | Fix for the supertrait example in #43784 | scalexm | -0/+11 |