summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* add `UnsafeCell::from_mut`JoJoJet2023-05-161-0/+21
* Rollup merge of #111617 - kesleta:master, r=Dylan-DPCNilstrieb2023-05-161-1/+1
|\
| * Fixed typoBenjamin Atelsek2023-05-151-1/+1
* | Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnaybors2023-05-162-3/+3
|\ \
| * | Remove unnecessary Send boundGil Shoshan2023-05-032-3/+3
* | | Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnaybors2023-05-161-18/+12
|\ \ \ | |_|/ |/| |
| * | Stabilize feature `nonzero_negation_ops`John Millikin2023-05-051-18/+12
* | | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obkMatthias Krüger2023-05-151-1/+2
|\ \ \
| * | | DocumentationAndy Wang2023-05-151-1/+1
| * | | Add CopyForDeref to custom MIRAndy Wang2023-05-151-0/+1
* | | | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubileeMatthias Krüger2023-05-151-2/+2
|\ \ \ \
| * | | | Don't claim LocalKey::with prevents a reference to be sent across threadsGiacomo Stevanato2023-04-071-2/+2
* | | | | Rollup merge of #108356 - gftea:master, r=workingjubileeMatthias Krüger2023-05-152-1/+3
|\ \ \ \ \
| * | | | | improve doc test for UnsafeCell::raw_get and fix docs errorgftea2023-03-102-1/+3
* | | | | | Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubileeMatthias Krüger2023-05-154-30/+30
|\ \ \ \ \ \
| * | | | | | fix more benchmark test with black_boxyukang2023-02-214-30/+30
* | | | | | | Rollup merge of #111582 - Vagelis-Prokopiou:fix/wanting, r=workingjubileeMatthias Krüger2023-05-152-2/+2
|\ \ \ \ \ \ \
| * | | | | | | wanting => wantVagelis Prokopiou2023-05-152-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Rollup merge of #111581 - scottmcm:fix-pattern-comment, r=workingjubileeMatthias Krüger2023-05-151-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix some misleading and copy-pasted `Pattern` examplesScott McMurray2023-05-141-4/+4
* | | | | | | | Rollup merge of #102673 - lukas-code:infered-lifetimes, r=ehussMatthias Krüger2023-05-151-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | explain that `PhantomData<&'a T>` infers `T: 'a`Lukas Markeffsky2023-05-141-1/+1
| |/ / / / / /
* | | | | | | Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnaybors2023-05-151-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Stabilize const slice::split_atTrevor Spiteri2023-02-201-1/+2
* | | | | | | | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt...bors2023-05-142-0/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on WindowsDan Gohman2023-02-172-0/+72
* | | | | | | | | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors2023-05-1410-3/+313
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size}Loïc BRANSTETT2023-04-261-0/+37
| * | | | | | | | | Implement midpoint for all floating point f32 and f64Loïc BRANSTETT2023-04-263-3/+125
| * | | | | | | | | Implement midpoint for all signed and unsigned integersLoïc BRANSTETT2023-04-266-0/+151
* | | | | | | | | | Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay2023-05-142-7/+13
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors2023-05-141-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Populate effective visibilities in rustc_privacyBryanskiy2023-05-111-0/+6
* | | | | | | | | | Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomccbors2023-05-131-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray2023-05-121-4/+0
* | | | | | | | | | | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors2023-05-132-10/+73
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | hedge for future changesRalf Jung2023-05-122-4/+7
| * | | | | | | | | | fix and extend dropck documentationRalf Jung2023-02-132-11/+71
* | | | | | | | | | | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-127-9/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve code around SGX waitqueueUrgau2023-05-111-3/+13
| * | | | | | | | | | | Allow the drop_copy lint in some library examplesUrgau2023-05-101-0/+1
| * | | | | | | | | | | Remove useless drop of copy typeUrgau2023-05-103-4/+4
| * | | | | | | | | | | Remove and fix useless drop of referenceUrgau2023-05-103-3/+5
* | | | | | | | | | | | Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubileebors2023-05-1242-723/+2177
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Correct swizzle_dyn cfg for armv7 neonJubilee Young2023-05-111-1/+1
| * | | | | | | | | | | | Sync portable-simd to 2023 May 10Jubilee Young2023-05-1142-723/+2177
* | | | | | | | | | | | | Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472bors2023-05-113-35/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Simplify the implementation of iterators over slices of ZSTsScott McMurray2023-05-103-35/+51
* | | | | | | | | | | | | Auto merge of #111401 - ChrisDenton:no-windows-allowed, r=workingjubileebors2023-05-104-59/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Don't force include Windows goop when documentingChris Denton2023-05-094-59/+40