| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | Require either wrapping nullary intrinsincs in const blocks or explicitly dec... | Oli Scherer | -1/+22 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -119/+73 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -29/+24 |
| 2025-06-30 | Auto merge of #142941 - compiler-errors:shallow-bail, r=lcnr | bors | -19/+70 |
| 2025-06-29 | Auto merge of #142802 - compiler-errors:dedup-analyses, r=lcnr | bors | -3/+11 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -4/+6 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -3/+27 |
| 2025-06-29 | Auto merge of #143173 - matthiaskrgr:rollup-ieu5k05, r=matthiaskrgr | bors | -67/+121 |
| 2025-06-29 | Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-06-29 | Rollup merge of #143169 - yotamofek:pr/unneeded-features, r=compiler-errors | Matthias Krüger | -7/+0 |
| 2025-06-29 | Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmann | Matthias Krüger | -24/+67 |
| 2025-06-29 | Rollup merge of #143135 - tshepang:typos, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-06-29 | Rollup merge of #143088 - firefighterduck:improve-doc-discr-tag, r=RalfJung | Matthias Krüger | -30/+36 |
| 2025-06-29 | Rollup merge of #143063 - bvanjoi:docs-resolve, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2025-06-29 | Rollup merge of #142641 - bjorn3:proc_macro_symbols_o, r=jieyouxu | Matthias Krüger | -2/+7 |
| 2025-06-29 | Auto merge of #143161 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-28, r=Gu... | bors | -117/+150 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -1/+1 |
| 2025-06-28 | Remove unused feature gates | Yotam Ofek | -7/+0 |
| 2025-06-29 | Remove `()` returned value | Guillaume Gomez | -1/+1 |
| 2025-06-28 | Auto merge of #143157 - matthiaskrgr:rollup-90rtm3a, r=matthiaskrgr | bors | -101/+69 |
| 2025-06-29 | Fix signature of `filter_landing_pad` | Guillaume Gomez | -2/+2 |
| 2025-06-28 | Remove unwanted semi-colon in `rustc_codegen_gcc` | Guillaume Gomez | -1/+1 |
| 2025-06-28 | Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c... | Guillaume Gomez | -117/+150 |
| 2025-06-28 | Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercote | Matthias Krüger | -94/+64 |
| 2025-06-28 | Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk | bors | -134/+158 |
| 2025-06-29 | explain `ImportData::imported_module` | bohan | -1/+8 |
| 2025-06-28 | Auto merge of #142317 - compiler-errors:perf-fold, r=lcnr | bors | -0/+11 |
| 2025-06-28 | move discr=varid check to layout_sanity_check | Florian Sextl | -13/+10 |
| 2025-06-28 | fix docs of FakeBorrowKind | Florian Sextl | -14/+14 |
| 2025-06-28 | improve TagEncoding docs | Florian Sextl | -12/+21 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -24/+67 |
| 2025-06-28 | fix typos on some doc comments | Tshepang Mbambo | -2/+2 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -2/+553 |
| 2025-06-28 | Use tidy to sort `sym::*` items | Yotam Ofek | -94/+64 |
| 2025-06-27 | Auto merge of #143116 - matthiaskrgr:rollup-zy9ez06, r=matthiaskrgr | bors | -289/+309 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2025-06-27 | Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com... | Matthias Krüger | -2/+24 |
| 2025-06-27 | Rollup merge of #143096 - RalfJung:tag_for_variant, r=compiler-errors | Matthias Krüger | -11/+8 |
| 2025-06-27 | Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obk | Matthias Krüger | -35/+19 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -18/+23 |
| 2025-06-27 | Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU | Matthias Krüger | -0/+1 |
| 2025-06-27 | Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu... | Matthias Krüger | -0/+51 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -117/+57 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -105/+123 |
| 2025-06-27 | Auto merge of #143064 - flip1995:clippy-subtree-update, r=GuillaumeGomez | bors | -2/+3 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -1/+3 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -2/+24 |
| 2025-06-27 | Auto merge of #143091 - GuillaumeGomez:rollup-f300qwe, r=GuillaumeGomez | bors | -367/+348 |
| 2025-06-27 | tag_for_variant: properly pass TypingEnv | Ralf Jung | -11/+8 |