about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-05-11Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplettYuki Okushi-43/+7
2022-05-10Expose process main_thread_handle on Windowsunknown-7/+52
2022-05-09Implement [OsStr]::joinest31-0/+33
2022-05-09Rollup merge of #96841 - thomcc:revert-osstr-join, r=m-ou-seMatthias Krüger-33/+0
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-26/+46
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-43/+7
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-163/+157
2022-05-09Auto merge of #96802 - gimbles:windows_slice, r=thomccbors-0/+1
2022-05-08Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearthbors-0/+1
2022-05-08Revert "Implement [OsStr]::join", which was merged without FCPThom Chiovoloni-33/+0
2022-05-08fix panic in Path::strip_prefixname1e5s-1/+13
2022-05-08Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995bors-0/+3
2022-05-07Rollup merge of #96671 - mgeisler:current-exe-docstring, r=Mark-SimulacrumMatthias Krüger-30/+17
2022-05-07Rollup merge of #96586 - ear7h:master, r=joshtriplettMatthias Krüger-0/+2
2022-05-07Auto merge of #96657 - cuviper:time64, r=joshtriplettbors-168/+205
2022-05-07[fix] remove pub(crate) visibilitygimbles-1/+1
2022-05-06Rollup merge of #96701 - kraktus:alloc_example_2018_edition, r=Mark-SimulacrumMichael Goulet-2/+0
2022-05-06Mark locks in std lib with clippy::has_significant_dropPreston From-0/+3
2022-05-06This is a pretty good start if you ask meJane Lusby-1/+132
2022-05-06Share more unix SystemTime codeJosh Stone-101/+57
2022-05-06[feat] Make sys::windows::os_str::Slice repr(transparent)gimbles-1/+2
2022-05-06Use statx's 64-bit times on 32-bit linux-gnuJosh Stone-41/+97
2022-05-06Use __clock_gettime64 on 32-bit linux-gnuJosh Stone-0/+27
2022-05-06unix: always use 64-bit TimespecJosh Stone-67/+65
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-0/+9
2022-05-06Auto merge of #96510 - m-ou-se:futex-bsd, r=Amanieubors-47/+169
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+9
2022-05-05Rollup merge of #96744 - est31:join_osstr, r=thomccMichael Goulet-0/+33
2022-05-05Implement [OsStr]::joinest31-0/+33
2022-05-05Remove condvar::two_mutexes test.Mara Bos-21/+0
2022-05-05Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-sebors-1/+4
2022-05-05Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-...Yuki Okushi-2/+8
2022-05-05Rollup merge of #96616 - akiekintveld:min_stack_relaxed_ordering, r=joshtriplettYuki Okushi-2/+2
2022-05-05Make it clear that `to_ipv4` returns an IPv4 address for the IPv6 loopbackTobias Bucher-1/+4
2022-05-04update `jemallocator` example to use 2018 edition import syntaxkraktus-2/+0
2022-05-03std::io: Modify some ReadBuf method signatures to return `&mut Self`Nick Cameron-7/+11
2022-05-03Remove hard links from `env::current_exe` security exampleMartin Geisler-30/+17
2022-05-03Round timeouts up to infinite in futex_wait on DragonFlyBSD.Mara Bos-9/+8
2022-05-03Add #[cfg] in cfg_if for linux in unix/futex.Mara Bos-3/+5
2022-05-03Don't use futexes on netbsd.Mara Bos-44/+5
2022-05-02Fix nitsPyry Kontio-2/+2
2022-05-01Add commentAustin Kiekintveld-0/+2
2022-05-01Fix formattingAustin Kiekintveld-2/+6
2022-05-01Relax memory ordering used in SameMutexCheckAustin Kiekintveld-1/+1
2022-05-01Relax memory ordering used in `min_stack`Austin Kiekintveld-2/+2
2022-05-01Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomezbors-0/+7
2022-05-01Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrumbors-6/+6
2022-05-01Fix some links in the standard libraryVadim Petrochenkov-0/+7
2022-04-30add aliases for std::fs::canonicalizejulio-0/+2
2022-04-29Disable pthread thread parker on futex platforms.Mara Bos-1/+5