| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Rollup merge of #142641 - bjorn3:proc_macro_symbols_o, r=jieyouxu | Matthias Krüger | -0/+25 |
| 2025-06-29 | Rollup merge of #142367 - GuillaumeGomez:extern-crate-items-intra-doc, r=lolb... | Matthias Krüger | -0/+23 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -267/+267 |
| 2025-06-28 | Move some UI tests to more apropriate directories | Trevor Gross | -0/+0 |
| 2025-06-28 | Do not freshen ReError | Michael Goulet | -13/+56 |
| 2025-06-28 | Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, ... | Matthias Krüger | -0/+25 |
| 2025-06-28 | moved tests | Kivooeo | -0/+0 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -74/+83 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -46/+29 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -145/+162 |
| 2025-06-28 | Test MIR inlined var debug info | Kornel | -0/+50 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+339 |
| 2025-06-28 | Add regression test for #137857 to ensure that we generate intra doc links fo... | Guillaume Gomez | -0/+23 |
| 2025-06-27 | Fix rustdoc not correctly showing attributes with re-exports | Jonathan Brouwer | -0/+13 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -15/+20 |
| 2025-06-27 | Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com... | Matthias Krüger | -0/+30 |
| 2025-06-27 | Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obk | Matthias Krüger | -75/+171 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -0/+15 |
| 2025-06-27 | Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU | Matthias Krüger | -0/+28 |
| 2025-06-27 | Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu... | Matthias Krüger | -1/+68 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -25/+3 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1440/+1493 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -15/+20 |
| 2025-06-27 | remember how to write never returns | Jubilee Young | -10/+10 |
| 2025-06-27 | compiler: allow interrupts to return () or ! | Jubilee Young | -0/+110 |
| 2025-06-27 | compiler: fixup error message for x86-interrupt invalid returns | Jubilee Young | -2/+2 |
| 2025-06-27 | tests: add test for invalid interrupt signatures | Jubilee Young | -0/+304 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -0/+30 |
| 2025-06-27 | rustdoc: add regression test for issue 135092 | binarycat | -0/+26 |
| 2025-06-27 | Auto merge of #143091 - GuillaumeGomez:rollup-f300qwe, r=GuillaumeGomez | bors | -666/+617 |
| 2025-06-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -75/+171 |
| 2025-06-27 | Rollup merge of #143084 - RalfJung:const-eval-recursive-static-write, r=oli-obk | Guillaume Gomez | -30/+92 |
| 2025-06-27 | Rollup merge of #143065 - compiler-errors:enum-recovery, r=oli-obk | Guillaume Gomez | -0/+23 |
| 2025-06-27 | Rollup merge of #142818 - JonathanBrouwer:used_new_parser, r=jdonszelmann | Guillaume Gomez | -25/+71 |
| 2025-06-27 | Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr | Guillaume Gomez | -89/+109 |
| 2025-06-27 | Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obk | bors | -5/+0 |
| 2025-06-27 | const-eval: error when initializing a static writes to that static | Ralf Jung | -30/+92 |
| 2025-06-27 | Generate symbols.o for proc-macros too | bjorn3 | -0/+25 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+339 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -522/+322 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -13/+38 |
| 2025-06-27 | Port `#[used]` to new attribute parsing infrastructure | Jonathan Brouwer | -25/+71 |
| 2025-06-27 | tests: add #![rustc_no_implicit_bounds] | David Wood | -89/+109 |
| 2025-06-27 | tests | bendn | -0/+64 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -260/+352 |
| 2025-06-26 | Rollup merge of #143056 - fmease:mv-ace-test-out-of-gci-dir, r=BoxyUwU | Michael Goulet | -35/+17 |
| 2025-06-26 | Rollup merge of #142986 - JonathanBrouwer:export_name_parser, r=jdonszelmann | Michael Goulet | -23/+94 |
| 2025-06-26 | Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnr | Michael Goulet | -6/+0 |
| 2025-06-26 | Rollup merge of #140942 - RalfJung:const-ref-to-mut, r=oli-obk | Michael Goulet | -196/+241 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -10/+12 |