| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -43/+181 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-28 | update comment | Niko Matsakis | -7/+18 |
| 2017-09-28 | add in a "paranoid" trait bound | Niko Matsakis | -0/+34 |
| 2017-09-28 | limit and clear cache obligations opportunistically | Niko Matsakis | -8/+111 |
| 2017-09-28 | clear out projection subobligations after they are processed | Ariel Ben-Yehuda | -19/+112 |
| 2017-09-28 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -3/+7 |
| 2017-09-28 | Allow unused extern crate again | David Tolnay | -1/+1 |
| 2017-09-14 | stabilize mem::discriminant (closes #24263) | Alex Burka | -2/+0 |
| 2017-08-27 | Track closure signatures & kinds in freshened types | Ariel Ben-Yehuda | -59/+113 |
| 2017-08-27 | Add missing dependency for Windows | Tatsuyuki Ishi | -0/+3 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -2/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+22 |
| 2017-08-27 | Make unused-extern-crate warn-by-default | Tatsuyuki Ishi | -1/+1 |
| 2017-08-26 | Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis | bors | -20/+27 |
| 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 #43994 - tamird:remove-attributes, r=alexcrichton | bors | -3/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-25 | Auto merge of #44046 - alexcrichton:capture-diagnostics, r=michaelwoerister | bors | -22/+60 |
| 2017-08-25 | Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis | bors | -151/+318 |
| 2017-08-25 | Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis | bors | -232/+345 |
| 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-24 | Auto merge of #43345 - matthewhammer:master, r=nikomatsakis | bors | -0/+136 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -180/+171 |
| 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 | -5/+29 |
| 2017-08-24 | build fixes | gaurikholkar | -30/+30 |
| 2017-08-24 | adding macro, cleaning up code | gaurikholkar | -19/+23 |
| 2017-08-23 | -Z profile-queries includes dep_graph.with_task uses in output | Matthew Hammer | -1/+13 |
| 2017-08-23 | -Z profile-queries: remove panic when channel is unset | Matthew Hammer | -1/+6 |
| 2017-08-23 | profiling with -Z profile-queries recognizes -Z time-passes | Matthew Hammer | -1/+11 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+85 |
| 2017-08-23 | code review fixes | gaurikholkar | -60/+67 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -0/+9 |
| 2017-08-22 | Factor out a helper for the getting C runtime linkage | Samuel Holland | -0/+16 |
| 2017-08-22 | Auto merge of #44008 - RalfJung:staged1, r=alexcrichton | bors | -1/+11 |
| 2017-08-22 | incr.comp.: Cache Hir-DepNodeIndices in the HIR map. | Michael Woerister | -232/+345 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -14/+42 |
| 2017-08-21 | Auto merge of #44009 - pnkfelix:mir-borrowck-as-query, r=arielb1 | bors | -0/+4 |
| 2017-08-21 | Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister | bors | -15/+33 |
| 2017-08-21 | Expose mir-borrowck via a query. | Felix S. Klock II | -0/+4 |
| 2017-08-20 | Make sure crates not opting in to staged_api don't use staged_api | Ralf Jung | -1/+11 |
| 2017-08-20 | code review fixes | gaurikholkar | -36/+23 |
| 2017-08-19 | Auto merge of #43936 - oli-obk:patch-6, r=alexcrichton | bors | -4/+4 |
| 2017-08-19 | librustc_typeck: store a DefId rather than a Name | Tamir Duberstein | -3/+3 |