about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-25Resolve https://github.com/rust-lang/rust/pull/124870#issuecomment-2128824959Lokathor-0/+3
2024-05-25revert to the inconsistent paragraph wrapping.Lokathor-52/+55
2024-05-25Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhprattMatthias Krüger-7/+8
2024-05-25Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-SimulacrumMatthias Krüger-1/+118
2024-05-25Rollup merge of #122986 - taiki-e:aix-c-char, r=Mark-SimulacrumMatthias Krüger-1/+2
2024-05-25Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnayMatthias Krüger-35/+32
2024-05-25Stabilise ip_bits featureltdk-19/+10
2024-05-25Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlinbors-45/+161
2024-05-25Rollup merge of #125527 - programmerjake:patch-2, r=workingjubileeMatthias Krüger-0/+3
2024-05-25Rollup merge of #125498 - zmodem:avx512er, r=workingjubileeMatthias Krüger-2/+0
2024-05-25Rollup merge of #125478 - Urgau:check-cfg-config-bump-stage0, r=Mark-SimulacrumMatthias Krüger-3/+0
2024-05-25Rollup merge of #125271 - RalfJung:posix_memalign, r=workingjubileeMatthias Krüger-9/+7
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-11/+7
2024-05-24Add manual Sync impl for ReentrantLockGuardJacob Lifshay-0/+3
2024-05-25std: make TLS accessors closures that return pointersjoboet-180/+107
2024-05-24Add caching for downloading compiler-rtTrevor Gross-4/+12
2024-05-24Enable cache for Docker imagesTrevor Gross-1/+34
2024-05-24Enable cache for Cargo components of the buildTrevor Gross-0/+4
2024-05-24Rollup merge of #125497 - meesfrensel:patch-1, r=calebzulawskiMatthias Krüger-4/+4
2024-05-24Auto merge of #125499 - matthiaskrgr:rollup-84i5z5w, r=matthiaskrgrbors-1/+2
2024-05-24Stop using the avx512er and avx512pf x86 target featuresHans Wennborg-2/+0
2024-05-24Change pedantically incorrect OnceCell/OnceLock wordingMahmoud Al-Qudsi-3/+3
2024-05-24Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errorsMatthias Krüger-1/+1
2024-05-24Rollup merge of #125455 - blyxyas:opt-clamp, r=joboetMatthias Krüger-0/+1
2024-05-24Fix some SIMD intrinsics documentationMees Frensel-4/+4
2024-05-24Auto merge of #122494 - joboet:simplify_key_tls, r=m-ou-sebors-189/+63
2024-05-24Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboetbors-20/+43
2024-05-24std: clean up the TLS implementationjoboet-5/+4
2024-05-24std: simplify key-based thread localsjoboet-185/+60
2024-05-24Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstriebbors-8/+19
2024-05-24Add benchmarks for floating point mathTrevor Gross-2/+2930
2024-05-23Validate the special layout restriction on DynMetadataScott McMurray-8/+19
2024-05-24Remove now outdated comment since we bumped stage0Urgau-3/+0
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-1/+1
2024-05-24Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomezbors-125/+65
2024-05-23Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methodsltdk-45/+161
2024-05-24Auto merge of #123724 - joboet:static_tls, r=m-ou-sebors-70/+76
2024-05-23Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3Guillaume Gomez-8/+21
2024-05-23Rollup merge of #125362 - joboet:tait_hack, r=NilstriebGuillaume Gomez-117/+44
2024-05-23Auto merge of #125456 - fmease:rollup-n8608gc, r=fmeasebors-0/+12
2024-05-23Process a single not-ASCII-printable `char` per iterationArpad Borsos-8/+5
2024-05-23Rollup merge of #124389 - CensoredUsername:master, r=petrochenkovLeón Orell Valerian Liehr-0/+12
2024-05-23Auto merge of #117804 - saethlin:no-recursive-panics, r=joboetbors-2/+5
2024-05-23Make clamp inlineblyxyas-0/+1
2024-05-23Copy core/alloc check-cfg message also in stdUrgau-0/+3
2024-05-23Move some expected cfgs to std build.rs as per Cargo recommandationUrgau-3/+7
2024-05-23Replace fake "restricted-std" Cargo feature by custom cfgUrgau-3/+4
2024-05-23panic_nounwind in Arguments::new* instead of recursingBen Kimock-2/+5
2024-05-23Expect any feature cfg in core and std cratesUrgau-2/+7
2024-05-23std: rewrite native thread-local storagejoboet-249/+331