| Age | Commit message (Expand) | Author | Lines |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -26/+4 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+25 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+25 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -0/+58 |
| 2021-04-12 | add test | b-naber | -0/+58 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -34/+35 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -3/+42 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -144/+18 |
| 2021-04-08 | Add unclosed brace in use tree test | Esteban Küber | -0/+165 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -1/+1 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -26/+4 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -12/+6 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+51 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -17/+121 |
| 2021-03-17 | Add pub as optional check_front_matter | Ivan Tham | -17/+22 |
| 2021-03-17 | Add help assertion for async pub test | Ivan Tham | -0/+6 |
| 2021-03-17 | Detect pub fn attr wrong order like `async pub` | Ivan Tham | -39/+132 |
| 2021-03-17 | Fix bad diagnostics for anon params with ref | Yuki Okushi | -0/+14 |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -0/+6 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -1/+1 |
| 2021-03-08 | Rollup merge of #82800 - jyn514:group-rustdoc-tests, r=Mark-Simulacrum | Mara Bos | -0/+47 |
| 2021-03-08 | Move rustdoc UI tests into a subdirectory | Joshua Nelson | -0/+47 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -11/+13 |
| 2021-03-07 | Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov | Yuki Okushi | -0/+12 |
| 2021-03-07 | Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obk | Yuki Okushi | -25/+4 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+12 |
| 2021-03-06 | address comments | Henry Boisdequin | -5/+2 |
| 2021-03-05 | expand: Move module file path stack from global session to expansion data | Vadim Petrochenkov | -11/+13 |
| 2021-03-03 | Detect match arm body without braces | Esteban Küber | -0/+222 |
| 2021-03-03 | Fix diagnostic suggests adding type `[type error]` | Henry Boisdequin | -20/+2 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -9/+21 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -2/+4 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -1/+1 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -9/+21 |
| 2021-02-25 | add helpful error notes and fix the false 'defined here' messages | Henry Boisdequin | -1/+1 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -2/+4 |
| 2021-02-23 | Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr | Dylan DPC | -3/+33 |
| 2021-02-23 | Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank | Dylan DPC | -1/+6 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -9/+1 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -2/+40 |
| 2021-02-20 | Fix suggestion span and move suggestions into new subwindow. | Reese Williams | -3/+6 |
| 2021-02-20 | Make "missing field" error message more natural | r00ster91 | -6/+6 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+222 |
| 2021-02-14 | Clarify error message and remove pretty printing in help suggestions. | Reese Williams | -1/+3 |
| 2021-02-08 | parser: Fix panic in 'const impl' recovery | Ömer Sinan Ağacan | -0/+22 |
| 2021-02-07 | Bless tests with new error wording | Smitty | -0/+0 |
| 2021-02-07 | Add tests for new UTF-16 behavior | Smitty | -0/+0 |
| 2021-02-06 | Add note about encoding when null bytes found | Smitty | -0/+0 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -2/+2 |