| Age | Commit message (Expand) | Author | Lines |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -2/+1 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -1/+1 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-13 | Auto merge of #41919 - nrc:save-crate, r=eddyb | bors | -1/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-11 | Ensure we walk the root module of the crate | Nick Cameron | -1/+1 |
| 2017-05-03 | convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache` | Niko Matsakis | -6/+11 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-04-04 | rebased | Nick Cameron | -1/+5 |
| 2017-04-04 | save-analysis: index extern blocks | Nick Cameron | -0/+55 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -1/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -4/+3 |
| 2017-03-23 | save-analysis: allow clients to get data directly without writing to a file | Nick Cameron | -56/+119 |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -1/+4 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -1/+1 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -1/+1 |
| 2017-03-15 | Add rls-span to do some conversions into rls-data. | Nick Cameron | -0/+1 |
| 2017-03-15 | Use out-of-tree rustc serialize | Nick Cameron | -1/+1 |
| 2017-03-15 | save-analysis: depend on the rls-data crate | Nick Cameron | -0/+2 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -3/+2 |
| 2017-03-11 | Rollup merge of #40344 - nrc:save-container, r=eddyb | Ariel Ben-Yehuda | -1/+4 |
| 2017-03-10 | save-analysis: cope with lack of method data after a type error | Nick Cameron | -1/+4 |
| 2017-03-10 | Move remove_docs_from_attrs into lowering step | Jonas Bushart | -14/+8 |
| 2017-03-10 | Export attributes in save-analysis data | Jonas Bushart | -3/+18 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -3/+3 |
| 2017-02-13 | save-analysis: emit info about impls and super-traits in JSON | Nick Cameron | -1/+3 |
| 2017-02-02 | save-analysis: be more paranoid about generated paths | Nick Cameron | -0/+3 |
| 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 |