about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-24Auto merge of #116461 - ChrisDenton:sleep, r=thomccbors-1/+100
2023-10-24remap cargo dependencies to /rust/depsPietro Albini-1/+33
2023-10-24Add regression test for #117058Matthew Jasper-0/+95
2023-10-24Auto merge of #116435 - compiler-errors:re-erased, r=lcnrbors-9/+100
2023-10-24Add a lint to check needless `Waker` clonesBenoît du Garreau-0/+119
2023-10-24Introduce `-C instrument-coverage=branch` to gate branch coverageArpad Borsos-6/+19
2023-10-24Auto merge of #3137 - RalfJung:data-race, r=oli-obkbors-225/+416
2023-10-24we don't support thread::scope on freebsdRalf Jung-1/+1
2023-10-24futex text: avoid spurious non-atomic readsRalf Jung-13/+13
2023-10-24fix error read-read reporting when there's also an unsynchronized non-atomic ...Ralf Jung-22/+45
2023-10-24remove change-id assertion in bootstrap testonur-ozkan-1/+0
2023-10-24Auto merge of #3138 - rust-lang:rustup-2023-10-24, r=RalfJungbors-2996/+8219
2023-10-24Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomccbors-58/+52
2023-10-24Merge from rustcThe Miri Conjob Bot-2995/+8218
2023-10-24Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-24Augment `stringify.rs` test some more.Nicholas Nethercote-40/+38
2023-10-24Augment `stringify.rs` test.Nicholas Nethercote-2/+54
2023-10-24Redo `stringify.rs` test.Nicholas Nethercote-539/+412
2023-10-23Add test and remove double refCelina G. Val-18/+85
2023-10-24Auto merge of #116238 - tamird:gettimeofday, r=thomccbors-200/+80
2023-10-24tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64WANG Rui-0/+1
2023-10-24Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkanbors-75/+62
2023-10-24tests: Add features-gate for LoongArchWANG Rui-1/+2
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+18
2023-10-23Remove Apple RNG fallbacks and simplify implementationBlackHoleFox-58/+52
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-536/+558
2023-10-23nitsMichael Goulet-83/+47
2023-10-23coherence doesn't like region constraintsMichael Goulet-3/+37
2023-10-23Consider regionsMichael Goulet-2/+44
2023-10-23Make things work by using the new solverMichael Goulet-18/+22
2023-10-23Rework negative coherenceMichael Goulet-39/+152
2023-10-23Remove FnPtr hack from trait_ref_is_knowableMichael Goulet-17/+22
2023-10-23pre-cleanupsMichael Goulet-24/+33
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-634/+698
2023-10-23stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too.David Carlier-2/+12
2023-10-23Remove unsafe and `Rc`Celina G. Val-22/+15
2023-10-23When expecting closure argument but finding block provide suggestionEsteban Küber-5/+117
2023-10-23Rollup merge of #117086 - amandasystems:patch-1, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-10-23Rollup merge of #117074 - ouz-a:remove_smir, r=compiler-errorsMatthias Krüger-5/+1
2023-10-23Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmeaseMatthias Krüger-27/+26
2023-10-23Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obkMatthias Krüger-1/+47
2023-10-23Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obkMatthias Krüger-592/+615
2023-10-23Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubileeMatthias Krüger-9/+7
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-0/+2
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-55/+133
2023-10-23Let's see what those opaque types actually areMichael Goulet-8/+76
2023-10-23Handle ReErased in responses in new solverMichael Goulet-2/+25
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-439/+448
2023-10-23Update `since` stability attributes in testsDavid Tolnay-69/+79
2023-10-23Validate `since` value in stable attributeDavid Tolnay-8/+21