| Age | Commit message (Expand) | Author | Lines |
| 2021-07-11 | Add diagnostics test for mistyped inclusive ranges | inquisitivecrystal | -0/+20 |
| 2021-07-08 | Rollup merge of #86932 - rylev:fix-ice-86895, r=estebank | Yuki Okushi | -0/+11 |
| 2021-07-07 | Fix ICE when misplaced visibility cannot be properly parsed | Ryan Levick | -0/+11 |
| 2021-07-02 | Recover from `&dyn mut ...` parse errors | Fabian Wolff | -0/+24 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+193 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -32/+32 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -32/+32 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-22 | Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r... | bors | -10/+2 |
| 2021-06-20 | Update rustfix for compiletest. | Eric Huss | -9/+11 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -40/+40 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -34/+0 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -40/+40 |
| 2021-06-05 | Fix handling of unmatched angle brackets in parser | Fabian Wolff | -0/+73 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -0/+62 |
| 2021-05-30 | Don't drop `PResult` without handling the error | LeSeulArtichaut | -0/+34 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -28/+28 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -0/+162 |
| 2021-05-11 | Updates to tests. | Felix S. Klock II | -10/+2 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -21/+20 |
| 2021-05-07 | Rollup merge of #84896 - estebank:issue-84772, r=jackh726 | Dylan DPC | -0/+94 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -3/+3 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -77/+139 |
| 2021-05-03 | Handle incorrect placement of parentheses in trait bounds more gracefully | Esteban Küber | -0/+94 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -1/+73 |
| 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-16 | Fix tests | Ryan Levick | -77/+139 |
| 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 |