| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -72/+87 |
| 2019-05-21 | Fix tidy: remove a trailing whitespace | topecongiro | -1/+1 |
| 2019-05-21 | Add doc comment | topecongiro | -0/+10 |
| 2019-05-21 | Auto merge of #60903 - nnethercote:mv-gensyms-from-Symbol-to-Ident, r=petroch... | bors | -27/+21 |
| 2019-05-21 | Add stream_to_parser_with_base_dir | topecongiro | -0/+7 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -7/+7 |
| 2019-05-20 | Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoerister | Mazdak Farrokhzad | -1/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -2/+2 |
| 2019-05-20 | Remove `Symbol::gensym()`. | Nicholas Nethercote | -15/+18 |
| 2019-05-20 | Eliminate `Symbol::gensymed`. | Nicholas Nethercote | -9/+4 |
| 2019-05-20 | Move `is_gensymed` from `Symbol` to `Ident`. | Nicholas Nethercote | -5/+1 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -7/+7 |
| 2019-05-18 | Auto merge of #60910 - nnethercote:avoid-some-unnecessary-interning, r=petroc... | bors | -18/+22 |
| 2019-05-17 | Rollup merge of #60901 - estebank:str-str-str, r=Centril | Manish Goregaokar | -2/+1 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -18/+22 |
| 2019-05-16 | Fix binop span | Esteban Küber | -2/+1 |
| 2019-05-16 | review comments | Esteban Küber | -26/+22 |
| 2019-05-16 | Move some parser recovery methods to diagnostics | Esteban Küber | -263/+271 |
| 2019-05-16 | Fix span for await macro call | Esteban Küber | -1/+1 |
| 2019-05-16 | Review comments | Esteban Küber | -96/+68 |
| 2019-05-16 | Simplify span usage for incorrect await | Esteban Küber | -3/+3 |
| 2019-05-16 | Split parser logic to its own method | Esteban Küber | -87/+96 |
| 2019-05-16 | Parse alternative incorrect uses of await and recover | Esteban Küber | -8/+105 |
| 2019-05-16 | Rollup merge of #60691 - topecongiro:await-macro-span, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-05-16 | Auto merge of #60763 - matklad:tt-parser, r=petrochenkov | bors | -43/+62 |
| 2019-05-14 | Fix incremental compilation of cdylib emitting spurious unused_attributes lint | Oliver Scherer | -1/+1 |
| 2019-05-13 | add impl_trait_in_bindings to INCOMPLETE_FEATURES | Pulkit Goyal | -0/+1 |
| 2019-05-13 | move raw span to tt reader | Aleksey Kladov | -1/+2 |