about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2024-03-08further changes from feedbackDavid Carlier-19/+1
2024-03-08Document overrides of `clone_from()`Noa-2/+14
2024-03-08Rollup merge of #121938 - blyxxyz:quadratic-vectored-write, r=AmanieuMatthias Krüger-31/+50
2024-03-08Rollup merge of #118623 - haydonryan:master, r=workingjubileeMatthias Krüger-4/+4
2024-03-07Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubileeGuillaume Gomez-48/+44
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-48/+44
2024-03-07Rust is a proper name: rust → RustRalf Jung-11/+11
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-0/+1
2024-03-06Document and test minimal stack size on WindowsChris Denton-0/+15
2024-03-06Dynamically size sigaltstk in stdJubilee Young-11/+39
2024-03-06fix `close_read_wakes_up` testLukas Markeffsky-15/+18
2024-03-06Note why we're using a new thread in a testChris Denton-0/+1
2024-03-06Remove unnecessary fixmeChris Denton-5/+0
2024-03-06Be stricter with `copy_file_range` probe resultsTobias Bucher-33/+35
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-30/+136
2024-03-06Less syscalls for the `copy_file_range` probeTobias Bucher-23/+48
2024-03-06unix time module now return resultAntoine PLASKOWSKI-51/+35
2024-03-05Add `Waitable` traitChris Denton-10/+43
2024-03-05Windows: Implement mutex using futexChris Denton-30/+103
2024-03-04std::threads: revisit stack address calculation on netbsd.David Carlier-2/+21
2024-03-04Don't run test_get_os_named_thread on win7roblabla-1/+1
2024-03-03std::rand: enable getrandom for dragonflybsd too.David Carlier-1/+9
2024-03-03Fix quadratic behavior of repeated vectored writesJan Verbeek-31/+50
2024-03-03Add missing get_name for wasm::thread.Ian Neumann-0/+4
2024-03-03Auto merge of #121856 - ChrisDenton:abort, r=joboetbors-10/+13
2024-03-02Cleanup windows abort_internalChris Denton-10/+13
2024-03-02Rollup merge of #121758 - joboet:move_pal_thread_local, r=ChrisDentonMatthias Krüger-3/+4
2024-03-02Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviperMatthias Krüger-11/+137
2024-03-02Rollup merge of #121861 - tbu-:pr_floating_point_exact_examples, r=workingjub...Matthias Krüger-22/+26
2024-03-02Rollup merge of #109263 - squell:master, r=cuviperMatthias Krüger-5/+4
2024-03-01Add `get_name` placeholder to other targetsChris Denton-8/+40
2024-03-01Use the guaranteed precision of a couple of float functions in docsTobias Bucher-22/+26
2024-03-01Rollup merge of #121736 - HTGAzureX1212:HTGAzureX1212/remove-mutex-unlock, r=...Matthias Krüger-20/+0
2024-03-01revise interface to read directory entriesStefan Lankes-97/+116
2024-03-01Extending filesystem support for hermit-ossimonschoening-96/+225
2024-03-01Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubileebors-231/+8
2024-02-29Remove doc aliases to PATHTrevor Gross-2/+0
2024-02-29Rollup merge of #121596 - ChrisDenton:tls, r=joboetGuillaume Gomez-22/+13
2024-02-29Rollup merge of #121793 - tbu-:pr_floating_point_32, r=AmanieuGuillaume Gomez-0/+184
2024-02-29Rollup merge of #121765 - hermit-os:errno, r=ChrisDentonGuillaume Gomez-6/+6
2024-02-29Rollup merge of #118217 - tbu-:pr_floating_point, r=AmanieuGuillaume Gomez-0/+184
2024-02-29Document which methods on `f32` are preciseTobias Bucher-0/+184
2024-02-29Document the precision of `f64` methodsTobias Bucher-0/+184
2024-02-29Rollup merge of #121778 - ibraheemdev:patch-19, r=RalfJungJacob Pratt-0/+3
2024-02-29Rollup merge of #121768 - ecton:condvar-unwindsafe, r=m-ou-seJacob Pratt-1/+5
2024-02-29Rollup merge of #119748 - tgross35:suggest-path-split, r=AmanieuJacob Pratt-1/+17
2024-02-29fix typosIbraheem Ahmed-3/+3
2024-02-29document potential memory leak in unbounded channelIbraheem Ahmed-0/+3
2024-02-29Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-seMatthias Krüger-207/+375
2024-02-28Implement unwind safety for CondvarJonathan Johnson-1/+5