| Age | Commit message (Expand) | Author | Lines |
| 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 | -70/+96 |
| 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 | -3/+909 |
| 2025-06-28 | Add regression test for #137857 to ensure that we generate intra doc links fo... | Guillaume Gomez | -0/+23 |
| 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 | -1878/+2170 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -16/+23 |
| 2025-06-27 | Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com... | Matthias Krüger | -2/+54 |
| 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 | -110/+190 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -22/+42 |
| 2025-06-27 | Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU | Matthias Krüger | -0/+29 |
| 2025-06-27 | Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu... | Matthias Krüger | -1/+119 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -145/+64 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1571/+1641 |
| 2025-06-27 | Auto merge of #143064 - flip1995:clippy-subtree-update, r=GuillaumeGomez | bors | -850/+3174 |
| 2025-06-27 | Update dangling_pointer_to_raw_pointer.rs | leopardracer | -1/+1 |
| 2025-06-27 | Update README.md | leopardracer | -1/+1 |
| 2025-06-27 | Update ui.rs | leopardracer | -1/+1 |
| 2025-06-27 | BTreeSet: remove duplicated code by reusing `from_sorted_iter` | Cheng Xu | -3/+1 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -16/+23 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -2/+54 |
| 2025-06-27 | Auto merge of #143091 - GuillaumeGomez:rollup-f300qwe, r=GuillaumeGomez | bors | -1122/+1009 |
| 2025-06-27 | tag_for_variant: properly pass TypingEnv | Ralf Jung | -11/+8 |
| 2025-06-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -110/+190 |
| 2025-06-27 | Rollup merge of #143084 - RalfJung:const-eval-recursive-static-write, r=oli-obk | Guillaume Gomez | -49/+133 |
| 2025-06-27 | Rollup merge of #143065 - compiler-errors:enum-recovery, r=oli-obk | Guillaume Gomez | -16/+53 |
| 2025-06-27 | Rollup merge of #143060 - xizheyin:simplify-diag, r=oli-obk | Guillaume Gomez | -11/+5 |
| 2025-06-27 | Rollup merge of #143051 - Stypox:tracing-validity, r=RalfJung | Guillaume Gomez | -4/+11 |
| 2025-06-27 | Rollup merge of #143020 - RalfJung:codegen_fn_attrs, r=oli-obk | Guillaume Gomez | -1/+3 |
| 2025-06-27 | Rollup merge of #142818 - JonathanBrouwer:used_new_parser, r=jdonszelmann | Guillaume Gomez | -124/+185 |
| 2025-06-27 | Rollup merge of #142721 - Stypox:tracing-layout-of, r=RalfJung | Guillaume Gomez | -33/+37 |
| 2025-06-27 | Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr | Guillaume Gomez | -98/+125 |
| 2025-06-27 | Rollup merge of #142420 - oli-obk:infer-ty-coalescing, r=compiler-errors | Guillaume Gomez | -709/+414 |
| 2025-06-27 | Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=Guillau... | Guillaume Gomez | -77/+43 |
| 2025-06-27 | Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obk | bors | -11/+8 |
| 2025-06-27 | const-eval: error when initializing a static writes to that static | Ralf Jung | -49/+133 |
| 2025-06-27 | rustc_codegen_gcc: Fix clippy::manual_is_multiple_of | Philipp Krones | -2/+3 |
| 2025-06-27 | update internal `send_signal` comment | Deadbeef | -4/+4 |
| 2025-06-27 | Use `.is_multiple_of()` in bootstrap | Samuel Tardieu | -1/+3 |
| 2025-06-27 | broken_links: Fix rustdoc API usage | Philipp Krones | -1/+1 |
| 2025-06-27 | Update Cargo.lock | Philipp Krones | -4/+10 |
| 2025-06-27 | Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u... | Philipp Krones | -843/+3158 |
| 2025-06-27 | Generate symbols.o for proc-macros too | bjorn3 | -2/+32 |
| 2025-06-27 | Add InterpCx::layout_of with tracing, shadowing LayoutOf | Stypox | -32/+30 |
| 2025-06-27 | Update comments | bjorn3 | -5/+8 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -3/+909 |
| 2025-06-27 | Add tracing for instantiate_from_frame_and_normalize_erasing_regions | Stypox | -1/+7 |