| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -0/+8 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -0/+16 |
| 2017-10-02 | incr.comp.: Make some DepNodes non-anonymous. | Michael Woerister | -0/+16 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -7/+30 |
| 2017-10-01 | fix handling of Self | Ariel Ben-Yehuda | -2/+10 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -7/+21 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+2 |
| 2017-09-18 | Rollup merge of #44364 - michaelwoerister:hash-all-the-things2, r=nikomatsakis | Alex Crichton | -4/+8 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -4/+4 |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -0/+4 |
| 2017-09-18 | Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton | bors | -29/+29 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -29/+29 |
| 2017-09-17 | rustc: Use reachablility through a query | Alex Crichton | -1/+0 |
| 2017-09-12 | rustc: Make `CrateStore` private to `TyCtxt` | Alex Crichton | -31/+1 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -4/+4 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -6/+15 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -2/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -2/+2 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -1/+10 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-09-10 | Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoerister | bors | -20/+1 |
| 2017-09-08 | Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar... | bors | -0/+4 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -20/+1 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -3/+3 |
| 2017-09-05 | rustc: Convert `freevars` to a query | Alex Crichton | -2/+3 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -3/+3 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Move original_crate_name to a query | Alex Crichton | -1/+8 |
| 2017-09-05 | rustc: Move crate_disambiguator to queries | Alex Crichton | -0/+7 |
| 2017-09-02 | limit and clear cache obligations opportunistically | Niko Matsakis | -0/+4 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -5/+0 |
| 2017-08-29 | rustc: Make the `trait_map` of TyCtxt private | Alex Crichton | -0/+1 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -2/+6 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -1/+1 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -0/+1 |
| 2017-08-25 | rustc: Fix two instances of `try_get` | Alex Crichton | -2/+5 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+2 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -1/+2 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+8 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -1/+1 |
| 2017-08-14 | Rename `BuiltinShim` -> `CloneShim` | scalexm | -1/+1 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -1/+2 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -1/+1 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -2/+7 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -1/+1 |