| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -1/+6 |
| 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{Bool|Char|Int|Uint|Float|Str} | varkor | -12/+12 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -17/+17 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -5/+5 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -6/+0 |
| 2018-08-21 | New AccessLevel and accompanying propagation. | Kyle Simpson | -0/+1 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -1/+1 |
| 2018-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -10/+10 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -13/+13 |
| 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-19 | mv filemap source_file | Donato Sciarra | -9/+9 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -7/+7 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -7/+7 |
| 2018-08-09 | Cache ignored attributes inside ICH entirely | Mark Rousskov | -3/+6 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -113/+1 |
| 2018-08-09 | Reuse Hash impls for session data structures | Mark Rousskov | -8/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -1/+8 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -1/+3 |
| 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/+8 |
| 2018-08-05 | Add duplicity lint for lang features | varkor | -1/+1 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+5 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -1/+0 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -2/+7 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -0/+2 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -1/+0 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -2/+7 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -0/+2 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+1 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+1 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -16/+3 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -1/+2 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+4 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -0/+1 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -1/+2 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+4 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -1/+1 |
| 2018-07-16 | ItemKind | csmoe | -17/+17 |
| 2018-07-16 | ForeignItemKind | csmoe | -4/+4 |
| 2018-07-16 | TyKind | csmoe | -13/+13 |
| 2018-07-16 | ExprKind | csmoe | -30/+30 |
| 2018-07-16 | VariantKind | csmoe | -2/+2 |
| 2018-07-16 | DeclKind | csmoe | -4/+4 |
| 2018-07-16 | StmtKind | csmoe | -5/+5 |