about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-04-02Document "standard" conventions for error messagesAleksey Kladov-8/+15
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-3/+6
2021-04-01Fix stack overflow detection on FreeBSD 11.1+Alan Somers-7/+16
2021-04-01Fix minor typo in once.rsPredrag Gruevski-1/+1
2021-03-31Apply suggestions from code reviewFrank Steffahn-2/+2
2021-03-31Add a few missing links, fix a typoFrank Steffahn-8/+8
2021-03-31Fix documentation of conversion from String to OsStringFrank Steffahn-1/+1
2021-03-31Rollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPCDylan DPC-9/+12
2021-03-31Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514Dylan DPC-1/+5
2021-03-31Rollup merge of #80720 - steffahn:prettify_prelude_imports, r=camelid,jyn514Dylan DPC-32/+32
2021-03-30Auto merge of #83652 - xu-cheng:ipv4-octal, r=sfacklerbors-1/+23
2021-03-30update for loop desugaring docsIbraheem Ahmed-9/+12
2021-03-30Fix Self keyword doc URL conflict on case insensitive file systemsGuillaume Gomez-1/+5
2021-03-30Auto merge of #83170 - joshtriplett:spawn-cleanup, r=kennytmbors-33/+27
2021-03-30Disallow octal format in Ipv4 stringCheng XU-1/+23
2021-03-30Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplettDylan DPC-23/+34
2021-03-29Simplify Command::spawn (no semantic change)Josh Triplett-33/+27
2021-03-29Change back prelude headlineFrank Steffahn-1/+1
2021-03-29ffi::c_str smaller as_bytesklensy-2/+4
2021-03-28ffi::c_str added tests for empty stringsklensy-0/+16
2021-03-27Rollup merge of #83555 - m-ou-se:inline-io-error-new-const, r=jackh726Dylan DPC-0/+8
2021-03-27Rollup merge of #83522 - pickfire:patch-6, r=JohnTitorDylan DPC-9/+9
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-2/+3
2021-03-28Rollup merge of #83561 - m-ou-se:lock-debug, r=jackh726Yuki Okushi-8/+16
2021-03-28Rollup merge of #83560 - m-ou-se:io-chain-debug, r=sfacklerYuki Okushi-7/+1
2021-03-28Rollup merge of #83559 - m-ou-se:rwlock-guard-debug-fix, r=jackh726Yuki Okushi-2/+2
2021-03-28Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726Yuki Okushi-15/+21
2021-03-28Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplettYuki Okushi-3/+3
2021-03-28Rollup merge of #79399 - pickfire:patch-3, r=JohnTitorYuki Okushi-3/+3
2021-03-27Improve fs error open_from unixIvan Tham-9/+9
2021-03-27Use detailed and shorter fs error explainationIvan Tham-3/+3
2021-03-27Improve Debug implementations of Mutex and RwLock.Mara Bos-8/+16
2021-03-27Derive Debug for io::Chain instead of manually implementing it.Mara Bos-7/+1
2021-03-27Fix Debug implementation for RwLock{Read,Write}Guard.Mara Bos-2/+2
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-15/+21
2021-03-27Add #[inline] to io::Error methods.Mara Bos-0/+8
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-3/+5
2021-03-27Rollup merge of #83524 - faern:document-socketaddr-mem-layout, r=sfacklerYuki Okushi-2/+8
2021-03-26unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDsReyk Floeter-23/+34
2021-03-26Document that the SocketAddr memory representation is not stableLinus Färnstrand-2/+8
2021-03-26Use iter::zip in library/Josh Stone-2/+3
2021-03-26Cache `GetProcessHeap`Christiaan Dirkx-16/+54
2021-03-26Apply suggestions from code reviewCDirkx-2/+4
2021-03-26Rework `std::sys::windows::alloc`Christiaan Dirkx-32/+173
2021-03-26Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytmDylan DPC-2/+2
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-7/+4
2021-03-25ExitStatusExt: Fix missing word in two docs messagesIan Jackson-2/+2
2021-03-25ExitStatus: print "exit status: {}" rather than "exit code: {}"Ian Jackson-3/+3
2021-03-24comment posCount Count-1/+1
2021-03-24assert!() instead of panic!() for expected invariantCount Count-32/+30