| Age | Commit message (Expand) | Author | Lines |
| 2018-03-07 | Fix save-analysis generation panic with invalid tuple access | Shotaro Yamada | -1/+4 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -78/+85 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -3/+4 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -20/+16 |
| 2018-02-10 | Emit data::Impl in save-analysis | Martin Algesten | -2/+6 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+1 |
| 2018-01-13 | Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrc | kennytm | -1/+7 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -1/+3 |
| 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 | -38/+47 |
| 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 | -3/+9 |
| 2017-12-14 | stub out trait aliases in save_analysis | Alex Burka | -0/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -1/+1 |
| 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 | -36/+103 |
| 2017-11-08 | save-analysis: run rustfmt | Nick Cameron | -399/+521 |
| 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 | -0/+1 |
| 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 | -47/+60 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | 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 | -3/+7 |
| 2017-11-02 | save-analysis: fix issue with sub-exprs in for loops | Nick Cameron | -3/+3 |
| 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 | -42/+42 |
| 2017-10-31 | save-analysis: support unions | Nick Cameron | -2/+9 |
| 2017-10-27 | Use rls-data 0.12 | Igor Matuszewski | -1/+2 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+7 |
| 2017-10-27 | Emit crate disambiguators in save-analysis data | Igor Matuszewski | -3/+6 |
| 2017-10-24 | Merge branch 'master' into update-rls-data-for-save-analysis | Dustin Speckhals | -3/+6 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -3/+6 |
| 2017-10-07 | Update rls-data for librustc-save-analysis | Dustin Speckhals | -2/+2 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -3/+3 |
| 2017-08-14 | Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkov | bors | -38/+6 |
| 2017-08-14 | save-analysis: Remove path span extraction methods from SpanUtils | kennytm | -38/+6 |
| 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-03 | Appease tidy and fix save-analysis config for dist builds | Nick Cameron | -11/+12 |
| 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 | -3/+3 |
| 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-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -9/+10 |
| 2017-07-22 | Use Config::full_docs to trim documentation | Nick Cameron | -9/+9 |
| 2017-06-16 | Remove intermediate forms and some other refactoring | Nick Cameron | -558/+440 |