summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | Rollup merge of #111408 - TomMD:patch-1, r=workingjubileeMatthias Krüger2023-05-101-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix incorrect implication of transmuting slicesThomas M. DuBuisson2023-05-091-1/+1
| |/ / / / / /
* | | | | | | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubileeMatthias Krüger2023-05-091-10/+6
|\ \ \ \ \ \ \
| * | | | | | | Remove some `assume`s from slice iterators that don't do anythingScott McMurray2023-05-061-10/+6
* | | | | | | | Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obkMatthias Krüger2023-05-091-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Limit lifetime of format_args!() with inlined args.Mara Bos2023-05-091-0/+15
* | | | | | | | | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger2023-05-097-10/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Stabilize const_ptr_readbors2023-05-057-10/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors2023-05-091-6/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Revert "Populate effective visibilities in `rustc_privacy`"Michael Goulet2023-05-081-6/+0
* | | | | | | | Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieubors2023-05-092-1/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | std: remove test for arm's crypto featureKisaragi Marine2023-05-081-1/+0
| * | | | | | | stdarch: update submodule, take 5Kisaragi Marine2023-05-081-0/+0
| * | | | | | | stdarch: update submodule, take 4Kisaragi Marine2023-05-041-0/+0
| * | | | | | | stdarch: update submodule, take 3Kisaragi Marine2023-04-251-0/+0
| * | | | | | | stdarch: update submodule, take 2Kisaragi Marine2023-04-241-0/+0
| * | | | | | | stdarch: update submoduleKisaragi Marine2023-04-131-0/+0
* | | | | | | | Auto merge of #111380 - Dylan-DPC:rollup-xiptbhn, r=Dylan-DPCbors2023-05-091-3/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC2023-05-091-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Migrate offset_of from a macro to builtin # syntaxest312023-05-051-3/+3
* | | | | | | | | | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors2023-05-0916-3098/+7089
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Sort windows_sys.lst alphabeticallyChris Denton2023-05-051-614/+617