| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+58 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -10/+60 |
| 2024-12-30 | fmt | Ralf Jung | -2/+2 |
| 2024-12-25 | swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ... | Ralf Jung | -3/+25 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -12/+12 |
| 2024-12-25 | show an error on some invalid flag combinations: TB + permissive provenance; ... | Ralf Jung | -8/+2 |
| 2024-12-25 | miri: add test for overlapping typed_swap | Ralf Jung | -0/+28 |
| 2024-12-21 | Merge pull request #4090 from RalfJung/sc-test | Ralf Jung | -204/+355 |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -0/+36 |
| 2024-12-18 | Merge pull request #4072 from tiif/blockop | Oli Scherer | -34/+232 |
| 2024-12-19 | Implement blocking unnamed_socket | tiif | -34/+232 |
| 2024-12-18 | add more tests for SC access/fence consistency | Ralf Jung | -204/+355 |
| 2024-12-15 | Merge from rustc | The Miri Cronjob Bot | -12/+1 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -12/+1 |
| 2024-12-13 | Fix miri tests | Esteban Küber | -12/+1 |
| 2024-12-13 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -4/+4 |
| 2024-12-12 | Merge from rustc | Ralf Jung | -92/+0 |
| 2024-12-12 | Merge pull request #4069 from shamb0/string_deduplication_for_localtime_r | Ralf Jung | -16/+219 |
| 2024-12-12 | Improve timezone handling in 'localtime_r()' using 'allocate_bytes()' | shamb0 | -16/+219 |
| 2024-12-12 | solarish stat following-up, supports for readdir. | David Carlier | -6/+8 |
| 2024-12-11 | Merge pull request #4008 from JoJoDeveloping/tb-access-state-based-skipping | Ralf Jung | -0/+60 |
| 2024-12-10 | TB: optimize accesses on large trees by ignoring subtrees if the access would... | Johannes Hostert | -6/+6 |
| 2024-12-09 | Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obk | León Orell Valerian Liehr | -92/+0 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -92/+0 |
| 2024-12-07 | add weak memory consistency test for mixing SC accesses and fences | Ralf Jung | -0/+30 |
| 2024-12-07 | fmt | The Miri Cronjob Bot | -9/+3 |
| 2024-12-07 | Merge from rustc | The Miri Cronjob Bot | -29/+319 |
| 2024-12-06 | remove a no-longer-needed work-around | Ralf Jung | -6/+2 |
| 2024-12-06 | add test | Ralf Jung | -1/+41 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -10/+4 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -19/+315 |
| 2024-12-06 | Merge pull request #4057 from RalfJung/scfix | Ralf Jung | -117/+87 |
| 2024-12-06 | Merge from rustc | The Miri Cronjob Bot | -0/+4 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+4 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -19/+315 |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -117/+87 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+4 |
| 2024-12-04 | add test to demonstrate the effect of #4008 | Johannes Hostert | -0/+60 |
| 2024-12-04 | implement simd_relaxed_fma | Ralf Jung | -30/+83 |
| 2024-12-04 | fmt | The Miri Cronjob Bot | -1/+5 |
| 2024-12-04 | Merge from rustc | The Miri Cronjob Bot | -17/+54 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -5/+45 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -5/+3 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -0/+42 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-03 | miri: Adapt for `breakpoint` becoming safe | Josh Triplett | -5/+3 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -10/+7 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+4 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |