| Age | Commit message (Expand) | Author | Lines |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -89/+100 |
| 2017-12-15 | save-analysis: dump extern crate imports | Andy Russell | -1/+4 |
| 2017-12-15 | save-analysis: document `process_use_tree` | Andy Russell | -0/+10 |
| 2017-12-15 | save-analysis: add parents to imports | Andy Russell | -4/+10 |
| 2017-12-14 | stub out trait aliases in save_analysis | Alex Burka | -0/+21 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -14/+14 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -81/+107 |
| 2017-11-19 | initialize `Access` with macro | Andy Russell | -52/+19 |
| 2017-11-19 | allow filtering analysis by reachability | Andy Russell | -44/+119 |
| 2017-11-19 | upgrade rls-data | Andy Russell | -1/+1 |
| 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 |