| Age | Commit message (Expand) | Author | Lines |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -24/+12 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -24/+12 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-22 | save-analysis signature stuff for json-api flavour. | Nick Cameron | -1/+0 |
| 2016-12-22 | signature info for other items (mods, fns, methods, etc.) | Nick Cameron | -13/+39 |
| 2016-12-22 | field signatures | Nick Cameron | -5/+29 |
| 2016-12-22 | save-analysis: fix ICE on partially resolved path | Nick Cameron | -0/+4 |
| 2016-12-13 | rustc: Use `create_dir_racy` in save analysis | Alex Crichton | -2/+2 |
| 2016-12-09 | Auto merge of #38203 - nrc:save-wr, r=eddyb | bors | -1/+1 |
| 2016-12-06 | save-analysis: fix a few generated code errors | Nick Cameron | -1/+1 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -1/+1 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -7/+22 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -10/+38 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -1/+6 |
| 2016-11-24 | Inspect def locally instead of using a method | Nick Cameron | -1/+6 |
| 2016-11-23 | save-analysis: fix ICE on partially resolved path | Nick Cameron | -1/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -4/+4 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -2/+3 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -1/+1 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -1/+2 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+2 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -0/+1 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -42/+15 |
| 2016-11-09 | Rollup merge of #37644 - nrc:save-derive-span, r=eddyb | Eduard-Mihai Burtescu | -1/+5 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | save-analysis: don't choke on stripped doc attributes | Nick Cameron | -1/+5 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -3/+3 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -2/+2 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -3/+7 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -1/+3 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -10/+4 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -4/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+3 |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -6/+9 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -5/+5 |
| 2016-09-09 | Auto merge of #36324 - nrc:save-docs, r=eddyb | bors | -8/+35 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -5/+5 |
| 2016-09-07 | save-analysis: strip /// or whatever from doc comments | Nick Cameron | -1/+2 |
| 2016-09-07 | save-analysis: only emit type in the value for variables | Nick Cameron | -1/+0 |
| 2016-09-07 | save-analysis: tweak the type value for functions | Nick Cameron | -2/+2 |
| 2016-09-07 | save-analysis: add a `kind` tag to JSON dumps | Nick Cameron | -1/+1 |