| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -8/+14 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -1/+45 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -9/+9 |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -8/+8 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -11/+11 |
| 2019-09-25 | Add long error explanation for E0531 | Guillaume Gomez | -1/+45 |
| 2019-09-24 | Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink | Mazdak Farrokhzad | -1/+0 |
| 2019-09-23 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -8/+14 |
| 2019-09-22 | reduce visibility of a bunch of stuff in ext::tt | Aleksey Kladov | -2/+2 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -0/+6 |
| 2019-09-21 | Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | remove the extra comma after the match arm | guanqun | -1/+1 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -3/+5 |
| 2019-09-15 | Auto merge of #64483 - petrochenkov:expectattr2, r=Centril | bors | -4/+3 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -2/+1 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -3/+3 |
| 2019-09-15 | Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkov | bors | -22/+22 |
| 2019-09-15 | Prefer `Symbol` to `Ident` when there's no sensible `Span` | Matthew Jasper | -22/+22 |
| 2019-09-14 | resolve: Tweak some expected/found wording | Vadim Petrochenkov | -2/+3 |
| 2019-09-09 | Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkov | Mazdak Farrokhzad | -34/+55 |
| 2019-09-09 | Resolve attributes in several places | Caio | -46/+120 |
| 2019-09-08 | Always emit unresolved import errors and hide unused import lint | Esteban Küber | -34/+55 |
| 2019-09-08 | Rollup merge of #64265 - petrochenkov:useerr, r=estebank | Mazdak Farrokhzad | -0/+8 |
| 2019-09-08 | Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasper | Mazdak Farrokhzad | -9/+10 |
| 2019-09-08 | Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -2/+2 |
| 2019-09-07 | resolve: Mark more erroneous imports as used | Vadim Petrochenkov | -0/+8 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -27/+17 |
| 2019-09-07 | resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modules | Vadim Petrochenkov | -1/+1 |
| 2019-09-07 | resolve: Do not afraid to set current module to enums and traits | Vadim Petrochenkov | -8/+9 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -17/+70 |
| 2019-09-05 | Simplify std lib injection | Matthew Jasper | -5/+15 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -26/+17 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -15/+12 |
| 2019-09-05 | Remove `Ident::{gensym, is_gensymed}` | Matthew Jasper | -6/+2 |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -10/+0 |
| 2019-09-05 | Allow ast passes to create hygienic spans | Matthew Jasper | -2/+62 |
| 2019-09-05 | resolve: bool -> enum PatBoundCtx | Mazdak Farrokhzad | -18/+29 |
| 2019-09-05 | or-patterns: address review comments. | Mazdak Farrokhzad | -4/+23 |
| 2019-09-05 | resolve: merge `resolve_pats` and `resolve_pattern_top`. | Mazdak Farrokhzad | -19/+6 |
| 2019-09-05 | resolve: account for general or-patterns in consistency checking. | Mazdak Farrokhzad | -45/+82 |