| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2018-08-09 | [nll] librustc_save_analysis: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -1/+1 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -1/+0 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-08-06 | Discern between various kinds of non-macro attributes | Vadim Petrochenkov | -1/+1 |
| 2018-08-06 | Account for --remap-path-prefix in save-analysis | Igor Matuszewski | -5/+3 |