| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -1/+1 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -2/+7 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -5/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -4/+4 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -82/+79 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -5/+31 |
| 2019-02-07 | Fix const generic parameter save analysis | varkor | -6/+12 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | Add const params to Def | varkor | -0/+7 |
| 2019-02-07 | Add pretty-printing for const generics | varkor | -0/+5 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | librustc_save_analysis => 2018 | Taiki Endo | -82/+79 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -9/+3 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -3/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -3/+0 |
| 2019-01-13 | Rollup merge of #57474 - emilio:save-analysis-path, r=nrc | Mazdak Farrokhzad | -3/+5 |
| 2019-01-09 | save-analysis: Get path def from parent in case there's no def for the path i... | Emilio Cobos Álvarez | -3/+5 |
| 2019-01-08 | save-analysis: use a fallback when access levels couldn't be computed | Igor Matuszewski | -3/+14 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -23/+23 |
| 2018-11-19 | save-analysis: fallback to using path id | Nick Cameron | -4/+17 |
| 2018-11-16 | Auto merge of #55936 - nrc:save-rename, r=eddyb | bors | -10/+8 |
| 2018-11-14 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -10/+8 |
| 2018-11-11 | save-analysis: Don't panic for macro-generated use globs | Igor Matuszewski | -15/+19 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-10-31 | save analysis: don't dump macro refs | Nick Cameron | -13/+15 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -2/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -5/+5 |
| 2018-10-26 | save-analysis: handle missing field names | Nick Cameron | -6/+7 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -4/+7 |
| 2018-10-26 | dump data for prefix path segments | Nick Cameron | -131/+22 |
| 2018-10-26 | save-analysis: remove hacky, unnecessary code now that we have spans for ever... | Nick Cameron | -345/+124 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -6/+6 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -6/+6 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-28 | Also remap absolute source names in save-analysis | Igor Matuszewski | -5/+12 |
| 2018-09-28 | Minimize final diff | Igor Matuszewski | -13/+7 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -39/+31 |
| 2018-09-28 | Emit only necessary compilation options in save-analysis | Igor Matuszewski | -34/+46 |
| 2018-09-28 | Emit used rustc invocation in the save-analysis file | Igor Matuszewski | -14/+100 |
| 2018-09-26 | Update rustfmt and RLS | Nick Cameron | -1/+1 |