| Age | Commit message (Expand) | Author | Lines |
| 2018-08-30 | Rollup merge of #53732 - emilio:foreign-fn, r=nrc | Pietro Albini | -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 | 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-19 | mv codemap() source_map() | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 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 | -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-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 | -1/+1 |
| 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-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-16 | ItemKind | csmoe | -2/+2 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -2/+2 |
| 2018-07-12 | Deny bare trait objects in src/librustc_save_analysis | ljedrz | -1/+2 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -1/+1 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -1/+3 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -2/+3 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -2/+2 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -4/+1 |
| 2018-06-20 | Rename structures in ast | varkor | -2/+2 |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -3/+3 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -2/+2 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -2/+2 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -2/+2 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -1/+1 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-05-13 | restore feature for stage0 | Alex Burka | -0/+1 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -1/+0 |
| 2018-05-07 | save-analysis: emit correct docs for methods | Nick Cameron | -36/+30 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -0/+1 |