| 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-24 | remove change-id assertion in bootstrap test | onur-ozkan | -1/+0 |
| 2023-10-24 | Merge from rustc | The Miri Conjob Bot | -932/+2981 |
| 2023-10-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-24 | Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan | bors | -68/+58 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -27/+26 |
| 2023-10-23 | Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmease | Matthias Krüger | -27/+26 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -3/+6 |
| 2023-10-23 | Move configuration to new `clippy_config` crate | Alex Macleod | -2/+2 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -2/+2 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -68/+58 |
| 2023-10-23 | Update books | rustbot | -0/+0 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-10-23 | Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-Simulacrum | Matthias Krüger | -55/+78 |
| 2023-10-23 | Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0" | Urgau | -1/+6 |
| 2023-10-23 | Use local_rebuild property to support new check-cfg in case of rebuild | Urgau | -5/+5 |
| 2023-10-23 | Prepare bootstrap tool for new check-cfg syntax | Urgau | -8/+28 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 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 | -4/+16 |
| 2023-10-23 | Rollup merge of #117044 - RalfJung:miri, r=RalfJung | Matthias Krüger | -9/+9 |
| 2023-10-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -26/+26 |
| 2023-10-23 | Merge from rustc | The Miri Conjob Bot | -213/+302 |
| 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 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -6/+31 |
| 2023-10-22 | rustdoc: clean up and comment main.js `register_type_impls` | Michael Howell | -14/+44 |
| 2023-10-22 | rustdoc: clean up sidebar.html block class | Michael Howell | -5/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -43/+623 |
| 2023-10-22 | Revert "rustdoc: list matching impls on type aliases" | Michael Howell | -42/+4 |
| 2023-10-22 | Revert "Add note about lazy_type_alias" | Michael Howell | -2/+2 |
| 2023-10-22 | Revert "rustdoc: add impl items from aliased type into sidebar" | Michael Howell | -40/+5 |
| 2023-10-22 | Revert "rustdoc: factor all-impls-for-item out into its own method" | Michael Howell | -55/+78 |
| 2023-10-22 | Revert "rustdoc: filter before storing in vec" | Michael Howell | -10/+4 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -5/+5 |
| 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 |