| Age | Commit message (Expand) | Author | Lines |
| 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 | -1382/+1373 |
| 2024-10-22 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-21 | Auto merge of #131570 - ehuss:update-xcode, r=Mark-Simulacrum | bors | -5/+5 |
| 2024-10-21 | Auto merge of #132005 - matthiaskrgr:rollup-ced4upi, r=matthiaskrgr | bors | -42/+18 |
| 2024-10-21 | Rollup merge of #131737 - jieyouxu:note-summary, r=ehuss | Matthias Krüger | -0/+11 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -42/+7 |
| 2024-10-21 | epoll_ctl: throw unsupported error on unsupported opcode | Ralf Jung | -11/+4 |
| 2024-10-21 | Auto merge of #130987 - thejpster:revise-arm-platform-notes-soft-float, r=ehuss | bors | -22/+45 |
| 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 | -42/+7 |
| 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 #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -14/+0 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -1234/+1230 |
| 2024-10-21 | Rollup merge of #131968 - compiler-errors:old-effect-handling, r=fee1-dead | Matthias Krüger | -23/+1 |
| 2024-10-21 | Rollup merge of #131728 - jieyouxu:boopstrap, r=onur-ozkan | Matthias Krüger | -1211/+1229 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -35/+30 |
| 2024-10-21 | bootstrap: move `builder.rs` under `builder/` directory | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-10-21 | bootstrap: minor docs cleanup | 许杰友 Jieyou Xu (Joe) | -12/+15 |
| 2024-10-21 | bootstrap: extract builder cargo to its own module | 许杰友 Jieyou Xu (Joe) | -1211/+1226 |
| 2024-10-21 | Auto merge of #120869 - devnexen:update_fbsd_ci, r=Mark-Simulacrum | bors | -20/+20 |
| 2024-10-20 | Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr | bors | -7/+22 |
| 2024-10-20 | Rollup merge of #131976 - jalil-salame:rustdoc-types-copy-enums, r=aDotInTheVoid | Matthias Krüger | -7/+7 |
| 2024-10-20 | Rollup merge of #131973 - jalil-salame:rustdoc-types-document-feature, r=aDot... | Matthias Krüger | -0/+12 |
| 2024-10-20 | Rollup merge of #131927 - clubby789:skip-filecheck-directives, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -3/+3 |
| 2024-10-20 | fix(rustdoc-json-types): typos | Jalil David Salamé Messina | -4/+4 |
| 2024-10-20 | feat(rustdoc-json-types): mark simple enums as copy | Jalil David Salamé Messina | -3/+3 |
| 2024-10-20 | fix(rustdoc-json-types): document rustc-hash feature | Jalil David Salamé Messina | -0/+12 |
| 2024-10-20 | Rollup merge of #131961 - jieyouxu:dirty, r=Zalathar | Matthias Krüger | -9/+7 |
| 2024-10-20 | Rollup merge of #131926 - clubby789:configure-enable, r=Kobzol | Matthias Krüger | -1/+2 |
| 2024-10-20 | Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-Simulacrum | Matthias Krüger | -5/+27 |
| 2024-10-20 | Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-Simulacrum | Matthias Krüger | -5/+79 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -23/+1 |
| 2024-10-20 | Update rustc-hash to version 2 | Noratrieb | -3/+3 |
| 2024-10-20 | compiletest: disambiguate between `tidy` and `tidy` (html version) | 许杰友 Jieyou Xu (Joe) | -9/+7 |
| 2024-10-20 | Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddle | bors | -21/+9 |
| 2024-10-20 | fmt | The Miri Cronjob Bot | -2/+7 |