| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakis | Manish Goregaokar | -0/+474 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -10/+10 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -10/+10 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -30/+345 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-02 | Add some requested tests | Vadim Petrochenkov | -0/+63 |
| 2020-07-02 | parser: Break float tokens into parts in tuple field positions | Vadim Petrochenkov | -0/+411 |
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -12/+28 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -18/+317 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -0/+22 |
| 2020-07-01 | Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebank | Manish Goregaokar | -3/+3 |
| 2020-06-27 | Fix wording for anonymous parameter name help | James Box | -3/+3 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -1/+1 |
| 2020-06-27 | Recover extra trailing angle brackets in struct definition | Aaron Hill | -0/+22 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -0/+9 |
| 2020-06-25 | Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkor | Manish Goregaokar | -1/+2 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -3/+5 |
| 2020-06-25 | Update UI test | Guillaume Gomez | -1/+2 |
| 2020-06-23 | Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint. | Charles Lew | -3/+5 |
| 2020-06-21 | Update UI tests | Guillaume Gomez | -1/+2 |
| 2020-06-20 | Update existing test cases. | jumbatm | -0/+1 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -32/+61 |
| 2020-06-19 | Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov | Ralf Jung | -2/+3 |
| 2020-06-18 | Rollup merge of #71976 - mibac138:let-recovery, r=estebank | Manish Goregaokar | -0/+28 |
| 2020-06-16 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2020-06-16 | bless all | Ralf Jung | -30/+50 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -2/+11 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -1/+1 |
| 2020-06-10 | Add tests for E0762 | Guillaume Gomez | -2/+4 |
| 2020-06-09 | [AVR] Add required references for AVR to the parser test suites | Dylan McKay | -1/+1 |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -1/+1 |
| 2020-05-29 | rustc_lexer: Optimize shebang detection slightly | Vadim Petrochenkov | -0/+14 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -0/+73 |
| 2020-05-21 | Adjust according to petrochenkov's review comments | mibac138 | -48/+5 |
| 2020-05-20 | Adjust according to estebank's review comments | mibac138 | -16/+16 |
| 2020-05-20 | Error recovery for `let` with `+=` | mibac138 | -2/+10 |
| 2020-05-20 | Expand partial error recovery for `let` with `BinOpEq` | mibac138 | -2/+20 |
| 2020-05-20 | Implement partial error recovery for `let` with `BinOpEq` | mibac138 | -0/+45 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -3/+3 |
| 2020-05-09 | adjust tests | Ralf Jung | -1/+2 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -1/+1 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-23 | Rollup merge of #70633 - kper:master, r=estebank | Dylan DPC | -0/+69 |
| 2020-04-22 | Update UI tests | Guillaume Gomez | -2/+4 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -0/+158 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -4/+6 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -1/+6 |
| 2020-04-04 | Drop `this` in error message to not reach 100 characters | Kevin Per | -2/+2 |
| 2020-04-04 | Show open and closed braces of last proper block | Kevin Per | -2/+15 |