| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -2/+2 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -2/+2 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -12/+12 |
| 2025-08-08 | Auto merge of #145126 - tgross35:rollup-6w87usd, r=tgross35 | bors | -17/+12 |
| 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-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -23/+23 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -1/+1 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -312/+513 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -57/+63 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+2 |
| 2025-08-04 | remove begin prefix | Kivooeo | -23/+23 |
| 2025-08-04 | Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-Simulacrum | Stuart Cook | -11/+11 |
| 2025-08-04 | Rollup merge of #144706 - zachs18:fix-144661, r=RalfJung | Stuart Cook | -25/+0 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -11/+11 |
| 2025-07-31 | Allow `dangling_pointers_from_locals` lint in tests | Urgau | -0/+3 |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -25/+0 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -2/+1 |
| 2025-07-31 | Make Miri's enter_trace_span! call const_eval's | Stypox | -22/+5 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -2/+1 |
| 2025-07-31 | Uniform enter_trace_span! and add documentation | Stypox | -16/+2 |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -1/+1 |
| 2025-07-28 | Merge pull request #4504 from RalfJung/link-section-arrays | Ralf Jung | -10/+22 |
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -10/+22 |
| 2025-07-28 | Reduce required cc crate version. | Patrick-6 | -4/+6 |
| 2025-07-28 | revert accidental change | Ralf Jung | -1/+5 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -22/+19 |
| 2025-07-28 | prepare for sync | Ralf Jung | -1/+1 |
| 2025-07-27 | centralize clockid_t interpretation | Ralf Jung | -114/+79 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -22/+19 |
| 2025-07-27 | Merge pull request #4498 from RalfJung/genmc-build | Ralf Jung | -42/+1130 |
| 2025-07-27 | various minor adjustments | Ralf Jung | -79/+49 |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -42/+1160 |
| 2025-07-27 | Merge pull request #4497 from RalfJung/check-shim | Ralf Jung | -793/+897 |
| 2025-07-27 | introduce a macro for shim signature checking | Ralf Jung | -795/+900 |
| 2025-07-27 | call_function helper: dont ICE on return type mismatches | Ralf Jung | -2/+54 |
| 2025-07-26 | CI: run apt update before installing anything | Ralf Jung | -0/+4 |
| 2025-07-25 | Merge pull request #4489 from Stypox/misc-tracing-fixes | Ralf Jung | -6/+11 |
| 2025-07-25 | Merge pull request #4492 from rust-lang/rustup-2025-07-25 | Ralf Jung | -67/+11 |
| 2025-07-25 | fix target json | Ralf Jung | -1/+1 |
| 2025-07-25 | Fix double "fatal error: " in message | Stypox | -1/+1 |
| 2025-07-25 | Fix missing $ in enter_trace_span! | Stypox | -1/+1 |
| 2025-07-25 | Use i64 for tracing chrome "id" | Stypox | -4/+9 |
| 2025-07-25 | Fix cronjob Zulip message | Jakub Beránek | -1/+1 |
| 2025-07-25 | fmt | The Miri Cronjob Bot | -7/+2 |
| 2025-07-25 | Merge ref 'b56aaec52bc0' from rust-lang/rust | The Miri Cronjob Bot | -58/+7 |
| 2025-07-25 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-07-24 | make the missing-MIR message more clear | Ralf Jung | -2/+2 |