| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -1/+100 |
| 2023-10-24 | remap cargo dependencies to /rust/deps | Pietro Albini | -1/+33 |
| 2023-10-24 | Add regression test for #117058 | Matthew Jasper | -0/+95 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -9/+100 |
| 2023-10-24 | Add a lint to check needless `Waker` clones | Benoît du Garreau | -0/+119 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -6/+19 |
| 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 | Auto merge of #3138 - rust-lang:rustup-2023-10-24, r=RalfJung | bors | -2996/+8219 |
| 2023-10-24 | Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomcc | bors | -58/+52 |
| 2023-10-24 | Merge from rustc | The Miri Conjob Bot | -2995/+8218 |
| 2023-10-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-24 | Augment `stringify.rs` test some more. | Nicholas Nethercote | -40/+38 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -2/+54 |
| 2023-10-24 | Redo `stringify.rs` test. | Nicholas Nethercote | -539/+412 |
| 2023-10-23 | Add test and remove double ref | Celina G. Val | -18/+85 |
| 2023-10-24 | Auto merge of #116238 - tamird:gettimeofday, r=thomcc | bors | -200/+80 |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-10-24 | Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan | bors | -75/+62 |
| 2023-10-24 | tests: Add features-gate for LoongArch | WANG Rui | -1/+2 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+18 |
| 2023-10-23 | Remove Apple RNG fallbacks and simplify implementation | BlackHoleFox | -58/+52 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -536/+558 |
| 2023-10-23 | nits | Michael Goulet | -83/+47 |
| 2023-10-23 | coherence doesn't like region constraints | Michael Goulet | -3/+37 |
| 2023-10-23 | Consider regions | Michael Goulet | -2/+44 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -18/+22 |
| 2023-10-23 | Rework negative coherence | Michael Goulet | -39/+152 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -17/+22 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -24/+33 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -634/+698 |
| 2023-10-23 | stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too. | David Carlier | -2/+12 |
| 2023-10-23 | Remove unsafe and `Rc` | Celina G. Val | -22/+15 |
| 2023-10-23 | When expecting closure argument but finding block provide suggestion | Esteban Küber | -5/+117 |
| 2023-10-23 | Rollup merge of #117086 - amandasystems:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-10-23 | Rollup merge of #117074 - ouz-a:remove_smir, r=compiler-errors | Matthias Krüger | -5/+1 |
| 2023-10-23 | Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmease | Matthias Krüger | -27/+26 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -1/+47 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -592/+615 |
| 2023-10-23 | Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -0/+2 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -55/+133 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -8/+76 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -2/+25 |
| 2023-10-23 | Move configuration to new `clippy_config` crate | Alex Macleod | -439/+448 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -69/+79 |
| 2023-10-23 | Validate `since` value in stable attribute | David Tolnay | -8/+21 |