| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | FD: remove big surrounding RefCell, simplify socketpair | Ralf Jung | -187/+169 |
| 2024-08-15 | add 'project' process guidlines for larger contributions | Ralf Jung | -1/+34 |
| 2024-08-14 | Auto merge of #3712 - tiif:feat/epoll, r=oli-obk | bors | -75/+1134 |
| 2024-08-14 | Implement epoll shim | tiif | -75/+1134 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -1/+0 |
| 2024-08-14 | CI: need nightly toolchain for auto-rustup PR | Ralf Jung | -0/+2 |
| 2024-08-14 | fmt | Ralf Jung | -1/+1 |
| 2024-08-14 | Merge from rustc | Ralf Jung | -7/+63 |
| 2024-08-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-08-13 | Auto merge of #3802 - RalfJung:no-more-call-id, r=RalfJung | bors | -102/+46 |
| 2024-08-13 | remove the concept of a Call ID | Ralf Jung | -98/+40 |
| 2024-08-13 | borrow_tracker: update comments regarding protectors | Ralf Jung | -4/+6 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -7/+63 |
| 2024-08-12 | Auto merge of #3798 - RalfJung:miri-script-remap-path-prefix, r=saethlin | bors | -115/+135 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -108/+152 |
| 2024-08-12 | fix tree borrows Unique test | Ralf Jung | -11/+7 |
| 2024-08-12 | clippy fix | Ralf Jung | -6/+2 |
| 2024-08-12 | Merge from rustc | Ralf Jung | -5/+11 |
| 2024-08-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-08-12 | josh-proxy: fix wait-for-josh logic | Ralf Jung | -9/+14 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -3/+7 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2024-08-10 | Auto merge of #3799 - RalfJung:josh-wait, r=RalfJung | bors | -19/+20 |
| 2024-08-10 | josh: wait until the socket is ready | Ralf Jung | -19/+20 |
| 2024-08-10 | CI: we now need the nightly toolchain as well | Ralf Jung | -0/+4 |
| 2024-08-10 | miri-script: pass around the relative crate dir, not the absolute path to the... | Ralf Jung | -34/+28 |
| 2024-08-10 | add './miri doc' command | Ralf Jung | -1/+21 |
| 2024-08-10 | update suggested RA config; the './miri cargo' command is not needed any more | Ralf Jung | -21/+6 |
| 2024-08-10 | miri-script: use --remap-path-prefix to print errors relative to the right root | Ralf Jung | -75/+92 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+3 |
| 2024-08-10 | Auto merge of #3795 - tiif:ice-layout-limit, r=RalfJung | bors | -3/+68 |
| 2024-08-09 | Add a FIXME to the changed Miri test | Ben Kimock | -0/+2 |
| 2024-08-09 | Bless Miri | Ben Kimock | -3/+5 |
| 2024-08-09 | do not make function addresses unique with cross_crate_inline_threshold=alway... | Ralf Jung | -14/+20 |
| 2024-08-09 | miri_print_borrow_state: show error when AllocId is invalid | Ralf Jung | -2/+6 |
| 2024-08-09 | throw_unsup_format for alignment greater than 2^29 and refactor non-power-of-... | tiif | -3/+68 |
| 2024-08-08 | Don't panic on `miri_print_borrow_state()` under `-Zmiri-disable-stacked-borr... | Zachary S | -1/+5 |
| 2024-08-07 | allow all code to call getuid() | Ralf Jung | -9/+11 |
| 2024-08-07 | Auto merge of #3747 - RalfJung:sse-cleanup, r=RalfJung | bors | -77/+11 |
| 2024-08-07 | remove some SSE/SSE2 intrinsics that are no longer used by stdarch | Ralf Jung | -77/+11 |
| 2024-08-07 | Merge from rustc | The Miri Cronjob Bot | -100/+85 |
| 2024-08-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -7/+57 |
| 2024-08-06 | make some Frame fields more private | Ralf Jung | -17/+13 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -83/+72 |
| 2024-08-06 | Auto merge of #3792 - RalfJung:test-typo, r=RalfJung | bors | -39/+157 |
| 2024-08-06 | add return-place-protection tail-call test, and fix previous test | Ralf Jung | -39/+157 |
| 2024-08-06 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-05 | Auto merge of #128707 - matthiaskrgr:rollup-63klywk, r=matthiaskrgr | bors | -1/+1 |