about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-31Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJungMatthias Krüger-4/+0
2024-12-31Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35bors-6/+21
2024-12-31Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhprattStuart Cook-2/+2
2024-12-31Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcmStuart Cook-1/+2
2024-12-31fix doc for read write unaligned in zst operationLemonJ-4/+0
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-12/+25
2024-12-30ptr docs: make it clear that we are talking only about memory accessesRalf Jung-2/+2
2024-12-30Make slice::as_flattened_mut unstably constDaniPopes-1/+2
2024-12-30Remove lossy casting in `logspace`Trevor Gross-3/+10
2024-12-29Set the allowed FMA ULP to 0Trevor Gross-0/+2
2024-12-30Fix ptr::from_ref documentation example commentMads Marquart-2/+2
2024-12-29Rollup merge of #134884 - calciumbe:patch1, r=jieyouxuMatthias Krüger-2/+2
2024-12-29Rollup merge of #134870 - geofft:patch-1, r=jhprattMatthias Krüger-1/+1
2024-12-29fix: typoscalciumbe-2/+2
2024-12-29Rollup merge of #134851 - lukas-code:alloc-ffi, r=tgross35Stuart Cook-1/+1
2024-12-29Fix typo and prettify commentSatoshi Tanda-5/+3
2024-12-29Don't run `push` CI on anything other than `master`Trevor Gross-1/+5
2024-12-29Use `CheckCtx` in more placesTrevor Gross-13/+17
2024-12-29Move `CheckBasis` and `CheckCtx` to a new `run_cfg` moduleTrevor Gross-39/+55
2024-12-29Add `ALL`, `from_str` and `math_op` to `Identifier`Trevor Gross-5/+47
2024-12-29Add new trait implementations for `Identifier` and `BaseName`Trevor Gross-2/+14
2024-12-29Include `shared.rs` in `libm_test::op`Trevor Gross-1/+9
2024-12-29Move the macro's input function list to a new module `shared`Trevor Gross-263/+320
2024-12-29Add a way to plot the output from generatorsTrevor Gross-0/+262
2024-12-29Update allowed precision to account for new testsTrevor Gross-11/+9
2024-12-29Add tests for edge casesTrevor Gross-3/+101
2024-12-29Add interfaces and tests based on function domainsTrevor Gross-5/+327
2024-12-29Introduce a float extension trait and some numerical routinesTrevor Gross-1/+461
2024-12-29Add an 8-bit float type for testing purposesTrevor Gross-0/+491
2024-12-29Remove an `is_nan` workaround that is no longer neededbeetrees-11/+1
2024-12-29Update and slightly refactor some of the `Float` traitTrevor Gross-24/+36
2024-12-29Always enable `unstable-float` in CITrevor Gross-5/+9
2024-12-29Add `f16` and `f128` configuration from `compiler-builtins`Trevor Gross-83/+208
2024-12-29Introduce generic `abs` and `copysign`Trevor Gross-12/+26
2024-12-29Change from `-latest` to named CI imagesTrevor Gross-31/+31
2024-12-28Fix sentence fragment in `pin` module docsGeoffrey Thomas-1/+1
2024-12-28docs: inline `alloc::ffi::c_str` types to `alloc::ffi`Lukas Markeffsky-1/+1
2024-12-28Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomccbors-24/+70
2024-12-28Rollup merge of #134832 - tgross35:update-builtins, r=tgross35Stuart Cook-4/+4
2024-12-27Tidy up bigint mul methodsltdk-123/+388
2024-12-27Rollup merge of #134823 - chloefeal:fix, r=tgross35,dtolnayDavid Tolnay-2/+2
2024-12-28Update library/alloc/tests/sort/tests.rschloefeal-1/+1
2024-12-27Update `compiler-builtins` to 0.1.140Trevor Gross-4/+4
2024-12-27Implement `int_from_ascii` (#134821)Niklas Fiekas-89/+131
2024-12-27Rollup merge of #133663 - scottmcm:carrying_mul_add, r=AmanieuMatthias Krüger-135/+326
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-2/+12
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-135/+316
2024-12-27Fix typoschloefeal-2/+2
2024-12-27Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxubors-7/+30
2024-12-27Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+1