| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+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 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -2/+2 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -1/+0 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -0/+2 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+5 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-18 | Match ergonomics | Oliver Schneider | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+53 |
| 2018-07-16 | ItemKind | csmoe | -2/+2 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |