about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-12`transmute` should also assume non-null pointersScott McMurray-1/+1
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-0/+17
2025-02-12Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmeaseJacob Pratt-0/+1
2025-02-12Rollup merge of #136818 - a1phyr:io_repeat_exact, r=jhprattJacob Pratt-0/+11
2025-02-12Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviperJacob Pratt-348/+155
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-1/+0
2025-02-12add `IntoBounds` traitPeter Jaszkowiak-1/+111
2025-02-12Fix import in bench for wasmEric Huss-2/+1
2025-02-12Use `git ls-files` rather than manually globbing for tidyTrevor Gross-28/+26
2025-02-12Add diagnostic item for `std::io::BufRead`Samuel Tardieu-0/+1
2025-02-12Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJungGuillaume Gomez-1/+1
2025-02-12Change swap_nonoverlapping from lang to library UBBen Kimock-1/+1
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-348/+155
2025-02-12Remove ignored `#[must_use]` attributes from portable-simdSamuel Tardieu-25/+0
2025-02-12Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomezbors-2/+2
2025-02-12Make `fma` a trait method on `Float`Trevor Gross-25/+30
2025-02-12fma refactor 3/3: combine `fma` public API with its implementationTrevor Gross-125/+161
2025-02-12fma refactor 2/3: move math/generic/fma.rs to math/fma.rsTrevor Gross-0/+0
2025-02-12fma refactor 1/3: remove math/fma.rsTrevor Gross-40/+0
2025-02-12Scale test iteration count at a later pointTrevor Gross-16/+21
2025-02-12Rollup merge of #136915 - eyelash:float-precision, r=workingjubileeGuillaume Gomez-2/+2
2025-02-12Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkinbors-0/+3
2025-02-12`f128` is quadruple-precisioneyelash-1/+1
2025-02-12`f16` is half-precisioneyelash-1/+1
2025-02-12expect EINVAL for pthread_mutex_destroy for aixHenry Jiang-3/+3
2025-02-12Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhprattMatthias Krüger-3/+3
2025-02-11Add a way to print inputs on failureTrevor Gross-8/+27
2025-02-11library: amend revert of extended_varargs_abi_support for beta diffJubilee Young-1/+3
2025-02-11Optionally add type names to `TypeId`s.Kevin Reid-4/+37
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-0/+1
2025-02-11Remove the common prelude moduleEric Huss-24/+12
2025-02-11Document that locking a file fails on Windows if the file is opened only for ...Josh Triplett-0/+15
2025-02-11Reword file lock documentation to clarify advisory vs mandatoryJosh Triplett-35/+40
2025-02-11Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdevMatthias Krüger-7/+34
2025-02-11Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdevMatthias Krüger-2/+96
2025-02-11Fix missing const for inherent pointer `replace` methodsSky-2/+4
2025-02-11Rename `Float::exp` to `Float::ex`Trevor Gross-11/+10
2025-02-11Change the issue number for `likely_unlikely` and `cold_path`Trevor Gross-3/+3
2025-02-11Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhprattbors-112/+50
2025-02-11Check exact values for specified casesTrevor Gross-3/+21
2025-02-11include note on variance and exampleMarijn Schouten-2/+96
2025-02-11Update docs for impl keywordMarijn Schouten-7/+34
2025-02-11Add `roundeven{,f,f16,f128}`Trevor Gross-101/+363
2025-02-11Fix parsing of negative hex float literals in utilTrevor Gross-1/+1
2025-02-11Rollup merge of #136704 - benschulz:patch-1, r=ibraheemdevJacob Pratt-2/+2
2025-02-11Rollup merge of #136672 - safinaskar:alloc-2025-02-07-09-10, r=cuviperJacob Pratt-1/+1
2025-02-11Rollup merge of #136663 - WaffleLapkin:count-non-zero-ones, r=cuviperJacob Pratt-3/+2
2025-02-10Fix long lines which rustfmt fails to formatThalia Archibald-106/+45
2025-02-11Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...Matthias Krüger-1/+15
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-91/+75