| Age | Commit message (Expand) | Author | Lines |
| 2017-06-21 | Rollup merge of #42766 - nrc:versions, r=nagisa | Corey Farwell | -1/+1 |
| 2017-06-20 | Update rls-data dep | Nick Cameron | -1/+1 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -3272/+844 |
| 2017-06-16 | Remove intermediate forms and some other refactoring | Nick Cameron | -2828/+843 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -1/+1 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -1/+1 |
| 2017-06-14 | Remove CSV format of save-analysis data | Nick Cameron | -444/+1 |
| 2017-06-12 | Fix a bug where Json API save-analysis was not labelled as such | Nick Cameron | -2/+4 |
| 2017-06-12 | Impl and trait item sigs | Nick Cameron | -27/+178 |
| 2017-06-12 | Implement a bunch more signature functions | Nick Cameron | -35/+231 |
| 2017-06-12 | Small refactoring + docs | Nick Cameron | -31/+45 |
| 2017-06-12 | Use the new signature stuff | Nick Cameron | -211/+95 |
| 2017-06-12 | Update rls-data | Nick Cameron | -4/+1 |
| 2017-06-12 | Add a sig module to save-analysis | Nick Cameron | -0/+561 |
| 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 | -6/+31 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-12 | Pass crate attributes in visit.rs | Nick Cameron | -5/+3 |
| 2017-05-11 | Ensure we walk the root module of the crate | Nick Cameron | -6/+33 |
| 2017-05-09 | Update save-analysis deps and RLS submodule | Nick Cameron | -2/+2 |
| 2017-05-03 | convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache` | Niko Matsakis | -7/+13 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -24/+24 |
| 2017-04-28 | Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb | bors | -8/+8 |
| 2017-04-28 | introduce ability to if we have typeck-tables for a given def-id | Niko Matsakis | -5/+9 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -0/+2 |
| 2017-04-28 | do not access `typeck_tables` map directly | Niko Matsakis | -9/+5 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -1/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -0/+2 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -1/+1 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -2/+2 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+2 |
| 2017-04-04 | rebased | Nick Cameron | -1/+5 |
| 2017-04-04 | save-analysis: index extern blocks | Nick Cameron | -0/+90 |
| 2017-04-04 | save-analysis: only index path references once | Nick Cameron | -9/+2 |
| 2017-04-03 | Auto merge of #40915 - nrc:save-assoc, r=eddyb | bors | -3/+27 |
| 2017-03-30 | save-analysis: track associated types | Nick Cameron | -3/+27 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -3/+3 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -6/+4 |
| 2017-03-27 | Rollup merge of #40751 - nrc:save-callback, r=eddyb | Alex Crichton | -66/+159 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -1/+1 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-23 | save-analysis: allow clients to get data directly without writing to a file | Nick Cameron | -66/+159 |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -782/+467 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -1/+1 |