about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-28Enable `f16` tests on x86 Apple platformsTrevor Gross-3/+0
2024-09-28Revert "Temporarily `use define_rust_probestack;`"Trevor Gross-4/+0
2024-09-28Ungate tests that were skipped due to a broken implementationTrevor Gross-6/+3
2024-09-28Resolve FIXMEs related to `f16` assemblyTrevor Gross-14/+7
2024-09-28Auto merge of #129385 - tgross35:more-platforms-enable-f16, r=Mark-Simulacrumbors-14/+11
2024-09-28Auto merge of #130792 - tgross35:update-builtins, r=Amanieubors-4/+4
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-1/+1
2024-09-28Update compiler_builtins to 0.1.130Trevor Gross-4/+4
2024-09-28chore: releasegithub-actions[bot]-1/+1
2024-09-28Add a benchmark for `__powitf2`Trevor Gross-3/+30
2024-09-28Add support for `f128` integer exponentiationTrevor Gross-5/+31
2024-09-28Move `float_pow` tests to their own fileTrevor Gross-56/+54
2024-09-28Remove unneeded featuresTrevor Gross-11/+0
2024-09-28Rollup merge of #128778 - RalfJung:atomic-read-read-races, r=Mark-SimulacrumMatthias Krüger-35/+56
2024-09-28Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgrbors-18/+90
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-23/+24
2024-09-28allow mixed-size atomic readsRalf Jung-10/+16
2024-09-28atomics: allow atomic and non-atomic reads to raceRalf Jung-24/+38
2024-09-28stabilize const_cell_into_innerRalf Jung-51/+11
2024-09-28make ptr metadata functions callable from stable const fnRalf Jung-29/+7
2024-09-28Auto merge of #130897 - workingjubilee:dump-hexes-with-class, r=thomccbors-1/+1
2024-09-28Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdevMatthias Krüger-2/+2
2024-09-28Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubileeMatthias Krüger-16/+88
2024-09-28Update Unicode escapes;Gabriel Bjørnager Jensen-2/+1
2024-09-27Enable `f16` on platforms that were missing conversion symbolsTrevor Gross-14/+11
2024-09-27Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgrbors-2/+11
2024-09-27Rollup merge of #130926 - ChrisDenton:cc-1-1-22, r=tgross35Matthias Krüger-2/+11
2024-09-27Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnayMatthias Krüger-3/+1
2024-09-27Mark some more smart pointers as insignificantMichael Goulet-0/+2
2024-09-27Mark some more types as having insignificant dtorMichael Goulet-0/+2
2024-09-27Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull';Gabriel Bjørnager Jensen-6/+23
2024-09-27chore: releasegithub-actions[bot]-1/+1
2024-09-27Revert "Bump cc dependency"Trevor Gross-1/+1
2024-09-27Update Cargo.lockChris Denton-2/+11
2024-09-27Apply review feedbackLukas Bergdoll-13/+16
2024-09-27Apply round 1 of review commentsLukas Bergdoll-16/+15
2024-09-27Fix mistake in exampleLukas Bergdoll-1/+1
2024-09-27Improve Ord docsLukas Bergdoll-95/+263
2024-09-27Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4Asger Hautop Drewsen-2/+2
2024-09-26Rollup merge of #130892 - tgross35:library-cargo-update, r=NoratriebJubilee-32/+32
2024-09-26Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35Jubilee-4/+38
2024-09-26Rollup merge of #130846 - ChrisDenton:revert-break, r=NoratriebJubilee-170/+1
2024-09-26Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomccJubilee-5/+25
2024-09-27Rollup merge of #130880 - RalfJung:const-hack, r=scottmcmGuillaume Gomez-1/+1
2024-09-27Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdevGuillaume Gomez-12/+9
2024-09-27Rollup merge of #130845 - RalfJung:utf8chunk, r=tgross35Guillaume Gomez-0/+4
2024-09-27Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscrossGuillaume Gomez-12/+118
2024-09-26library: Compute `RUST_EXCEPTION_CLASS` from native-endian bytesJubilee Young-1/+1
2024-09-26Partially update `library/Cargo.lock`Trevor Gross-32/+32
2024-09-26Add `sun_path` to the fake doc `sockaddr_un`Josh Stone-1/+3