| Age | Commit message (Expand) | Author | Lines |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -2/+5 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -1/+2 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -0/+1 |
| 2018-10-05 | resolve: Integrate inert attributes registererd by legacy plugins into macro ... | Vadim Petrochenkov | -0/+1 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -1/+9 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -0/+1 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+9 |
| 2018-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -2/+8 |
| 2018-09-13 | introduce SelfCtor | F001 | -0/+1 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -0/+4 |
| 2018-08-30 | introduce Guard enum | F001 | -0/+4 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -0/+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{Bool|Char|Int|Uint|Float|Str} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 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 lint for unknown feature attributes | varkor | -0/+5 |
| 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-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+3 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+3 |
| 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 |
| 2018-07-16 | BinOpKind | csmoe | -22/+22 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -0/+1 |
| 2018-07-03 | Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis | Pietro Albini | -8/+29 |
| 2018-07-03 | Avoid sorting the item_ids array the StableHash impl of hir::Mod. | Michael Woerister | -10/+16 |
| 2018-07-02 | incr.comp.: Take names of children into account when computing the ICH of a m... | Michael Woerister | -7/+22 |
| 2018-07-02 | Get rid of `TyImplTraitExistential` | Oliver Schneider | -1/+0 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -6/+6 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -5/+7 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -0/+1 |
| 2018-06-28 | incremental: Do not hash spans for things that didn't have spans previously | Vadim Petrochenkov | -8/+8 |
| 2018-06-28 | Support delegation in stable hashing macros | Vadim Petrochenkov | -182/+71 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -6/+6 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -3/+1 |
| 2018-06-28 | Use `Ident`s for path segments in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated type bindings in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-23 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -1/+1 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -1/+1 |