| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -2/+6 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -5/+0 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -2/+3 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -0/+1 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -2/+2 |
| 2017-11-15 | do not invoke `required_region_bounds` in `region_obligations` | Niko Matsakis | -0/+6 |
| 2017-11-15 | refactor how we extract outlives bounds from trait definitions | Niko Matsakis | -0/+28 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -11/+0 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+14 |
| 2017-11-03 | Implemented RFC 2008 for enums (not including variants) and structs. | David Wood | -0/+14 |
| 2017-11-03 | Rename `trait_has_auto_impl` to `trait_is_auto` | leonardo.yvens | -1/+4 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+1 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -1/+2 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -2/+3 |
| 2017-10-24 | incr.comp.: Factor some persistence functionality out of crate metadata code. | Michael Woerister | -0/+1 |
| 2017-10-23 | Remove dependency tracking for variance computation | Simon Sapin | -6/+0 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -2/+2 |
| 2017-10-17 | make `erase_regions` use a query instead of an ad-hoc cache | Niko Matsakis | -0/+2 |
| 2017-10-16 | restructure the public inhabitedness APIs and remove the cache | Niko Matsakis | -0/+15 |
| 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 |