about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-06-21Merge `sys_common::bytestring` into `os_str_bytes`Christiaan Dirkx-50/+28
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-21/+9
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-162/+194
2021-06-20Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-sebors-78/+92
2021-06-20ErrorKind: Add missing full stopsIan Jackson-3/+3
2021-06-20ErrorKind::FilesystemLoop: Generalise dscriptionIan Jackson-3/+4
2021-06-20Squashed implementation of the passAlex Vlasov-1/+1
2021-06-20Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu...Christiaan Dirkx-0/+3
2021-06-20Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)`Christiaan Dirkx-8/+4
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-70/+85
2021-06-20Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-sebors-1/+14
2021-06-19Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-sebors-15/+31
2021-06-19Remove `Ipv4Addr::is_ietf_protocol_assignment`Christiaan Dirkx-51/+6
2021-06-19Change entry point to 🛡️ against 💥 💥-payloadsSimonas Kazlauskas-15/+31
2021-06-19Windows: Fix `Command::env_clear` so it worksChris Denton-0/+6
2021-06-19Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011bors-3/+3
2021-06-19Account for self.extra in size_hint for EncodeWideDeadbeef-1/+14
2021-06-18Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-sebors-0/+41
2021-06-18ErrorKind::NotSeekable: Fix reference to File::open()Ian Jackson-1/+1
2021-06-18ErrorKind: Windows: Fix tidyIan Jackson-2/+1
2021-06-18ErrorKind: Windows: Fix botched rebaseIan Jackson-2/+0
2021-06-18ErrorKind: Provide many more ErrorKinds, motivated by Unix errnosIan Jackson-0/+157
2021-06-18Windows error codes: Add two missing onesIan Jackson-0/+2
2021-06-18Windows error codes: Add very very many from mingwIan Jackson-17/+1846
2021-06-18Windows error codes: Move to a separate moduleIan Jackson-49/+56
2021-06-18windows errors: Change type name for ERROR_SHARING_VIOLATIONIan Jackson-1/+1
2021-06-18ErrorKind: Fix a spurious spaceIan Jackson-1/+1
2021-06-18Auto merge of #85747 - maxwase:path-symlinks-methods, r=m-ou-sebors-0/+52
2021-06-18ErrorKind: Reformat the mapping table (windows)Ian Jackson-22/+24
2021-06-18ErrorKind: Reformat the mapping table (unix)Ian Jackson-17/+19
2021-06-18ErrorKind: Reformat the error string tableIan Jackson-21/+22
2021-06-18Add `IpAddr::is_benchmarking`Christiaan Dirkx-3/+36
2021-06-18Add `Ipv6Addr::is_benchmarking`Christiaan Dirkx-29/+67
2021-06-18`no_run` and `ignore` doc attributesMax Wase-2/+4
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-3/+3
2021-06-17Update tracking issueYuhanLiin-1/+1
2021-06-17Rollup merge of #86357 - de-vri-es:simplify-repeated-cfg-ifs, r=m-ou-seMara Bos-100/+10
2021-06-17Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-seMara Bos-3/+96
2021-06-17Rollup merge of #85925 - clarfonthey:lerp, r=m-ou-seMara Bos-0/+191
2021-06-17Rely on libc for correct integer types in os/unix/net/ancillary.rs.Maarten de Vries-100/+10
2021-06-17Rollup merge of #85802 - Thomasdezeeuw:ioslice-advance, r=m-ou-seYuki Okushi-30/+81
2021-06-17Fix typos in code examples.Mara Bos-2/+2
2021-06-17Document how Windows compares environment variablesChris Denton-3/+22
2021-06-17rename `remaining` to `remaining_slice` and add a new `remaining`Sören Meier-8/+34
2021-06-17Rollup merge of #86141 - amorison:link-ref-in-doc-dyn-keyword, r=kennytmYuki Okushi-2/+5
2021-06-16Update tracking issueSören Meier-2/+2
2021-06-16Auto merge of #86179 - the8472:revere-path-cmp, r=kennytmbors-1/+1
2021-06-16Auto merge of #85820 - CDirkx:is_unicast_site_local, r=joshtriplettbors-52/+1
2021-06-15Document IPv4-mapped and IPv4-compatible addresses.Christiaan Dirkx-14/+72
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-60/+70