| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -12/+25 |
| 2023-10-25 | tidy: add unit tests for alphabetical markers. | Nicholas Nethercote | -25/+238 |
| 2023-10-25 | tidy: some minor improvements. | Nicholas Nethercote | -9/+20 |
| 2023-10-25 | tidy: skip lines starting with `#` in alphabetical check. | Nicholas Nethercote | -3/+8 |
| 2023-10-25 | Fix a bug in tidy's alphabetical checking. | Nicholas Nethercote | -17/+14 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -2/+1 |
| 2023-10-24 | Test match underscore on void from union. | Camille GILLOT | -0/+18 |
| 2023-10-24 | Add miri test matching on `!`. | Camille GILLOT | -0/+25 |
| 2023-10-24 | Add miri tests. | Camille GILLOT | -0/+46 |
| 2023-10-24 | Rollup merge of #117105 - onur-ozkan:remove-change-id-assertion, r=albertlars... | Matthias Krüger | -1/+0 |
| 2023-10-24 | Rollup merge of #117093 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-10-24 | Rollup merge of #117081 - GoodDaisy:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -2/+2 |
| 2023-10-24 | update suggest-tests | Pietro Albini | -4/+26 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -0/+12 |
| 2023-10-24 | pass the correct args to compiletest | Pietro Albini | -0/+4 |
| 2023-10-24 | remap cargo dependencies to /rust/deps | Pietro Albini | -1/+33 |
| 2023-10-24 | allow configuring the parent GitHub repository | Pietro Albini | -17/+66 |
| 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 | 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 |