| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Fix comments around test harness generation | Alexey Shmalko | -1/+1 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -1/+1 |
| 2019-04-11 | Auto merge of #59227 - Zoxc:fix-get, r=eddyb | bors | -3/+3 |
| 2019-04-04 | Fix cases of conflicting two-phase borrows | Matthew Jasper | -2/+2 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-31 | Fix lifetime on LocalInternedString::get function | John Kåre Alsaker | -3/+3 |
| 2019-03-27 | Visit path in `walk_mac` | varkor | -1/+1 |
| 2019-03-27 | Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov | bors | -0/+3 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -3/+4 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -53/+51 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -3/+4 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -8/+8 |
| 2019-03-16 | syntax: Introduce `Ident::can_be_raw` | Vadim Petrochenkov | -8/+4 |
| 2019-03-16 | syntax_ext: Validate `#[proc_macro_derive]` input better | Vadim Petrochenkov | -4/+14 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -28/+32 |
| 2019-03-06 | Simplify code | Esteban Küber | -5/+2 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -2/+2 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -1/+1 |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -1/+1 |
| 2019-02-18 | Make `interpolated_to_tokenstream` a method on `Nonterminal`. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Remove `LazyTokenStream`. | Nicholas Nethercote | -1/+2 |
| 2019-02-18 | Change `Token::interpolated_to_tokenstream()`. | Nicholas Nethercote | -2/+2 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -13/+10 |
| 2019-02-12 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -1/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -15/+15 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -2/+2 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -13/+10 |