| Age | Commit message (Expand) | Author | Lines |
| 2023-08-26 | fmt | The Miri Conjob Bot | -6/+6 |
| 2023-08-26 | Merge from rustc | The Miri Conjob Bot | -3430/+8935 |
| 2023-08-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-26 | Various trivial formatting fixes in `run-coverage` tests | Zalathar | -92/+48 |
| 2023-08-26 | Tidy up some awkwardly-placed comments in tests | Zalathar | -10/+30 |
| 2023-08-26 | Resolve all warnings in `run-coverage` tests | Zalathar | -20/+22 |
| 2023-08-26 | Auto merge of #115228 - saethlin:is-interrupted, r=thomcc | bors | -7/+66 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -7/+66 |
| 2023-08-26 | Auto merge of #115211 - spastorino:add-missing-smir-generics-of, r=compiler-e... | bors | -0/+4 |
| 2023-08-25 | Auto merge of #115221 - compiler-errors:walk-path, r=estebank | bors | -54/+109 |
| 2023-08-25 | Auto merge of #115202 - ouz-a:more_smir, r=spastorino | bors | -4/+23 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -22/+54 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -34/+57 |
| 2023-08-25 | Auto merge of #115133 - coderwithcat:master, r=cuviper | bors | -2/+2 |
| 2023-08-25 | Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung | bors | -10/+110 |
| 2023-08-25 | Add a doc comment for the new hook | Ben Kimock | -0/+3 |
| 2023-08-25 | Record allocation spans inside force_allocation | Ben Kimock | -10/+107 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -48/+61 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -2/+64 |
| 2023-08-25 | Add missing high-level stable_mir::generics_of fn | Santiago Pastorino | -0/+4 |
| 2023-08-25 | Auto merge of #115093 - Zalathar:smir-coverage, r=cjgillot,oli-obk | bors | -94/+5 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -307/+491 |
| 2023-08-25 | use the correct link | cui fliter | -2/+2 |
| 2023-08-25 | Auto merge of #115204 - matthiaskrgr:rollup-avsp3t3, r=matthiaskrgr | bors | -34/+53 |
| 2023-08-25 | Rollup merge of #115190 - allaboutevemirolive:push_trailing, r=petrochenkov | Matthias Krüger | -2/+16 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -17/+9 |
| 2023-08-25 | Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errors | Matthias Krüger | -10/+19 |
| 2023-08-25 | Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-08-25 | Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc | Matthias Krüger | -2/+6 |
| 2023-08-25 | Add stable for Constant in smir | ouz-a | -4/+23 |
| 2023-08-25 | keep trying which flags we need for this test until it passes bors | Ralf Jung | -5/+10 |
| 2023-08-24 | Fix CFI: f32 and f64 are encoded incorrectly for c | Ramon de C Valle | -10/+19 |
| 2023-08-25 | Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglo | bors | -132/+753 |
| 2023-08-25 | Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrieril | bors | -14/+276 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -8/+24 |
| 2023-08-24 | Rollup merge of #115177 - c410-f3r:symbols, r=compiler-errors | Weihang Lo | -0/+8 |
| 2023-08-24 | Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillot | Weihang Lo | -0/+298 |
| 2023-08-24 | Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJung | Weihang Lo | -42/+10 |
| 2023-08-24 | Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errors | Weihang Lo | -2/+2 |
| 2023-08-24 | Rollup merge of #115152 - weihanglo:lint-refactor, r=compiler-errors | Weihang Lo | -54/+85 |
| 2023-08-24 | Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,... | Weihang Lo | -1/+1 |
| 2023-08-24 | Rollup merge of #115117 - pnkfelix:detect-and-report-nix-shell, r=albertlarsan68 | Weihang Lo | -9/+31 |
| 2023-08-24 | Rollup merge of #115084 - ericmarkmartin:add-smir-cx-where-clauses, r=spastorino | Weihang Lo | -23/+312 |
| 2023-08-24 | Rollup merge of #114987 - RalfJung:unsound-mmap, r=cjgillot | Weihang Lo | -1/+6 |
| 2023-08-24 | Add comment to the push_trailing function | allaboutevemirolive | -2/+16 |
| 2023-08-24 | Auto merge of #113408 - petrochenkov:bindintern2, r=cjgillot | bors | -79/+133 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -2/+2 |
| 2023-08-24 | Auto merge of #115082 - Zoxc:syntax-context-decode-race, r=cjgillot | bors | -35/+91 |
| 2023-08-24 | Add symbols for Clippy | Caio | -0/+8 |
| 2023-08-24 | attempt to better normalize remote-test-client output for tests | Ralf Jung | -9/+13 |