| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | cleaned up some tests | Kivooeo | -85/+131 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -16/+136 |
| 2025-07-10 | added error for invalid char cast | Kivooeo | -11/+169 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -393/+1641 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -121/+161 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -115/+508 |
| 2025-07-10 | Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkov | Trevor Gross | -110/+115 |
| 2025-07-10 | Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov | Trevor Gross | -47/+857 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -16/+136 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -3/+5 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -107/+110 |
| 2025-07-09 | fix aux-build failures | LorrensP-2158466 | -30/+50 |
| 2025-07-09 | test: Verify frontmatter unpretty behavior | Ed Page | -0/+17 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -10/+10 |
| 2025-07-09 | Make AsyncDrop check that it's being implemented on a local ADT | Michael Goulet | -1/+46 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -48/+128 |
| 2025-07-09 | use `--dynamic-list` for exporting executable symbols | usamoi | -0/+30 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -0/+21 |
| 2025-07-09 | tests: Don't check for self-printed output in std-backtrace.rs test | Martin Nordholts | -6/+2 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -0/+34 |
| 2025-07-08 | Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco | Trevor Gross | -0/+37 |
| 2025-07-08 | Rollup merge of #143475 - tgross35:runtime-test-config, r=jieyouxu | Trevor Gross | -23/+20 |
| 2025-07-08 | Rollup merge of #143339 - 1c3t3a:issue-143332, r=RalfJung | Trevor Gross | -15/+14 |
| 2025-07-08 | Rollup merge of #143177 - xizheyin:143134, r=lcnr | Trevor Gross | -2/+19 |
| 2025-07-09 | Port `#[fundamental]` to the new attribute system | Pavel Grigorenko | -6/+9 |
| 2025-07-08 | Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov | bors | -20/+106 |
| 2025-07-09 | Port `#[marker]` to the new attribute system | Pavel Grigorenko | -12/+25 |
| 2025-07-09 | Port `#[type_const]` to the new attribute system | Pavel Grigorenko | -13/+20 |
| 2025-07-08 | Error on moving unsized values rather than ICE'ing | mejrs | -7/+118 |
| 2025-07-08 | Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmann | Matthias Krüger | -18/+27 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -45/+20 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -517/+49 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -143/+154 |
| 2025-07-08 | expand `-Clink-self-contained` tests | Rémy Rakic | -1/+47 |
| 2025-07-08 | expand `-Clinker-features` tests | Rémy Rakic | -19/+59 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -11/+181 |
| 2025-07-08 | Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-07-08 | Rollup merge of #143570 - bvanjoi:issue-143560, r=compiler-errors | Matthias Krüger | -1/+138 |
| 2025-07-08 | Rollup merge of #143567 - xizheyin:143336, r=compiler-errors | Matthias Krüger | -7/+40 |
| 2025-07-08 | Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errors | bors | -8/+39 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -143/+154 |
| 2025-07-07 | Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3 | Matthias Krüger | -0/+31 |
| 2025-07-07 | Rollup merge of #143539 - JonathanBrouwer:ice-regression-tests, r=oli-obk | Matthias Krüger | -0/+57 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -1/+1 |
| 2025-07-07 | Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril | Matthias Krüger | -0/+92 |
| 2025-07-07 | Respect endianness correctly in CheckEnums test suite | Bastian Kersting | -15/+14 |
| 2025-07-07 | const-block-as-pattern: do not refer to no-longer-existing nightly feature | Ralf Jung | -3/+3 |
| 2025-07-07 | Port `#[ffi_pure]` to the new attribute system | Pavel Grigorenko | -6/+9 |
| 2025-07-07 | `loop_match`: fix 'no terminator on block' | Folkert de Vries | -0/+31 |
| 2025-07-07 | Port `#[ffi_const]` to the new attribute system | Pavel Grigorenko | -6/+9 |