| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 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 | -34/+39 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | librustc_save_analysis => 2018 | Taiki Endo | -34/+39 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -6/+3 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -1/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -1/+0 |
| 2019-01-08 | save-analysis: use a fallback when access levels couldn't be computed | Igor Matuszewski | -3/+3 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 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 | -10/+10 |
| 2018-11-16 | Auto merge of #55936 - nrc:save-rename, r=eddyb | bors | -5/+7 |
| 2018-11-14 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -5/+7 |
| 2018-11-11 | save-analysis: Don't panic for macro-generated use globs | Igor Matuszewski | -15/+19 |
| 2018-10-31 | save analysis: don't dump macro refs | Nick Cameron | -12/+14 |
| 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 | -4/+0 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -4/+3 |
| 2018-10-26 | dump data for prefix path segments | Nick Cameron | -106/+9 |
| 2018-10-26 | save-analysis: remove hacky, unnecessary code now that we have spans for ever... | Nick Cameron | -100/+69 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -4/+4 |
| 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 | -4/+4 |
| 2018-09-28 | Minimize final diff | Igor Matuszewski | -4/+2 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -25/+22 |
| 2018-09-28 | Emit only necessary compilation options in save-analysis | Igor Matuszewski | -22/+19 |
| 2018-09-28 | Emit used rustc invocation in the save-analysis file | Igor Matuszewski | -3/+61 |
| 2018-09-03 | A few cleanups and minor improvements to save_analysis | ljedrz | -13/+9 |
| 2018-09-03 | Auto merge of #53838 - nrc:save-generic, r=eddyb | bors | -11/+18 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -1/+4 |
| 2018-08-31 | save-analysis: record info for the types in `where` clauses | Nick Cameron | -11/+18 |
| 2018-08-30 | introduce Guard enum | F001 | -1/+4 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -18/+24 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Replace for_each with for | varkor | -18/+24 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+5 |
| 2018-07-18 | Match ergonomics | Oliver Schneider | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+40 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -3/+3 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -3/+3 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -4/+4 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -1/+1 |
| 2018-06-20 | Make GenericBound explicit | varkor | -5/+3 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -1/+1 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -2/+2 |