about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-02-21Remove unnecessary map_errKornel-9/+9
2024-02-21TryReserveError to ErrorKind::OutOfMemoryKornel-0/+22
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-231/+8
2024-02-20Rollup merge of #121310 - GrigorenkoPV:doc-smallfix, r=NilstriebNilstrieb-4/+2
2024-02-19Remove an old hack for rustdocPavel Grigorenko-4/+2
2024-02-19Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDentonbors-164/+141
2024-02-19Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-02-19Auto merge of #105917 - a1phyr:read_chain_more_impls, r=workingjubileebors-3/+66
2024-02-18Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstriebbors-58/+61
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-3/+3
2024-02-18Dyn erase at call siteDavid Thomas-60/+51
2024-02-18Add some comments to prevent regressionDavid Thomas-0/+5
2024-02-18Reduce monomorphisation bloat in small_c_stringDavid Thomas-8/+15
2024-02-18Rollup merge of #121266 - SabrinaJewson:easy-syscall-aliases, r=Mark-SimulacrumMatthias Krüger-3/+32
2024-02-18Rollup merge of #118569 - blyxxyz:platform-os-str-slice, r=Mark-SimulacrumMatthias Krüger-47/+219
2024-02-18Add uncontroversial syscall doc aliases to std docsSabrinaJewson-3/+32
2024-02-18Auto merge of #117772 - surechen:for_117448, r=petrochenkovbors-1/+0
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-1/+0
2024-02-18Improve wording of static_mut_refObei Sideg-8/+11
2024-02-17Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDentonGuillaume Boisseau-5/+25
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-21/+13
2024-02-16Remove cfg_attrSteven-1/+0
2024-02-16Use a hardcoded constant instead of calling OpenProcessToken.Steven-5/+26
2024-02-16Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-sebors-2/+2
2024-02-16std: move locks to `sys` on platforms without threadsjoboet-17/+10
2024-02-16std: move locks to `sys` on xousjoboet-10/+11
2024-02-16std: move locks to `sys` on Windowsjoboet-8/+10
2024-02-16std: move locks to `sys` on UNIX and other futex platformsjoboet-218/+55
2024-02-16std: move locks to `sys` on teeosjoboet-10/+158
2024-02-16std: move locks to `sys` on SGXjoboet-23/+19
2024-02-16std: move locks to `sys` on µITRONjoboet-41/+41
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-91/+91
2024-02-16Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplettbors-0/+120
2024-02-15Update library/std/src/fs.rsHaydon Ryan-2/+2
2024-02-15Update library/std/src/fs.rsHaydon Ryan-2/+2
2024-02-15Rollup merge of #120672 - devnexen:update_thread_stack_guardpages_fbsd, r=m-o...Guillaume Gomez-5/+25
2024-02-15Rollup merge of #121098 - ShoyuVanilla:thread-local-unnecessary-else, r=Nilst...Matthias Krüger-1/+2
2024-02-15Rollup merge of #118749 - ChrisDenton:winsys, r=cuviperMatthias Krüger-9/+10
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-29/+27
2024-02-15Use generic `NonZero` internally.Markus Reiter-89/+91
2024-02-15Remove unnecessary else block from `thread_local!` expanded codeShoyu Vanilla-1/+2
2024-02-14Auto merge of #121078 - oli-obk:rollup-p11zsav, r=oli-obkbors-5/+7
2024-02-14Rollup merge of #121073 - IgorLaborieWefox:patch-1, r=workingjubileeOli Scherer-1/+1
2024-02-14Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviperOli Scherer-4/+6
2024-02-14Auto merge of #100603 - tmandry:zst-guards, r=dtolnaybors-2/+49
2024-02-14Automatically sort windows_sys bindingsChris Denton-8/+1
2024-02-14Add windows_sys readmeChris Denton-0/+9
2024-02-14Move windows_sys.lst to bindings.txtChris Denton-1/+0
2024-02-14Fix typos in `OneLock` docIgor-1/+1
2024-02-13Fix incorrect use of `compile_fail`Noah Lev-3/+3