| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | save-analysis: Don't panic for macro-generated use globs | Igor Matuszewski | -15/+19 |
| 2018-11-20 | save-analysis: fallback to using path id | Nick Cameron | -4/+17 |
| 2018-11-20 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -10/+8 |
| 2018-11-20 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -2/+1 |
| 2018-11-20 | save analysis: don't dump macro refs | Nick Cameron | -13/+15 |
| 2018-11-20 | squashed form of #54145 | Nick Cameron | -485/+159 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 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 |
| 2018-09-13 | introduce SelfCtor | F001 | -0/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-03 | A few cleanups and minor improvements to save_analysis | ljedrz | -23/+16 |
| 2018-09-03 | Auto merge of #53838 - nrc:save-generic, r=eddyb | bors | -11/+18 |
| 2018-09-01 | Auto merge of #53842 - estebank:various, r=petrochenkov | bors | -2/+1 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -1/+4 |
| 2018-08-30 | Format code | Esteban Küber | -2/+1 |
| 2018-08-31 | save-analysis: record info for the types in `where` clauses | Nick Cameron | -11/+18 |
| 2018-08-30 | Rollup merge of #53732 - emilio:foreign-fn, r=nrc | Pietro Albini | -2/+2 |
| 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-27 | Rename hir::map::NodeKind to hir::Node | varkor | -15/+15 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -15/+15 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | save-analysis: Differentiate foreign functions and statics. | Emilio Cobos Álvarez | -2/+2 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+1 |
| 2018-08-22 | Rollup merge of #53442 - staktrace:rlsbump, r=nrc | Guillaume Gomez | -1/+1 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -5/+5 |
| 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 | -7/+7 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | Replace for_each with for | varkor | -18/+24 |
| 2018-08-16 | Update version of rls-data used with save-analysis | Kartikaya Gupta | -1/+1 |
| 2018-08-10 | Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-09 | Rollup merge of #53110 - Xanewok:save-analysis-remap-path, r=nrc | kennytm | -5/+3 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -1/+1 |