| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -9/+1 |
| 2025-08-12 | Rollup merge of #145273 - estebank:not-not, r=samueltardieu | Stuart Cook | -56/+144 |
| 2025-08-12 | Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett | Stuart Cook | -12/+12 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -0/+2 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -118/+95 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -3/+3 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -60/+64 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -58/+31 |
| 2025-08-11 | Account for new `assert!` desugaring in `!condition` suggestion | Esteban Küber | -56/+144 |
| 2025-08-11 | fix clippy test | Esteban Küber | -0/+2 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -1/+1 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -0/+10 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -12/+12 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -0/+2 |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -1/+1 |
| 2025-08-11 | Rollup merge of #143949 - clarfonthey:const-arith-ops, r=Amanieu | Stuart Cook | -6/+3 |
| 2025-08-10 | Extract Cranelift component | Jakub Beránek | -0/+10 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -6/+69 |
| 2025-08-10 | Constify remaining operators | ltdk | -6/+3 |
| 2025-08-10 | cargo update | github-actions | -22/+22 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -89/+84 |
| 2025-08-09 | Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els... | Josh Triplett | -2/+2 |
| 2025-08-09 | remove `P` | Deadbeef | -89/+84 |
| 2025-08-09 | Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxu | Stuart Cook | -0/+0 |
| 2025-08-08 | Auto merge of #145126 - tgross35:rollup-6w87usd, r=tgross35 | bors | -22/+14 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -1/+1 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -16/+11 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -513/+312 |
| 2025-08-08 | switch polonius compare-mode to polonius=next | Rémy Rakic | -1/+1 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -5/+2 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -8/+34 |
| 2025-08-08 | Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu | Stuart Cook | -8/+34 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -23/+23 |
| 2025-08-07 | update enzyme submodule to handle llvm 21 | Manuel Drehwald | -0/+0 |
| 2025-08-07 | Auto merge of #145056 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1026/+2802 |
| 2025-08-07 | Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into clippy-subtree-u... | Philipp Krones | -1026/+2802 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -327/+514 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -15/+1 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -312/+513 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -1/+0 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -58/+65 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+7 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -1/+0 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -2/+11 |
| 2025-08-06 | Rollup merge of #144954 - Zalathar:run-make-bless, r=jieyouxu | Jakub Beránek | -1/+10 |
| 2025-08-06 | Rollup merge of #144924 - lolbinarycat:compiletest-pass-directives-hint, r=cl... | Jakub Beránek | -1/+1 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -0/+1 |
| 2025-08-06 | run-make: Allow blessing snapshot files that don't exist yet | Zalathar | -1/+10 |