| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-12 | Impl and trait item sigs | Nick Cameron | -17/+28 |
| 2017-06-12 | Implement a bunch more signature functions | Nick Cameron | -4/+2 |
| 2017-06-12 | Use the new signature stuff | Nick Cameron | -23/+14 |
| 2017-05-12 | Pass crate attributes in visit.rs | Nick Cameron | -5/+3 |
| 2017-05-11 | Ensure we walk the root module of the crate | Nick Cameron | -0/+27 |
| 2017-05-03 | convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache` | Niko Matsakis | -1/+1 |
| 2017-04-28 | Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb | bors | -8/+8 |
| 2017-04-28 | introduce ability to if we have typeck-tables for a given def-id | Niko Matsakis | -5/+9 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -0/+2 |
| 2017-04-28 | do not access `typeck_tables` map directly | Niko Matsakis | -9/+5 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -1/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -0/+2 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -1/+1 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -2/+2 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-04-04 | save-analysis: index extern blocks | Nick Cameron | -0/+35 |
| 2017-04-04 | save-analysis: only index path references once | Nick Cameron | -9/+2 |