| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -1/+1 |
| 2022-10-25 | Pinning tests for some macro_rules things discussed in the lang meeting | Scott McMurray | -0/+28 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -1/+1 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -1/+1 |
| 2022-10-11 | Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco | Matthias Krüger | -0/+70 |
| 2022-10-11 | fix #102878 | Takayuki Maeda | -0/+70 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+0 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -22/+22 |
| 2022-10-03 | Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated... | Matthias Krüger | -1/+32 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -14/+14 |
| 2022-09-27 | Update tests. | Mara Bos | -141/+141 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -1/+1 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -1/+0 |
| 2022-09-22 | Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandry | Yuki Okushi | -0/+3 |
| 2022-09-19 | Adding needs-unwind to nicer-assert-messages compiler ui tests | Andrew Pollack | -0/+3 |
| 2022-09-15 | Future-proof against loose bounds if default variant is non-exhaustive. | Daniel Henry-Mantilla | -1/+32 |
| 2022-09-13 | Emit an error instead of reconstructing token stream. | Camille GILLOT | -1/+8 |
| 2022-09-13 | Manually cleanup token stream when macro expansion aborts. | Camille GILLOT | -0/+41 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+0 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -0/+7 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -2/+3 |
| 2022-08-09 | Rollup merge of #100228 - luqmana:suggestion-ice, r=estebank | Dylan DPC | -0/+49 |
| 2022-08-07 | Add UI test for #100199 | Luqman Aden | -0/+49 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -0/+2 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -104/+220 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -24/+864 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -24/+864 |
| 2022-07-24 | Move write! and writeln! temporaries test to check-fail | David Tolnay | -16/+93 |
| 2022-07-24 | Regression in issue 99684 fixed | David Tolnay | -31/+1 |
| 2022-07-24 | Add regression test minimized from async-std write | David Tolnay | -0/+67 |
| 2022-07-19 | better error for bad depth on macro metavar expr | Michael Goulet | -8/+27 |
| 2022-07-19 | Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Simulacrum | Matthias Krüger | -19/+55 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -15/+15 |
| 2022-07-18 | Revert "Stabilize $$ in Rust 1.63.0" | Christopher Durham | -19/+55 |
| 2022-07-16 | Rollup merge of #99213 - davidtwco:translation-migrate-passes, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-07-15 | Fix ICE in named_arguments_used_positionally lint | Michael Goulet | -0/+17 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -2/+2 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -0/+199 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -6/+2 |
| 2022-06-28 | Rollup merge of #98337 - c410-f3r:assert-compiler, r=oli-obk | Dylan DPC | -38/+179 |
| 2022-06-23 | Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwco | Michael Goulet | -1/+10 |
| 2022-06-21 | Add UI test for `cfg!(foo, bar)` | beetrees | -1/+10 |
| 2022-06-21 | [RFC 2011] Optimize non-consuming operators | Caio | -38/+179 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+30 |
| 2022-06-21 | Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obk | bors | -0/+42 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-15 | [RFC 2011] Expand expressions where possible | Caio | -0/+42 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -15/+379 |
| 2022-06-13 | Move tests | Caio | -0/+26 |
| 2022-06-07 | Stabilize $$ in Rust 1.63.0 | Caio | -55/+19 |