about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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
2025-01-07chore: release v0.1.142github-actions[bot]-1/+7
2025-01-07Account for optimization levels other than numbersTrevor Gross-3/+3
2025-01-07Update the `libm` submoduleTrevor Gross-0/+0
2025-01-07Account for optimization levels other than numbersTrevor Gross-3/+3
2025-01-07Make extensive tests exhaustive if there are enough iterations availablebeetrees-81/+252
2025-01-07Avoid naming variables `str`Josh Triplett-7/+7
2025-01-06Increase the allowed ULP for `tgammaf`Trevor Gross-1/+2
2025-01-06Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhprattJacob Pratt-8/+8
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-4/+6
2025-01-07chore: release v0.1.141github-actions[bot]-1/+10
2025-01-06Update the `libm` submoduleTrevor Gross-0/+0
2025-01-06Replace "intrinsic" config with "arch" configTrevor Gross-50/+37
2025-01-06Update the `libm` submoduleTrevor Gross-5/+53
2025-01-06More compelling env_clear() examplesKornel-7/+15
2025-01-06Don't use intrinsics abs for `f16` and `f128` on wasm32Trevor Gross-12/+0
2025-01-06Remove an unused `feature = "force-soft-floats"` gateTrevor Gross-2/+0