| Age | Commit message (Expand) | Author | Lines |
| 2016-11-24 | Inspect def locally instead of using a method | Nick Cameron | -1/+6 |
| 2016-11-23 | Fix a bunch of bugs shown by the test | Nick Cameron | -5/+26 |
| 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 | -4/+7 |
| 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-18 | Auto merge of #37776 - nrc:save-double-angle, r=@brson | bors | -14/+42 |
| 2016-11-18 | save-analysis: handle << and >> operators inside [] in types | Nick Cameron | -14/+42 |
| 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/+2 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -55/+26 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -1/+1 |
| 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 | -4/+4 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -8/+7 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -6/+6 |
| 2016-10-29 | save-analysis: change imports to carry a ref id rather than their own node id | Nick Cameron | -4/+4 |
| 2016-10-28 | Rollup merge of #37436 - nrc:save-span-errs, r=petrochenkov | Guillaume Gomez | -0/+1 |
| 2016-10-28 | Give variant spans used in derives the correct expansion id | Nick Cameron | -0/+1 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+2 |
| 2016-10-26 | Rollup merge of #37144 - eulerdisk:fix_37126, r=nrc | Guillaume Gomez | -3/+1 |
| 2016-10-17 | Auto merge of #36969 - nnethercote:rename-Parser-fields, r=eddyb | bors | -5/+5 |
| 2016-10-14 | save-analysis: dump data only if get_path_data doesn't fail to resolve a path. | Andrea Pretto | -3/+1 |
| 2016-10-05 | Rename Parser::last_span as prev_span. | Nicholas Nethercote | -5/+5 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -31/+35 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -3/+9 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+2 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -2/+1 |
| 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: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -19/+22 |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -43/+69 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -6/+6 |
| 2016-09-09 | Auto merge of #36324 - nrc:save-docs, r=eddyb | bors | -19/+139 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -6/+6 |
| 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 | -4/+7 |
| 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/+14 |
| 2016-09-07 | save-analysis: add docs data | Nick Cameron | -13/+116 |
| 2016-09-06 | Auto merge of #36288 - nrc:save-var-value, r=eddyb | bors | -7/+15 |
| 2016-09-06 | save-analysis: some refinement to the value string for variables | Nick Cameron | -7/+15 |