| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -9/+9 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -7/+12 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -7/+12 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -3/+13 |
| 2023-10-25 | Rollup merge of #117163 - tmiasko:compiletest-mir-opt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -2/+12 |
| 2023-10-25 | Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgr | bors | -0/+0 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+12 |
| 2023-10-25 | Auto merge of #3141 - rust-lang:rustup-2023-10-25, r=RalfJung | bors | -12/+20 |
| 2023-10-25 | CLOCK_UPTIME_RAW exists on all macos targets, not just the ARM ones | Ralf Jung | -9/+5 |
| 2023-10-25 | Merge from rustc | The Miri Conjob Bot | -2/+14 |
| 2023-10-25 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-25 | add some more gamma function tests | Ralf Jung | -3/+2 |
| 2023-10-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -2/+2 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -0/+12 |
| 2023-10-24 | Auto merge of #3137 - RalfJung:data-race, r=oli-obk | bors | -225/+416 |
| 2023-10-24 | we don't support thread::scope on freebsd | Ralf Jung | -1/+1 |
| 2023-10-24 | futex text: avoid spurious non-atomic reads | Ralf Jung | -13/+13 |
| 2023-10-24 | fix error read-read reporting when there's also an unsynchronized non-atomic ... | Ralf Jung | -22/+45 |
| 2023-10-24 | Merge from rustc | The Miri Conjob Bot | -805/+2829 |
| 2023-10-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -3/+6 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -2/+2 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-10-23 | don't talk about 'Data race' when both accesses are atomic | Ralf Jung | -14/+22 |
| 2023-10-23 | clean up imperfect overlap detection in weak-mem emulation | Ralf Jung | -90/+28 |
| 2023-10-23 | detect mixed-size atomic accesses | Ralf Jung | -72/+196 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -12/+2 |
| 2023-10-23 | data_race: detect races between atomic and non-atomic accesses, even if both ... | Ralf Jung | -2/+95 |
| 2023-10-23 | data_race: clarify and slightly refactor non-atomic handling | Ralf Jung | -45/+50 |
| 2023-10-23 | Fix comment: coverage-map tests compile to LLVM IR, not MIR | Zalathar | -1/+1 |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -1/+1 |
| 2023-10-23 | fmt | The Miri Conjob Bot | -8/+9 |
| 2023-10-23 | Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -0/+1 |
| 2023-10-23 | Rollup merge of #117044 - RalfJung:miri, r=RalfJung | Matthias Krüger | -9/+9 |
| 2023-10-23 | Merge from rustc | The Miri Conjob Bot | -8/+5 |
| 2023-10-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-23 | Auto merge of #117066 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -788/+2818 |
| 2023-10-22 | Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync | Caleb Cartwright | -788/+2818 |
| 2023-10-22 | Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-10-22 | Auto merge of #117000 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-22 | Update rustc-perf version | Jakub Beránek | -2/+2 |
| 2023-10-22 | Auto merge of #3134 - RalfJung:log-not-lin, r=saethlin | bors | -4/+9 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -3/+6 |
| 2023-10-22 | add target csky-unknown-linux-gnuabiv2hf | dirreke | -0/+1 |
| 2023-10-22 | Pass host triple when running tests in `opt-dist` | Jakub Beránek | -0/+2 |