| Age | Commit message (Expand) | Author | Lines |
| 2020-09-15 | Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco | bors | -6/+66 |
| 2020-09-14 | Detect turbofish with multiple type params missing leading `::` | Esteban Küber | -6/+66 |
| 2020-09-13 | Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebank | bors | -1/+5 |
| 2020-09-13 | Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkov | bors | -0/+6 |
| 2020-09-11 | repairing broken error message and rustfix application for the new test | Aurélien Deharbe | -1/+5 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -5/+22 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -12/+40 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -6/+18 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -2/+10 |
| 2020-09-10 | Collect tokens when handling `:literal` matcher | Aaron Hill | -2/+10 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -6/+24 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -2/+10 |
| 2020-09-10 | Ignore `|` and `+` tokens during proc-macro pretty-print check | Aaron Hill | -0/+6 |
| 2020-09-10 | Rollup merge of #76563 - yokodake:patch-1, r=jonas-schievink | Tyler Mandry | -1/+1 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -16/+51 |
| 2020-09-10 | small typo fix in rustc_parse docs | Nanami | -1/+1 |
| 2020-09-10 | Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" | Tyler Mandry | -6/+9 |
| 2020-09-03 | Optimize Cursor::look_ahead | Aleksey Kladov | -5/+5 |
| 2020-09-03 | Rename IsJoint -> Spacing | Aleksey Kladov | -25/+25 |
| 2020-09-03 | Condense StringReader's API to a single function | Aleksey Kladov | -33/+25 |
| 2020-09-03 | Move jointness censoring to proc_macro | Aleksey Kladov | -4/+1 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -0/+4 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -0/+4 |
| 2020-09-02 | Auto merge of #76170 - matklad:notrivia, r=petrochenkov | bors | -91/+67 |
| 2020-09-01 | Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov | Tyler Mandry | -2/+2 |
| 2020-09-01 | Simplify TokenTreesReader | Aleksey Kladov | -11/+11 |
| 2020-09-01 | Remove trivia tokens | Aleksey Kladov | -8/+1 |
| 2020-09-01 | Don't emit trivia tokens | Aleksey Kladov | -73/+56 |
| 2020-08-31 | Make StringReader private | Aleksey Kladov | -3/+3 |
| 2020-08-31 | Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matklad | Aleksey Kladov | -2/+4 |
| 2020-08-31 | Rollup merge of #76050 - matklad:pos, r=petrochenkov | Aleksey Kladov | -4/+0 |
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -2/+2 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -1/+1 |
| 2020-08-30 | parser: restore some fn visibility for rustfmt | Caleb Cartwright | -2/+4 |
| 2020-08-30 | Remove unused function | Aleksey Kladov | -4/+0 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+12685 |