about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-12Add a new precision adjustment for i586 `rint`Trevor Gross-1/+9
2025-01-12Expose C versions of `libm` functions in the `cb` crateTrevor Gross-6/+200
2025-01-12Rollup merge of #135379 - steffahn:uniquerc-invariant, r=Mark-SimulacrumMatthias Krüger-2/+6
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-309/+411
2025-01-11Always use the same seed for benchmarkingTrevor Gross-1/+5
2025-01-11Add `biteq` and `exp_unbiased` to `Float`Trevor Gross-10/+143
2025-01-11Add a `release-checked` profile with debug and overflow assertionsTrevor Gross-5/+19
2025-01-11Remove `ExpInt` from `Float`, always use `i32` insteadTrevor Gross-19/+10
2025-01-11Reorder tests in `run.sh`Trevor Gross-8/+6
2025-01-11Split `cast` into `cast` and `cast_lossy`Trevor Gross-0/+19
2025-01-11Add #[inline] to copy_from_sliceBen Kimock-0/+1
2025-01-11Use `core::arch::wasm` functions rather than intrinsicsTrevor Gross-20/+11
2025-01-11Auto merge of #135360 - RalfJung:structural-partial-eq, r=compiler-errorsbors-18/+13
2025-01-11Make UniqueRc invariant for soundnessFrank Steffahn-2/+6
2025-01-11avoid nesting the user-defined main so deeply on the stackRalf Jung-12/+17
2025-01-11use a single large catch_unwind in lang_startRalf Jung-14/+22
2025-01-11update and clarify StructuralPartialEq docsRalf Jung-18/+13
2025-01-11Rename `pos` to `position`Yuri Astrakhan-6/+6
2025-01-11Convert `struct FromBytesWithNulError` into enumYuri Astrakhan-31/+19
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-29/+13
2025-01-11Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboetJacob Pratt-1/+344
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-192/+302
2025-01-11Support `no_rc`, `no_sync`, and `no_global_oom_handling`Josh Triplett-0/+9
2025-01-11Add `#[cfg(not(test))]` to some impls to work around https://github.com/rust-...Josh Triplett-0/+20
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+1329
2025-01-10Improve the safety documentation on new_uncheckedScott McMurray-1/+7
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-29/+13
2025-01-10Add tests against MPFR for `remquo` and `remquof`Trevor Gross-9/+51
2025-01-10alloc: remove unsound `IsZero` for raw pointersjoboet-13/+12
2025-01-10Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro...Jacob Pratt-64/+87
2025-01-10Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35Jacob Pratt-11/+13
2025-01-09Update a bunch of library types for MCP807Scott McMurray-192/+296
2025-01-10Initial fs module for uefiAyush Singh-1/+344
2025-01-10Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdevMatthias Krüger-2/+2
2025-01-10Rollup merge of #134619 - hkBst:patch-7, r=jhprattMatthias Krüger-22/+20
2025-01-09Fix `proc_macro::quote!` for raw identAsuna-2/+8
2025-01-09Append `TokenTree` with `ToTokens` in `proc_macro::quote!`Asuna-47/+64
2025-01-09Used pthread name functions returning result for FreeBSD and DragonFlyYoh Deadfall-11/+13
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-218/+96
2025-01-09Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errorsMatthias Krüger-3/+3
2025-01-09Rollup merge of #135242 - RalfJung:nonnull-provenance, r=jhprattMatthias Krüger-3/+45
2025-01-08Remove some unnecessary `.into()` callsEsteban Küber-3/+3
2025-01-08fmtPietro Albini-12/+3
2025-01-08update cfg(bootstrap)Pietro Albini-151/+38
2025-01-08update version placeholdersPietro Albini-70/+70
2025-01-08add missing provenance APIs on NonNullRalf Jung-3/+45
2025-01-08Rollup merge of #135176 - kornelski:env-example, r=cuviperJacob Pratt-7/+15
2025-01-08Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-seJacob Pratt-2/+4
2025-01-08Rollup merge of #133057 - tisonkun:into-chars, r=AmanieuJacob Pratt-2/+185
2025-01-08Outline panicking code for `LocalKey::with`Joseph Perez-8/+16