about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-01-21Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnikYuki Okushi-15/+15
2021-01-21Document why cannot use concat! in dbg!Lzu Tao-0/+4
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-27/+32
2021-01-20Document security implications of std::env::temp_dirJosh Triplett-6/+9
2021-01-20Dont prefix 0x when `dbg!(ipv6)`Lzu Tao-2/+5
2021-01-20Use slice::split_first instead of manuall slicingLzu Tao-2/+2
2021-01-19Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAusbors-22/+78
2021-01-19Make 'static bound on panic_any explicit.Mara Bos-1/+1
2021-01-19Stabilize std::panic::panic_any.Mara Bos-1/+1
2021-01-19Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-sebors-0/+99
2021-01-17Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnaybors-4/+14
2021-01-17Don't use posix_spawn_file_actions_addchdir_np on macOS.Eric Huss-4/+14
2021-01-17Add benchmark and fast path for BufReader::read_exactBen Kimock-17/+47
2021-01-16Rollup merge of #80681 - ChrisJefferson:logic-error-doc, r=m-ou-seMara Bos-1/+6
2021-01-16Clarify what the effects of a 'logic error' areChris Jefferson-1/+6
2021-01-15Update library/std/src/thread/mod.rs James Wright-0/+1
2021-01-15Clarify difference between unix/windows behaviourJames Wright-0/+8
2021-01-14std: Update wasi-libc commit of the wasm32-wasi targetAlex Crichton-22/+78
2021-01-14Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-seMara Bos-4/+6
2021-01-14Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-seMara Bos-12/+10
2021-01-14Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-seMara Bos-0/+48
2021-01-14Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514Mara Bos-7/+12
2021-01-14Rollup merge of #79982 - ijackson:exit-status, r=dtolnayMara Bos-3/+131
2021-01-13Fix typos in Fuchsia unix_process_wait_moreDavid Tolnay-2/+2
2021-01-13ExitStatusExt: Fix build on FuchsiaIan Jackson-0/+44
2021-01-13Fix typo saeled -> sealedDavid Tolnay-2/+2
2021-01-13ExitStatusExt windows: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13ExitStatusExt unix: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13unix ExitStatus: Add tracking issue to new methodsIan Jackson-4/+4
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13unix ExitStatus: Provide .continued()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .stopped_signal()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .core_dumpedIan Jackson-0/+12
2021-01-13unix ExitStatus: Provide .into_raw()Ian Jackson-0/+12
2021-01-13unix ExitStatus: Clarify docs for .signal()Ian Jackson-0/+2
2021-01-13unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALEDIan Jackson-1/+1
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-7/+7
2021-01-13deprecate atomic::spin_loop_hint in favour of hint::spin_loopAshley Mannix-4/+6
2021-01-13Rollup merge of #80736 - KodrAus:feat/lazy-resolve, r=dtolnayDylan DPC-10/+39
2021-01-11Add docs on performanceCamelid-0/+13
2021-01-11clarify docs a bitSteven Fackler-4/+3
2021-01-11make check a bit more clearSteven Fackler-2/+3
2021-01-11clean up control flowSteven Fackler-11/+2
2021-01-11Fix handling of malicious Readers in read_to_endSteven Fackler-1/+8
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-2/+3
2021-01-10Rollup merge of #80774 - LingMan:patch-1, r=nagisaYuki Okushi-2/+3
2021-01-10Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy...bors-4/+4
2021-01-09Auto merge of #80755 - sunfishcode:path-cleanup/copy, r=nagisabors-4/+6