| Age | Commit message (Expand) | Author | Lines |
| 2019-08-24 | parser: integrate `maybe_recover_unexpected_comma` in `parse_pat_with_or`. | Mazdak Farrokhzad | -9/+17 |
| 2019-08-24 | parser: extract `maybe_recover_unexpected_comma`. | Mazdak Farrokhzad | -31/+36 |
| 2019-08-24 | parser: simplify `parse_pat_with_or`. | Mazdak Farrokhzad | -1/+1 |
| 2019-08-24 | parser: improve or-patterns recovery. | Mazdak Farrokhzad | -4/+11 |
| 2019-08-24 | parser: refactor `parse_pat_with_or` + use it in [p0, p1, ..] pats. | Mazdak Farrokhzad | -8/+15 |
| 2019-08-24 | parser: type alias `type Expected = Option<&'static str>;`. | Mazdak Farrokhzad | -8/+7 |
| 2019-08-24 | parser: extract `ban_unexpected_or_or`. | Mazdak Farrokhzad | -11/+13 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -81/+116 |
| 2019-08-24 | Use doc comments for feature gate descriptions | Pascal Hertleif | -261/+284 |
| 2019-08-24 | Auto merge of #63823 - petrochenkov:noapply2, r=matthewjasper | bors | -78/+71 |
| 2019-08-23 | syntax: move `feature_gate.rs`. | Mazdak Farrokhzad | -0/+0 |
| 2019-08-23 | syntax: extract `check.rs`. | Mazdak Farrokhzad | -953/+960 |
| 2019-08-23 | builtin_attrs.rs: retain FIXMEs. | Mazdak Farrokhzad | -2/+6 |
| 2019-08-23 | builtin_attrs.rs: organize! | Mazdak Farrokhzad | -241/+259 |
| 2019-08-23 | builtin_attrs.rs: cleanup with `(un)gated!`. | Mazdak Farrokhzad | -288/+229 |
| 2019-08-23 | builtin_attrs.rs: refactor `rustc_attrs` entries. | Mazdak Farrokhzad | -233/+109 |
| 2019-08-23 | builtin_attrs.rs: simplify `cfg_fn`. | Mazdak Farrokhzad | -8/+7 |
| 2019-08-23 | syntax: extract `builin_attrs.rs`. | Mazdak Farrokhzad | -715/+732 |
| 2019-08-23 | syntax: extract `active.rs` feature gates. | Mazdak Farrokhzad | -517/+525 |
| 2019-08-23 | syntax: extract `removed.rs` feature gates. | Mazdak Farrokhzad | -77/+85 |
| 2019-08-23 | syntax: extract `accepted.rs` feature gates. | Mazdak Farrokhzad | -231/+239 |
| 2019-08-23 | Remove default macro transparencies | Vadim Petrochenkov | -21/+0 |
| 2019-08-23 | hygiene: Require passing transparency explicitly to `apply_mark` | Vadim Petrochenkov | -41/+47 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -17/+25 |
| 2019-08-21 | fix rebase | Esteban Küber | -1/+1 |
| 2019-08-21 | Formatting | Esteban Küber | -24/+45 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -7/+17 |
| 2019-08-21 | Rollup merge of #63717 - petrochenkov:eager, r=matthewjasper | Mazdak Farrokhzad | -9/+8 |
| 2019-08-21 | Rollup merge of #63762 - rust-lang:fix-async-date, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-21 | Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-08-21 | Rollup merge of #63755 - Centril:simplify-prexp-gating, r=petrochenkov | Mazdak Farrokhzad | -28/+34 |
| 2019-08-21 | Rollup merge of #63721 - Mark-Simulacrum:decouple-error-index, r=matthewjasper | Mazdak Farrokhzad | -124/+4 |
| 2019-08-21 | resolve/expand: Rename some things for clarity and add comments | Vadim Petrochenkov | -4/+7 |
| 2019-08-21 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -4/+1 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -1/+0 |
| 2019-08-21 | async_await was stabilized in 1.39.0, not 1.38.0. | Mazdak Farrokhzad | -1/+1 |
| 2019-08-20 | Allow 'default async fn' to parse. | Mazdak Farrokhzad | -0/+1 |
| 2019-08-20 | Use dedicated type for spans in pre-expansion gating. | Mazdak Farrokhzad | -28/+34 |
| 2019-08-20 | Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj | Mazdak Farrokhzad | -17/+2 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -124/+4 |
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -17/+2 |
| 2019-08-19 | glue tokens when building token stream | Aleksey Kladov | -10/+34 |
| 2019-08-19 | remove composite tokens support from the lexer | Aleksey Kladov | -37/+20 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -66/+15 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -28/+80 |
| 2019-08-17 | resolve/expand: Rename some things for clarity | Vadim Petrochenkov | -19/+21 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -40/+59 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -11/+44 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -4/+2 |
| 2019-08-17 | Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obk | Mazdak Farrokhzad | -30/+16 |