about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-3/+5
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-84/+64
2025-01-10Initial fs module for uefiAyush Singh-1/+344
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-15/+8
2025-01-08Remove some unnecessary `.into()` callsEsteban Küber-1/+1
2025-01-08fmtPietro Albini-8/+2
2025-01-08update cfg(bootstrap)Pietro Albini-2/+1
2025-01-08update version placeholdersPietro Albini-8/+8
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-08Outline panicking code for `LocalKey::with`Joseph Perez-8/+16
2025-01-07Avoid naming variables `str`Josh Triplett-7/+7
2025-01-06More compelling env_clear() examplesKornel-7/+15
2025-01-06Rollup merge of #135153 - crystalstall:master, r=workingjubileeMatthias Krüger-3/+3
2025-01-06chore: remove redundant words in commentcrystalstall-3/+3
2025-01-06Rollup merge of #135111 - tgross35:float-doc-aliases, r=NoratriebMatthias Krüger-0/+8
2025-01-04Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDentonJubilee-2/+3
2025-01-05Add doc aliases for `libm` and IEEE namesTrevor Gross-0/+8
2025-01-04Rollup merge of #135070 - klensy:backtrace-deps, r=workingjubileeJubilee-2/+2
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+1
2025-01-03sync to actual dep verions of backtraceklensy-2/+2
2025-01-03Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgrbors-1/+1
2025-01-03Rollup merge of #134241 - liigo:patch-16, r=dtolnayMatthias Krüger-1/+1
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-27/+131
2025-01-03Fix UWP buildbdbai-2/+3
2025-01-02Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472bors-1/+17
2025-01-02path in detailLiigo Zhuang-1/+1
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-27/+131
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-1/+17
2025-01-01std::fs::DirEntry.metadata(): prefer use of lstat() on EmscriptenKleis Auke Wolthuizen-8/+1
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-9/+2
2024-12-31Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35bors-6/+21
2024-12-29Rollup merge of #134884 - calciumbe:patch1, r=jieyouxuMatthias Krüger-1/+1
2024-12-29fix: typoscalciumbe-1/+1
2024-12-28Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomccbors-24/+70
2024-12-27Update `compiler-builtins` to 0.1.140Trevor Gross-1/+1
2024-12-27Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxubors-2/+27
2024-12-27Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+1
2024-12-27Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+26
2024-12-27Auto merge of #134786 - ChrisDenton:fix-rename-symlink, r=tgross35bors-7/+39
2024-12-27Fix renaming symlinks on WindowsChris Denton-7/+39
2024-12-27Fix mistake in windows file openChris Denton-1/+1
2024-12-26Rollup merge of #134791 - notriddle:notriddle/inline-ffi-error-types, r=tgross35Jacob Pratt-5/+5
2024-12-26Rollup merge of #134728 - deltragon:barrier-doc, r=tgross35Jacob Pratt-34/+26
2024-12-26Rollup merge of #134649 - SUPERCILEX:statx-remember, r=thomccJacob Pratt-1/+5
2024-12-26Rollup merge of #134644 - kpreid:duplicates, r=Mark-SimulacrumJacob Pratt-0/+14
2024-12-26docs: inline `std::ffi::c_str` types to `std::ffi`Michael Howell-5/+5
2024-12-24Fix compilation issues on other unixesAlex Saveau-44/+53