| Age | Commit message (Expand) | Author | Lines |
| 2017-09-12 | rustc: Make `CrateStore` private to `TyCtxt` | Alex Crichton | -1/+1 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -1/+1 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -4/+5 |
| 2017-09-05 | rustc: Migrate `visible_parent_map` to a query | Alex Crichton | -1/+1 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -6/+1 |
| 2017-08-25 | rustc: Skip cyclic checks in `item_path` | Alex Crichton | -6/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+1 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -1/+1 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -2/+2 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -3/+3 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -1/+1 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -1/+1 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -1/+2 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -2/+2 |
| 2017-04-28 | make `ty` and `impl_trait_ref` private | Niko Matsakis | -12/+31 |
| 2017-04-27 | Auto merge of #41433 - estebank:constructor, r=michaelwoerister | bors | -1/+4 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-04-20 | Do not show `::constructor` on tuple struct diagnostics | Esteban Küber | -1/+4 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+2 |
| 2017-03-13 | some style fixes | Tshepang Lekhonkhobe | -2/+1 |
| 2017-03-01 | fix tests to handle the Typeof bodies | Niko Matsakis | -1/+2 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+1 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -3/+3 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -2/+1 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -3/+3 |
| 2016-12-16 | definitions: Don't allocate DefIds for inlined HIR | Michael Woerister | -5/+0 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | Privatize TraitObject.principal and add a method accessor, returning Option. | Mark-Simulacrum | -1/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -2/+2 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -5/+1 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -1/+1 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+2 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -6/+2 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -0/+1 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+1 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+1 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -1/+3 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -1/+3 |