| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | fmt | Ralf Jung | -5/+1 |
| 2024-04-17 | Merge from rustc | Ralf Jung | -39/+46 |
| 2024-04-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -39/+46 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -120/+171 |
| 2024-04-17 | no need to use miri's native stderr here | Ralf Jung | -3/+2 |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -59/+64 |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -75/+122 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -35/+35 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -7/+14 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -103/+170 |
| 2024-04-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-17 | Auto merge of #124055 - matthiaskrgr:rollup-waq2e68, r=matthiaskrgr | bors | -59/+60 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -59/+60 |
| 2024-04-17 | Auto merge of #124039 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-04-17 | Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxu | Guillaume Gomez | -4/+10 |
| 2024-04-17 | Rollup merge of #123673 - oli-obk:sig_wfcheck_ice, r=jieyouxu,estebank | Guillaume Gomez | -3/+6 |
| 2024-04-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-16 | Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung | bors | -7/+207 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -7/+207 |
| 2024-04-16 | no_std works on Windows now | Ralf Jung | -4/+0 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-04-16 | Rollup merge of #124007 - RalfJung:miri, r=RalfJung | Matthias Krüger | -143/+345 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -18/+19 |
| 2024-04-16 | Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomez | bors | -1/+0 |
| 2024-04-16 | Auto merge of #3472 - RalfJung:deadlock, r=RalfJung | bors | -25/+175 |
| 2024-04-16 | deadlock: show backtrace for all threads | Ralf Jung | -25/+175 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+42 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -3/+17 |
| 2024-04-16 | Make ui_test backtraces short by default | Oli Scherer | -1/+4 |
| 2024-04-16 | Unset test env vars before setting new ones. | Oli Scherer | -2/+2 |
| 2024-04-16 | threads: keep track of why we are blocked, and sanity-check that when waking up | Ralf Jung | -95/+108 |
| 2024-04-16 | avoid passing --sysroot twice in bootstrap | Ralf Jung | -5/+8 |
| 2024-04-16 | bless test-cargo-miri | Ralf Jung | -11/+11 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -35/+37 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -19/+20 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+3 |
| 2024-04-16 | Merge from rustc | The Miri Cronjob Bot | -4885/+5214 |
| 2024-04-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Fix docs for unstable_features lint. | Eric Huss | -1/+0 |
| 2024-04-16 | Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmease | bors | -7/+7 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -2/+2 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -23/+16 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -2/+2 |