| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -1/+1 |
| 2019-06-12 | Rollup merge of #61654 - Electron-libre:use_slice_patterns_in_rustc, r=oli-ob... | Mazdak Farrokhzad | -13/+13 |
| 2019-06-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -42/+41 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -11/+32 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+5 |
| 2019-06-11 | syntax_ext: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -8/+9 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -0/+4 |
| 2019-06-10 | syntax: Use `MultiItemModifier` for built-in derives | Vadim Petrochenkov | -4/+20 |
| 2019-06-09 | Introduce InnerSpan abstraction | Mark Rousskov | -20/+20 |
| 2019-06-09 | Shift padding out of suggestions for format strings | Mark Rousskov | -10/+10 |
| 2019-06-09 | Use Symbol for named arguments in fmt_macros | Mark Rousskov | -13/+12 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -1/+1 |
| 2019-06-08 | use pattern matching for slices destructuring | Cedric | -13/+13 |
| 2019-06-08 | Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -1/+3 |
| 2019-06-07 | parser: `self.span` -> `self.token.span` | Vadim Petrochenkov | -4/+4 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -1/+2 |
| 2019-06-06 | syntax: Switch function parameter order in `TokenTree::token` | Vadim Petrochenkov | -10/+10 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -14/+13 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Use `Token` in `Parser` | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -22/+23 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -5/+5 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -2/+2 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -6/+4 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -31/+34 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -57/+47 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -2/+6 |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -1/+1 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -64/+33 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -2/+2 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -18/+19 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -12/+12 |
| 2019-05-20 | Remove `Symbol::gensym()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-20 | Eliminate `Symbol::gensymed`. | Nicholas Nethercote | -1/+1 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -5/+6 |
| 2019-05-13 | Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton | Mazdak Farrokhzad | -1/+6 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -6/+6 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -31/+36 |
| 2019-05-11 | Add #[doc(hidden)] attribute on compiler generated proc-macro module. | Mike Boutin | -1/+6 |
| 2019-04-29 | Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton | bors | -14/+67 |
| 2019-04-25 | Handle common assert! misuses | Alexey Shmalko | -14/+60 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -0/+1 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Make assert! ensure the macro is parsed completely | Alexey Shmalko | -2/+9 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |