| Age | Commit message (Expand) | Author | Lines |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-21 | Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister | bors | -1/+1 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -8/+1 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -13/+13 |
| 2017-08-14 | Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkov | bors | -123/+6 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -14/+25 |
| 2017-08-14 | save-analysis: Remove path span extraction methods from SpanUtils | kennytm | -123/+6 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -2/+2 |
| 2017-08-11 | Add missing TypeckTables-switch in save-analysis. | Michael Woerister | -6/+8 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -5/+12 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -3/+5 |
| 2017-08-03 | Appease tidy and fix save-analysis config for dist builds | Nick Cameron | -11/+12 |
| 2017-08-02 | Update rls-data dep | Nick Cameron | -4/+8 |
| 2017-08-02 | save-analysis: only emit public fields in value of a struct if the config per... | Nick Cameron | -4/+10 |
| 2017-08-01 | review changes | Nick Cameron | -7/+10 |
| 2017-07-28 | save-anlaysis: fix filter_generated | Nick Cameron | -1/+1 |
| 2017-07-25 | save-analysis: dedup macro references | Nick Cameron | -1/+11 |
| 2017-07-24 | Catch a panic in save-analysis | Nick Cameron | -2/+2 |
| 2017-07-24 | Point RLS submodule at a branch with required changes | Nick Cameron | -3/+10 |
| 2017-07-22 | Gate signatures on the config | Nick Cameron | -0/+21 |
| 2017-07-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -142/+49 |
| 2017-07-22 | Use Config::full_docs to trim documentation | Nick Cameron | -38/+44 |
| 2017-07-22 | Use a config file with save-analysis | Nick Cameron | -31/+50 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -7/+1 |
| 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 |