summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplettDylan DPC2023-05-171-0/+21
|\
| * add `UnsafeCell::from_mut`JoJoJet2023-05-161-0/+21
* | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC2023-05-171-0/+8
|\ \
| * | Add derive for `core::marker::ConstParamTy`Nilstrieb2023-05-161-0/+8
* | | Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnayDylan DPC2023-05-171-3/+2
|\ \ \
| * | | Stabilize feature `cstr_is_empty`John Millikin2023-05-011-3/+2
* | | | Rollup merge of #111592 - Nemo157:fix-vec-capacity-examples, r=joshtriplettMatthias Krüger2023-05-161-6/+6
|\ \ \ \
| * | | | Change Vec examples to not assert exact capacity except where it is guaranteedWim Looman2023-05-151-6/+6
* | | | | Hide repr attribute from doc of types without guaranteed reprDavid Tolnay2023-05-164-10/+10
| |_|_|/ |/| | |
* | | | 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