| Age | Commit message (Expand) | Author | Lines |
| 2019-05-29 | libsyntax: introduce 'fn is_keyword_ahead(dist, keywords)'. | Mazdak Farrokhzad | -35/+38 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -3/+3 |
| 2019-05-29 | syntax: bail out of `find_width_of_character_at_span` if the span doesn't sta... | Eduard-Mihai Burtescu | -0/+5 |
| 2019-05-27 | Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister | bors | -12/+74 |
| 2019-05-27 | Auto merge of #60967 - Zoxc:fix-syntax-sync, r=michaelwoerister | bors | -0/+22 |
| 2019-05-27 | Short circuit Send and Sync impls for TokenTree | John Kåre Alsaker | -0/+22 |
| 2019-05-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -14/+3 |
| 2019-05-27 | Use `Symbol` equality in `may_begin_with` and `parse_nt`. | Nicholas Nethercote | -27/+27 |
| 2019-05-27 | Use `Symbol` equality in `is_ident_named`. | Nicholas Nethercote | -8/+8 |
| 2019-05-27 | Avoid some re-interning in `to_lit_token`. | Nicholas Nethercote | -5/+8 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -4/+26 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -3/+3 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -26/+16 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -20/+11 |
| 2019-05-25 | review comments: move back some methods and clean up wording | Esteban Küber | -172/+176 |
| 2019-05-25 | Move some methods to `diagnostics.rs` away from `parser.rs` | Esteban Küber | -413/+462 |
| 2019-05-25 | Tweak `self` arg not as first argument of a method diagnostic | Esteban Küber | -37/+55 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -12/+74 |
| 2019-05-24 | Revert changes that belong to separate PR | Esteban Küber | -18/+4 |
| 2019-05-24 | Move diagnostic logic out of parser | Esteban Küber | -19/+20 |
| 2019-05-24 | Fix rebase | Esteban Küber | -4/+6 |
| 2019-05-24 | review comments | Esteban Küber | -63/+70 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -44/+105 |
| 2019-05-24 | Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkov | bors | -47/+4 |
| 2019-05-24 | Auto merge of #60984 - matthewjasper:borrowck-error-reporting-cleanup, r=pnkf... | bors | -4/+5 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -47/+4 |
| 2019-05-24 | Rollup merge of #61056 - euclio:custom-discriminant-error, r=estebank | Mazdak Farrokhzad | -16/+45 |
| 2019-05-23 | tweak discriminant on non-nullary enum diagnostic | Andy Russell | -16/+45 |
| 2019-05-23 | Auto merge of #60965 - petrochenkov:lit3, r=matklad | bors | -441/+435 |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -212/+157 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -197/+216 |
| 2019-05-23 | syntax: Remove an obsolete hack from literal comparisons | Vadim Petrochenkov | -9/+1 |
| 2019-05-23 | syntax: Fix spans for boolean literals passed to proc macros | Vadim Petrochenkov | -5/+5 |
| 2019-05-23 | syntax: More consistent wording for some literal parsing errors | Vadim Petrochenkov | -2/+2 |
| 2019-05-23 | syntax: Return named errors from literal parsing functions | Vadim Petrochenkov | -128/+166 |
| 2019-05-23 | Auto merge of #61075 - Centril:rollup-1ugmcqu, r=Centril | bors | -10/+14 |
| 2019-05-23 | Rollup merge of #61046 - mark-i-m:transcribe-fix, r=petrochenkov | Mazdak Farrokhzad | -8/+10 |
| 2019-05-23 | Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton | Mazdak Farrokhzad | -2/+4 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -2/+12 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -316/+314 |
| 2019-05-22 | Restore the old behavior of the rustdoc keyword check + Fix rebase | Vadim Petrochenkov | -19/+18 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -22/+18 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -299/+302 |
| 2019-05-22 | these errors can happen after all | Mark Mansi | -8/+10 |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -0/+7 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -2/+2 |
| 2019-05-22 | Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha... | Mazdak Farrokhzad | -0/+17 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -2/+4 |
| 2019-05-21 | Dont show variables from desugarings in borrowck errors | Matthew Jasper | -4/+5 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -2/+12 |