| Age | Commit message (Expand) | Author | Lines |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -1/+20 |
| 2025-04-30 | Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhpratt | Matthias Krüger | -2/+22 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -397/+333 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -309/+382 |
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-04-30 | Rollup merge of #140448 - Zalathar:query-append, r=compiler-errors | Matthias Krüger | -13/+36 |
| 2025-04-30 | Rollup merge of #140446 - mejrs:test1, r=jieyouxu | Matthias Krüger | -111/+54 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+47 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -86/+107 |
| 2025-04-30 | Rollup merge of #140438 - ferrocene:pa-debug-assertions-tools, r=Kobzol | Matthias Krüger | -5/+28 |
| 2025-04-30 | Rollup merge of #140437 - husqvarnagroup:af/codegen-test-mips-msa, r=jieyouxu | Matthias Krüger | -2/+13 |
| 2025-04-30 | Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler-errors | Matthias Krüger | -26/+4 |
| 2025-04-30 | Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -30/+63 |
| 2025-04-30 | Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008... | Matthias Krüger | -4/+6 |
| 2025-04-30 | Rollup merge of #139059 - RalfJung:uses_power_alignment, r=nagisa | Matthias Krüger | -21/+14 |
| 2025-04-30 | Rollup merge of #136160 - ShE3py:should-panic-backticks, r=thomcc | Matthias Krüger | -11/+10 |
| 2025-04-30 | Auto merge of #139720 - petrochenkov:errkind2, r=jieyouxu | bors | -2107/+2377 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -2107/+2377 |
| 2025-04-30 | Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviper | bors | -10/+7 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -378/+399 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -26/+4 |
| 2025-04-30 | Use `ThinVec` to shrink `LazyAttrTokenStreamInner`. | Nicholas Nethercote | -5/+7 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -118/+138 |
| 2025-04-29 | Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwU | bors | -33/+47 |
| 2025-04-29 | mention provenance in the pointer::wrapping_offset docs | binarycat | -4/+6 |
| 2025-04-29 | Auto merge of #140474 - tgross35:rollup-rdkao89, r=tgross35 | bors | -274/+691 |
| 2025-04-29 | Rollup merge of #140433 - BjoernLange:master, r=nnethercote | Trevor Gross | -0/+2 |
| 2025-04-29 | Rollup merge of #140432 - tgross35:target-config-docs-update, r=jieyouxu | Trevor Gross | -5/+4 |
| 2025-04-29 | Rollup merge of #140422 - betrusted-io:bump-unwinding-to-0.2.6, r=workingjubilee | Trevor Gross | -3/+3 |
| 2025-04-29 | Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviper | Trevor Gross | -4/+9 |
| 2025-04-29 | Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxu | Trevor Gross | -133/+8 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -122/+662 |
| 2025-04-29 | Rollup merge of #138344 - tgross35:x86-f16-math, r=Amanieu | Trevor Gross | -7/+3 |
| 2025-04-29 | Reformat parameters to macros used by with-all-queries | Zalathar | -6/+15 |
| 2025-04-29 | Rename `rustc_query_append!` to `rustc_with_all_queries!` | Zalathar | -7/+21 |
| 2025-04-29 | Coalesce duplicate missing clone tests | mejrs | -99/+44 |
| 2025-04-29 | Treat `ManuallyDrop` as `~const Destruct` | Oli Scherer | -23/+7 |
| 2025-04-29 | Add test | Oli Scherer | -0/+63 |
| 2025-04-29 | Fix comment describing what the test does | mejrs | -6/+3 |
| 2025-04-29 | Move `on impl position` test to proper directory | mejrs | -6/+7 |
| 2025-04-29 | miri: algebraic intrinsics: bring back float non-determinism | Ralf Jung | -86/+107 |
| 2025-04-29 | add `rust.debug-assertions-tools` option | Pietro Albini | -5/+28 |
| 2025-04-29 | Auto merge of #140436 - RalfJung:miri-sync, r=RalfJung | bors | -304/+799 |
| 2025-04-29 | enable msa feature for mips in codegen tests | Adrian Friedli | -2/+13 |
| 2025-04-29 | Merge pull request #4301 from rust-lang/rustup-2025-04-29 | Ralf Jung | -3796/+7701 |
| 2025-04-29 | suppress dangerous_implicit_autorefs in TB test | Ralf Jung | -0/+1 |
| 2025-04-29 | fmt | The Miri Cronjob Bot | -7/+3 |
| 2025-04-29 | Merge from rustc | The Miri Cronjob Bot | -3797/+7705 |
| 2025-04-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |