| Age | Commit message (Expand) | Author | Lines |
| 2018-02-10 | Emit data::Impl in save-analysis | Martin Algesten | -9/+48 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -1/+1 |
| 2018-02-06 | Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebank | kennytm | -0/+11 |
| 2018-02-05 | save-analysis: avoid implicit unwrap | Nick Cameron | -1/+1 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+1 |
| 2018-01-16 | add documentation from doc(include) to analysis data | QuietMisdreavus | -0/+11 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -11/+0 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -1/+1 |
| 2018-01-13 | Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrc | kennytm | -1/+7 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -12/+12 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -2/+4 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -1/+1 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -2/+4 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2017-12-30 | Fix nested imports not included in the save_analysis output | Pietro Albini | -1/+7 |
| 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 |