| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-30 | improve TagEncoding::Niche docs and sanity check | Ralf Jung | -0/+42 |
| 2024-11-28 | Merge from rustc | The Miri Cronjob Bot | -0/+18 |
| 2024-11-26 | Merge pull request #4031 from devnexen/solarish_stat | Ralf Jung | -2/+5 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -2/+5 |
| 2024-11-26 | Merge pull request #4059 from tiif/fixtest | Oli Scherer | -49/+18 |
| 2024-11-26 | Simplify thread blocking tests | tiif | -49/+18 |
| 2024-11-25 | Fix the rest of the tests | Yoh Deadfall | -6/+3 |
| 2024-11-25 | Fixed test target | Yoh Deadfall | -2/+1 |
| 2024-11-25 | Added epoll and eventfd for Android | Yoh Deadfall | -0/+4 |
| 2024-11-25 | miri: implement `TlsFree` | joboet | -0/+18 |
| 2024-11-24 | sysconf: add _SC_OPEN_MAX | David Carlier | -0/+2 |
| 2024-11-24 | follow-up on #4052, making a miri evaluation context fn for strerror_r. | David Carlier | -0/+16 |
| 2024-11-23 | Merge pull request #4052 from devnexen/gh4050 | Ralf Jung | -0/+17 |
| 2024-11-23 | sysconf interception fix for solarish systems. | David Carlier | -0/+17 |
| 2024-11-22 | epoll: fix comment typo | Ralf Jung | -1/+1 |
| 2024-11-21 | eventfd: comment tweaks | Ralf Jung | -2/+2 |
| 2024-11-20 | Merge pull request #4026 from eduardosm/soft-sqrt | Ralf Jung | -2/+12 |