| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Adjust and document 'Pat::to_ty' accordingly. | Mazdak Farrokhzad | -4/+11 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -19/+9 |
| 2019-07-28 | Introduce 'ast::Pat::is_rest(&self) -> bool'. | Mazdak Farrokhzad | -0/+8 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -0/+15 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -0/+2 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -5/+4 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -3/+3 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -4/+4 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -1/+11 |
| 2019-07-10 | Move lifetime_to_string to Display impl | Mark Rousskov | -1/+7 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -2/+2 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -6/+1 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -6/+1 |
| 2019-06-23 | let_chains: More accurately describe `ast::ExprKind::Let`. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: scrutinee -> condition | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Improve documentation for ast::ExprKind::Let(..). | Mazdak Farrokhzad | -1/+4 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} and introduce ::Let. | Mazdak Farrokhzad | -15/+5 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -2/+0 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -1/+3 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -3/+3 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -7/+21 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -49/+6 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -1/+23 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -3/+0 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -2/+0 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -0/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -6/+6 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -2/+2 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -0/+1 |
| 2019-05-21 | Auto merge of #60903 - nnethercote:mv-gensyms-from-Symbol-to-Ident, r=petroch... | bors | -5/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -2/+2 |
| 2019-05-20 | Move `is_gensymed` from `Symbol` to `Ident`. | Nicholas Nethercote | -5/+1 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -2/+2 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -6/+0 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -2/+7 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -1/+1 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -0/+3 |
| 2019-05-11 | Turn `ast::Lit` into a struct | Vadim Petrochenkov | -1/+5 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+13 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -4/+8 |
| 2019-04-27 | Document ast::ExprKind::Type. | Mazdak Farrokhzad | -0/+1 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -6/+45 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+11 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -6/+23 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -3/+2 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -0/+11 |
| 2019-04-15 | Ensure the symbols are pure strings | John Kåre Alsaker | -1/+7 |
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -0/+6 |