| Age | Commit message (Expand) | Author | Lines |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -1/+1 |
| 2018-11-02 | Remove deprecated unstable `#[panic_implementation]` | Vadim Petrochenkov | -4/+2 |
| 2018-10-19 | Remove unused box | Oliver Scherer | -5/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -1/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -1/+7 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -5/+10 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -5/+10 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -3/+3 |
| 2018-10-06 | rustc/middle: improve some patterns | ljedrz | -4/+2 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+7 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -11/+11 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -10/+10 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -10/+10 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -1/+3 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -4/+4 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -1/+1 |
| 2018-07-21 | dead-code lint: say "constructed" for structs | Zack M. Davis | -1/+5 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -10/+6 |
| 2018-07-20 | Refactor a few push loops to iterators in librustc | ljedrz | -10/+6 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -5/+0 |
| 2018-07-16 | ItemKind | csmoe | -24/+24 |
| 2018-07-16 | ExprKind | csmoe | -5/+5 |
| 2018-07-16 | VariantKind | csmoe | -1/+1 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -5/+1 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -1/+11 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -2/+2 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -1/+5 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -2/+2 |
| 2018-06-28 | Always check type_dependent_defs | varkor | -1/+5 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -2/+2 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -1/+1 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -22/+15 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -13/+1 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+5 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+0 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -2/+2 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -2/+2 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -8/+8 |
| 2017-11-19 | dead code lint to say "never constructed" for variants | Zack M. Davis | -9/+14 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |