| Age | Commit message (Expand) | Author | Lines |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-04-04 | save-analysis: index extern blocks | Nick Cameron | -0/+35 |
| 2017-04-04 | save-analysis: only index path references once | Nick Cameron | -9/+2 |
| 2017-03-30 | save-analysis: track associated types | Nick Cameron | -3/+27 |
| 2017-03-15 | Add rls-span to do some conversions into rls-data. | Nick Cameron | -1/+1 |
| 2017-03-15 | Use out-of-tree rustc serialize | Nick Cameron | -1/+1 |
| 2017-03-15 | Change json dumper (and a few other bits and pieces) to use rls-data rather t... | Nick Cameron | -0/+2 |
| 2017-03-10 | Rollup merge of #40311 - nrc:save-proc-macro-attr, r=jseyfried | Alex Crichton | -1/+3 |
| 2017-03-10 | Expect macro defs in save-analysis and add expn info to spans for attr proc m... | Nick Cameron | -1/+3 |
| 2017-03-10 | Move remove_docs_from_attrs into lowering step | Jonas Bushart | -9/+8 |
| 2017-03-10 | Export attributes in save-analysis data | Jonas Bushart | -1/+13 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-13 | save-analysis: emit info about impls and super-traits in JSON | Nick Cameron | -16/+1 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -1/+1 |
| 2017-01-27 | save-analysis: get tables directly, accomodating them being missing | Nick Cameron | -4/+9 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -10/+10 |
| 2017-01-25 | save-analysis: walk paths | Nick Cameron | -0/+1 |
| 2017-01-25 | save-analysis: walk path expressions | Nick Cameron | -0/+6 |
| 2017-01-10 | save-analysis: handle paths in type/trait context more correctly | Nick Cameron | -8/+6 |
| 2017-01-09 | save-analysis: fix over-zealous filter on generated code | Nick Cameron | -8/+9 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -14/+36 |
| 2016-12-23 | Auto merge of #38529 - nrc:save-sig, r=nikomatsakis | bors | -6/+27 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -32/+17 |
| 2016-12-22 | signature info for other items (mods, fns, methods, etc.) | Nick Cameron | -20/+23 |
| 2016-12-22 | field signatures | Nick Cameron | -0/+4 |
| 2016-12-22 | save-analysis: add `Signature` info to structs | Nick Cameron | -2/+16 |
| 2016-12-09 | Auto merge of #38203 - nrc:save-wr, r=eddyb | bors | -8/+10 |
| 2016-12-06 | save-analysis: fix a few generated code errors | Nick Cameron | -8/+10 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -49/+52 |
| 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 | -9/+5 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -11/+9 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -5/+26 |
| 2016-11-23 | Fix a bunch of bugs shown by the test | Nick Cameron | -5/+26 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+2 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -0/+1 |
| 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 | -13/+11 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -1/+1 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -6/+5 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -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-14 | save-analysis: dump data only if get_path_data doesn't fail to resolve a path. | Andrea Pretto | -3/+1 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -28/+28 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -2/+6 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+2 |