about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-15/+15
2025-02-10Increase allowed offset from infinity for ynfTrevor Gross-1/+1
2025-02-10Add `fminimum`, `fmaximum`, `fminimum_num`, and `fmaximum_num`Trevor Gross-31/+997
2025-02-10Combine `fmin{,f,f16,f128}` and `fmax{,f,f16,128}` into a single fileTrevor Gross-64/+65
2025-02-10Small refactor of bigint testsTrevor Gross-31/+34
2025-02-10Auto merge of #136823 - matthiaskrgr:rollup-vp20mk1, r=matthiaskrgrbors-4/+4
2025-02-10Reword doc comment on `CoercePointeeValidated`Michael Goulet-6/+5
2025-02-10Rollup merge of #136714 - tgross35:update-builtins, r=tgross35Matthias Krüger-4/+4
2025-02-10Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w...bors-388/+865
2025-02-10Implement `read*_exact` for `std:io::repeat`Benoît du Garreau-0/+11
2025-02-10Eliminate the use of `force_eval!` in `ceil`, `floor`, and `trunc`Trevor Gross-37/+220
2025-02-10Migrate away from nonfunctional `fenv` stubsTrevor Gross-141/+240
2025-02-10Add `_value` methods to proc_macro libGuillaume Gomez-0/+123
2025-02-10Extract `unescape` from `rustc_lexer` into its own crateGuillaume Gomez-0/+738
2025-02-10Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=NoratriebJubilee-0/+1
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-152/+156