about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-9/+22
2023-05-12Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubileebors-723/+2177
2023-05-11Correct swizzle_dyn cfg for armv7 neonJubilee Young-1/+1
2023-05-11Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472bors-35/+51
2023-05-11Sync portable-simd to 2023 May 10Jubilee Young-723/+2177
2023-05-11Improve code around SGX waitqueueUrgau-3/+13
2023-05-10Simplify the implementation of iterators over slices of ZSTsScott McMurray-35/+51
2023-05-10Allow the drop_copy lint in some library examplesUrgau-0/+1
2023-05-10Remove useless drop of copy typeUrgau-4/+4
2023-05-10Remove and fix useless drop of referenceUrgau-3/+5
2023-05-10Auto merge of #111401 - ChrisDenton:no-windows-allowed, r=workingjubileebors-59/+40
2023-05-10Rollup merge of #111408 - TomMD:patch-1, r=workingjubileeMatthias Krüger-1/+1
2023-05-09Fix incorrect implication of transmuting slicesThomas M. DuBuisson-1/+1
2023-05-09Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubileeMatthias Krüger-10/+6
2023-05-09Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obkMatthias Krüger-0/+15
2023-05-09Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger-10/+9
2023-05-09Don't force include Windows goop when documentingChris Denton-59/+40
2023-05-09Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors-6/+0
2023-05-09Limit lifetime of format_args!() with inlined args.Mara Bos-0/+15
2023-05-09Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieubors-1/+0
2023-05-09Auto merge of #111380 - Dylan-DPC:rollup-xiptbhn, r=Dylan-DPCbors-3/+3
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-3/+3
2023-05-09Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors-3098/+7089
2023-05-09Auto merge of #110027 - nbdd0121:dieting, r=m-ou-sebors-0/+9
2023-05-08Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrumbors-37/+6
2023-05-08Revert "Populate effective visibilities in `rustc_privacy`"Michael Goulet-6/+0
2023-05-08Rollup merge of #104070 - nbdd0121:unwind, r=AmanieuMichael Goulet-5/+11
2023-05-08Rollup merge of #111315 - Swatinem:rm-identitiy-future, r=Mark-SimulacrumYuki Okushi-7/+0
2023-05-08Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi-23/+235
2023-05-08std: remove test for arm's crypto featureKisaragi Marine-1/+0
2023-05-08stdarch: update submodule, take 5Kisaragi Marine-0/+0
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-66/+62
2023-05-07Auto merge of #111306 - Urgau:hashbrown-std-0.13, r=Amanieubors-1/+1
2023-05-07PS Vita std supportNikolay Arhipov-23/+235
2023-05-07Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomccbors-15/+61
2023-05-07Add `#[inline]` to functions that are never calledGary Guo-0/+9
2023-05-07Prevent aborting guard from aborting the process in a forced unwindGary Guo-0/+3
2023-05-07Parse catch filter in personality functionGary Guo-5/+8
2023-05-07Remove `identity_future` from stdlibArpad Borsos-7/+0
2023-05-07Auto merge of #111125 - xfix:inline-socketaddr-methods, r=Mark-Simulacrumbors-0/+27
2023-05-06Tune the `is_ascii` implementation used for short slicesScott McMurray-10/+23
2023-05-07Rollup merge of #111301 - JohnBobbo96:cleanup_option_insert_methods, r=scottmcmYuki Okushi-4/+2
2023-05-07Rollup merge of #110094 - lukas-code:less-transmute, r=thomccYuki Okushi-13/+9
2023-05-07Update hashbrown from 0.12.3 to 0.13.1 for stdUrgau-1/+1
2023-05-06Remove unneeded calls to `mem::forget`John Bobbo-4/+2
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-66/+62
2023-05-06Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+6
2023-05-06Always const-eval the gcd in `slice::align_to_offsets`Markus Everling-37/+6
2023-05-06clean up transmutes in coreLukas Markeffsky-13/+9
2023-05-06Remove some `assume`s from slice iterators that don't do anythingScott McMurray-10/+6