about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-06-19Update the doc for std::prelude, removing the "technical part" sectionAlexis Bourget-16/+0
2020-06-19Using xsave restore to restore complete FPU stateRaoul Strackx-12/+1
2020-06-19Remove old commented codeNathan West-2/+0
2020-06-19Fixed missing `mut`Nathan West-1/+1
2020-06-19Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievinkRalf Jung-2/+4
2020-06-19Rollup merge of #73142 - ehuss:std-benches, r=dtolnayRalf Jung-0/+5
2020-06-19Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnayRalf Jung-10/+6
2020-06-19Converted all platform-specific stdin/stdout/stderr implementations to io traitsNathan West-54/+49
2020-06-18Remove now-redundant branchBenjamin Saunders-10/+2
2020-06-18Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmasterManish Goregaokar-0/+15
2020-06-18Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakisManish Goregaokar-0/+1
2020-06-18Improve wait_timeout_sgx, simplify usercalls::waitMohsen Zohrevandi-28/+56
2020-06-18Ensure std benchmarks get tested.Eric Huss-0/+5
2020-06-18Prevent attacker from manipulating FPU tag word used in SGX enclaveRaoul Strackx-0/+7
2020-06-18Document format correctionqy3u-2/+4
2020-06-17Restore some write_fmtsNathan West-0/+6
2020-06-17Removed write_fmt forwarding, to fix recursive borrow issuesNathan West-12/+0
2020-06-16Rollup merge of #73389 - lzutao:from, r=kennytmDylan DPC-8/+2
2020-06-16Rollup merge of #73373 - lzutao:bug-trackcaller, r=AmanieuDylan DPC-10/+3
2020-06-16Use `Ipv4Addr::from<[u8; 4]>` when possibleLzu Tao-8/+2
2020-06-15Complete the std::time documentation to warn about the inconsistencies betwee...Alexis Bourget-0/+15
2020-06-15Join mutiple lines if it is more readableLzu Tao-10/+3
2020-06-15Rollup merge of #73331 - hermitcore:listen, r=kennytmRalf Jung-47/+86
2020-06-15Rollup merge of #73304 - dtolnay:socketeq, r=Mark-SimulacrumRalf Jung-40/+5
2020-06-15Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnayRalf Jung-6/+183
2020-06-15Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnayRalf Jung-0/+54
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15add comment about the usage of ArcStefan Lankes-0/+3
2020-06-15use Ipv6Addr::from to build the IPv6 addressStefan Lankes-24/+2
2020-06-15Revert "simplify conversion to IpAddr::V6"Stefan Lankes-2/+18
2020-06-15Revert "changes to pass the format check"Stefan Lankes-4/+10
2020-06-15remove obsolete lineStefan Lankes-1/+0
2020-06-15changes to pass the format checkStefan Lankes-10/+4
2020-06-14simplify conversion to IpAddr::V6Stefan Lankes-18/+2
2020-06-14Update to use the new error type and correctly compile the doc testsAlexis Bourget-16/+21
2020-06-14Add a new error type for the new methodAlexis Bourget-0/+98
2020-06-14Removing the TryFrom implAlexis Bourget-14/+0
2020-06-14use latest interface to HermitCoreStefan Lankes-1/+1
2020-06-14remove unused functionStefan Lankes-6/+0
2020-06-13add TcpListener support for HermitCoreStefan Lankes-46/+111
2020-06-13Add test for comparing SocketAddr with inferred right-hand sideDavid Tolnay-0/+5
2020-06-13Rewrap comments in Mutex exampleDavid Tolnay-11/+11
2020-06-13Clarify the scope-related explanation Poliorcetics-3/+2
2020-06-13Apply suggestions from code reviewPoliorcetics-5/+5
2020-06-13add link list of error codes on docs.microsoft.comCarsten Andrich-0/+2
2020-06-12Revert heterogeneous SocketAddr PartialEq implsDavid Tolnay-40/+0
2020-06-12Handle spurious wakeups in wait_timeout_sgxMohsen Zohrevandi-6/+14
2020-06-12Enable some timeouts in SGX platformMohsen Zohrevandi-31/+179
2020-06-12add raw_ref macrosRalf Jung-0/+1
2020-06-11Make a note about is_dir vs is_file in Path tooAlexis Bourget-4/+8