| Age | Commit message (Expand) | Author | Lines |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -1/+1 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -0/+24 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -1/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -1/+1 |
| 2024-11-02 | miri: Directly use rustc_abi | Jubilee Young | -485/+526 |
| 2024-10-29 | miri: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -9/+20 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-28 | Bless a miri test | Maybe Lapkin | -1/+1 |
| 2024-10-26 | Merge pull request #3995 from RalfJung/readdir_r | Oli Scherer | -26/+16 |
| 2024-10-26 | do not set the file type to an error code | Ralf Jung | -1/+4 |
| 2024-10-26 | do not use host 'raw_os_error' to compute target error code | Ralf Jung | -24/+11 |
| 2024-10-26 | fix error returned from readdir_r when isolation is enabled | Ralf Jung | -2/+2 |
| 2024-10-26 | Merge pull request #3993 from RalfJung/dir-entry-drop-explicit | Ralf Jung | -2/+5 |
| 2024-10-26 | automatic PR: explain how to trigger CI | Ralf Jung | -1/+1 |
| 2024-10-26 | indicate more explicitly where we close host file/dir handles | Ralf Jung | -2/+5 |
| 2024-10-25 | Merge pull request #3989 from RalfJung/ci | Ralf Jung | -4/+5 |
| 2024-10-25 | some more opportunities for set_last_error_and_return | Ralf Jung | -14/+7 |
| 2024-10-25 | get rid of fd_not_found; improve error handling in FileMetadata | Ralf Jung | -71/+54 |
| 2024-10-25 | CI workflow: tweak conclusion job | Ralf Jung | -4/+5 |
| 2024-10-25 | Clear more `eval_libc` errors from unix shims | Noah Bright | -53/+28 |
| 2024-10-22 | Merge pull request #3981 from Kobzol/ci-merge-queue | Marco Ieni | -23/+16 |
| 2024-10-22 | Switch CI to merge queues | Jakub Beránek | -23/+16 |
| 2024-10-22 | Auto merge of #3982 - RalfJung:epoll_ctl, r=RalfJung | bors | -11/+4 |
| 2024-10-22 | fmt | The Miri Cronjob Bot | -8/+4 |
| 2024-10-22 | Merge from rustc | The Miri Cronjob Bot | -43/+8 |
| 2024-10-22 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -38/+4 |
| 2024-10-21 | epoll_ctl: throw unsupported error on unsupported opcode | Ralf Jung | -11/+4 |
| 2024-10-21 | Auto merge of #3899 - YohDeadfall:prctl-thread-name, r=RalfJung | bors | -7/+185 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -38/+4 |
| 2024-10-21 | Auto merge of #3941 - noahmbright:unix_shims, r=oli-obk | bors | -74/+42 |
| 2024-10-21 | Added support for prctl handling thread names | Yoh Deadfall | -7/+185 |
| 2024-10-21 | Replace `set_last_error` with `set_last_error_and_return_i*` | Noah Bright | -74/+42 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -5/+4 |
| 2024-10-20 | fmt | The Miri Cronjob Bot | -2/+7 |
| 2024-10-20 | Merge from rustc | The Miri Cronjob Bot | -16/+70 |
| 2024-10-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-19 | Fix tests | Michael Goulet | -5/+4 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -16/+15 |
| 2024-10-18 | tail_calls: add test ensuring local vars are indeed gone | Ralf Jung | -0/+46 |
| 2024-10-18 | pthread-threadname: ensure we can see the name set via the Rust API | Ralf Jung | -0/+17 |
| 2024-10-18 | Add more tests | Jules Bertholet | -0/+55 |
| 2024-10-17 | miri: improve support for `f16` and `f128` | Eduardo Sánchez Muñoz | -9/+181 |
| 2024-10-17 | data-race test: disable address reuse that can incur accidental sync | Ralf Jung | -1/+1 |
| 2024-10-17 | Merge from rustc | The Miri Cronjob Bot | -47/+4 |
| 2024-10-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+2 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -2/+2 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -43/+0 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -39/+0 |