about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
2021-06-15Fix copy-paste error in sys/hermit error message.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-74/+86
2021-06-15Rollup merge of #86314 - Veykril:patch-2, r=JohnTitorYuki Okushi-2/+1
2021-06-15Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplettYuki Okushi-10/+23
2021-06-15Rollup merge of #85792 - mjptree:refactor-windows-sockets, r=JohnTitorYuki Okushi-133/+173
2021-06-15Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplettYuki Okushi-0/+4
2021-06-15Rollup merge of #80269 - pickfire:patch-4, r=joshtriplettYuki Okushi-7/+46
2021-06-15add explicit hidden file name testsMichael Hall-0/+26
2021-06-15simplify logic for split_file_at_dotMichael Hall-8/+4
2021-06-15Update keyword_docs.rsLukas Wirth-2/+1
2021-06-14Stabilize {std, core}::prelude::rust_*.Mara Bos-10/+23
2021-06-14Add functions `Duration::try_from_secs_{f32, f64}`mbartlett21-0/+4
2021-06-14run tidyEthan Brierley-1/+1
2021-06-14stabilize `int_error_matching`Ethan Brierley-7/+1
2021-06-14Stabilize `maybe_uninit_ref`Yuki Okushi-1/+0
2021-06-13Change tracking issueltdk-2/+2
2021-06-13More lerp tests, altering lerp docsltdk-26/+118