| Age | Commit message (Expand) | Author | Lines |
| 2018-07-16 | ItemKind | csmoe | -82/+82 |
| 2018-07-16 | ForeignItemKind | csmoe | -5/+5 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_metadata | ljedrz | -12/+14 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -25/+0 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -0/+37 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -0/+37 |
| 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 | -2/+2 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -5/+10 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -6/+3 |
| 2018-06-28 | Support delegation in stable hashing macros | Vadim Petrochenkov | -0/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -7/+5 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -6/+3 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -18/+16 |
| 2018-06-23 | hygiene: Do not reset expansion info for `quote!` | Vadim Petrochenkov | -2/+2 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -1/+4 |
| 2018-06-21 | Parse async fn header. | Without Boats | -6/+6 |
| 2018-06-20 | Use ty::Generics instead of hir::Generics for various checks | varkor | -2/+3 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -11/+8 |
| 2018-06-20 | Remove all traces of lifetimes() and types() methods | varkor | -6/+4 |
| 2018-06-20 | Remove specific parameter iterators from hir::Generics | varkor | -2/+7 |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -4/+11 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -2/+4 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -26/+8 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -26/+8 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -6/+3 |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-06-01 | Make metadata decoding use AllocDecodingState/Session. | Michael Woerister | -35/+19 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-23 | Auto merge of #50528 - whitfin:issue-50508, r=michaelwoerister | bors | -143/+72 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -8/+8 |
| 2018-05-18 | Catch an issue missed in rebase | Isaac Whitfield | -3/+2 |
| 2018-05-18 | Remove unnecessary impl methods for CrateMetadata | Isaac Whitfield | -97/+36 |
| 2018-05-18 | Serialize attributes into the CrateRoot | Isaac Whitfield | -54/+66 |
| 2018-05-18 | Remove unnecessary clone call for panic_strategy | Isaac Whitfield | -1/+1 |
| 2018-05-18 | Avoid removing from cstore_impl for now | Isaac Whitfield | -0/+5 |
| 2018-05-18 | Attempt to pass CrateMetadata flags on creation | Isaac Whitfield | -60/+39 |
| 2018-05-18 | Avoid generating attributes more than once for CrateMetadata | Isaac Whitfield | -40/+49 |
| 2018-05-18 | Remove attribute_cache from CrateMetadata | Isaac Whitfield | -22/+8 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -10/+17 |
| 2018-05-17 | Keep crate edition in metadata | Vadim Petrochenkov | -1/+15 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -7/+8 |
| 2018-05-15 | Rename `has_type_parameters` to `requires_monomorphization` | varkor | -1/+1 |