| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-10-31 | Count type aliases in patterns | sinkuu | -6/+6 |
| 2017-09-25 | Point at signature on unused lint | Esteban Küber | -7/+21 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-14 | Fix some merge fallout. | Michael Woerister | -2/+0 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -3/+3 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -1/+1 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -5/+7 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -24/+28 |
| 2017-08-06 | Handle type aliases as well | Guillaume Gomez | -3/+6 |
| 2017-08-06 | Fix union unused fields check | Guillaume Gomez | -14/+11 |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -29/+26 |
| 2017-08-05 | Improve dead code detection for unions | Guillaume Gomez | -15/+31 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -3/+15 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -4/+4 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+5 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-04-29 | Don't ever warn about #[used] items being dead code. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-04-28 | do not access `inherited_impls` map directly | Niko Matsakis | -8/+7 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -2/+1 |