| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | save-analysis: run rustfmt | Nick Cameron | -767/+945 |
| 2017-11-08 | save-analysis: fix bug with method ids | Nick Cameron | -1/+7 |
| 2017-11-08 | save-analysis: fix regression from #45709 | Nick Cameron | -11/+16 |
| 2017-11-06 | save-analysis: fix bugs in method chains | Nick Cameron | -57/+20 |
| 2017-11-06 | save-analysis: give better info for Unions | Nick Cameron | -26/+28 |
| 2017-11-04 | Auto merge of #45709 - nrc:rls-bugs-2, r=eddyb | bors | -65/+112 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -2/+7 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-02 | Auto merge of #45647 - nrc:rls-bugs, r=eddyb | bors | -2/+9 |
| 2017-11-02 | Auto merge of #45468 - Xanewok:crate-source, r=nrc | bors | -13/+17 |
| 2017-11-02 | save-analysis: fix issue with sub-exprs in for loops | Nick Cameron | -3/+3 |
| 2017-11-02 | save-analysis: corrects reference for tuple struct and unit struct literals | Nick Cameron | -2/+13 |
| 2017-11-02 | save-analysis: handle types in turbofish | Nick Cameron | -2/+15 |
| 2017-11-02 | save-analysis: handle function types in bounds | Nick Cameron | -58/+81 |
| 2017-10-31 | save-analysis: support unions | Nick Cameron | -2/+9 |
| 2017-10-27 | Use rls-data 0.12 | Igor Matuszewski | -3/+5 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+27 |
| 2017-10-27 | Emit crate disambiguators in save-analysis data | Igor Matuszewski | -13/+15 |
| 2017-10-24 | Merge branch 'master' into update-rls-data-for-save-analysis | Dustin Speckhals | -6/+11 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -5/+10 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -1/+1 |
| 2017-10-07 | Update rls-data for librustc-save-analysis | Dustin Speckhals | -3/+3 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -9/+23 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -1/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -8/+8 |
| 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 |