| Age | Commit message (Expand) | Author | Lines |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-23 | Auto merge of #38529 - nrc:save-sig, r=nikomatsakis | bors | -16/+320 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -32/+17 |
| 2016-12-22 | rebasing fix | Nick Cameron | -1/+1 |
| 2016-12-22 | save-analysis signature stuff for json-api flavour. | Nick Cameron | -9/+8 |
| 2016-12-22 | signature info for other items (mods, fns, methods, etc.) | Nick Cameron | -50/+106 |
| 2016-12-22 | further lowering of signature data | Nick Cameron | -8/+89 |
| 2016-12-22 | field signatures | Nick Cameron | -7/+38 |
| 2016-12-22 | save-analysis: fix ICE on partially resolved path | Nick Cameron | -0/+4 |
| 2016-12-22 | save-analysis: add `Signature` info to structs | Nick Cameron | -6/+139 |
| 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 | -9/+11 |
| 2016-12-06 | save-analysis: fix a few generated code errors | Nick Cameron | -9/+11 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -50/+53 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -2/+2 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -1/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-30 | Auto merge of #37989 - nrc:save-mod, r=nikomatsakis | bors | -17/+39 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -16/+27 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -21/+47 |
| 2016-11-25 | save-analysis: redirect a module decl to the start of the defining file | Nick Cameron | -17/+39 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -6/+32 |
| 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 |