| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | Auto merge of #3136 - rust-lang:rustup-2023-10-23, r=RalfJung | bors | -234/+667 |
| 2023-10-23 | fmt | The Miri Conjob Bot | -8/+9 |
| 2023-10-23 | Merge from rustc | The Miri Conjob Bot | -225/+657 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -26/+26 |
| 2023-10-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -4/+291 |
| 2023-10-22 | Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum | bors | -4/+4 |
| 2023-10-22 | Auto merge of #117000 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-22 | Auto merge of #117007 - notriddle:notriddle/format-links-with-display, r=fmease | bors | -26/+51 |
| 2023-10-22 | Update rustc-perf version | Jakub Beránek | -4/+4 |
| 2023-10-22 | Auto merge of #3134 - RalfJung:log-not-lin, r=saethlin | bors | -4/+9 |
| 2023-10-22 | Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0, r=lqd | bors | -6/+3 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-22 | Pass host triple when running tests in `opt-dist` | Jakub Beránek | -0/+2 |
| 2023-10-22 | Use beta cargo in opt-dist | Jakub Beránek | -6/+1 |
| 2023-10-22 | Auto merge of #117041 - matthiaskrgr:rollup-b18h0ln, r=matthiaskrgr | bors | -152/+180 |
| 2023-10-22 | Auto merge of #3135 - RalfJung:nonatomic-clock, r=RalfJung | bors | -7/+7 |
| 2023-10-22 | Rollup merge of #117037 - csditchfield:fix_doc_writing_result_example, r=notr... | Matthias Krüger | -1/+1 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+10 |
| 2023-10-22 | Rollup merge of #116989 - ChrisDenton:skip-unsupported, r=Mark-Simulacrum | Matthias Krüger | -2/+11 |
| 2023-10-22 | Rollup merge of #116985 - tromey:rust-printers-14, r=Mark-Simulacrum | Matthias Krüger | -149/+158 |
| 2023-10-22 | avoid AtomicU64 when a Cell is enough | Ralf Jung | -7/+7 |
| 2023-10-22 | Auto merge of #3133 - rust-lang:rustup-2023-10-22, r=RalfJung | bors | -2273/+4090 |
| 2023-10-22 | clippy | Ralf Jung | -1/+1 |
| 2023-10-22 | avoid a linear scan over the entire int_to_ptr_map on each deallocation | Ralf Jung | -4/+9 |
| 2023-10-22 | Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum | bors | -0/+63 |
| 2023-10-22 | Merge from rustc | The Miri Conjob Bot | -2271/+4088 |
| 2023-10-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-22 | Auto merge of #116956 - Amanieu:hashbrown-0.14.2, r=Mark-Simulacrum | bors | -6/+6 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -30/+32 |
| 2023-10-21 | fix what-to-include doc example | Cameron Ditchfield | -1/+1 |
| 2023-10-22 | Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3 | bors | -493/+163 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+10 |
| 2023-10-21 | Auto merge of #117030 - matthiaskrgr:rollup-vdjfx4q, r=matthiaskrgr | bors | -77/+108 |
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202... | bjorn3 | -493/+163 |
| 2023-10-21 | Rollup merge of #117028 - gimbles:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #117026 - rmehri01:fix_ayu_theme_link, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+13 |
| 2023-10-21 | Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2023-10-21 | Rollup merge of #116955 - claesgill:upd_readme_toc, r=Mark-Simulacrum | Matthias Krüger | -0/+14 |
| 2023-10-21 | Rollup merge of #116928 - onur-ozkan:update-triagebot, r=Mark-Simulacrum | Matthias Krüger | -8/+10 |