about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-1/+0
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-1/+0
2021-04-04Bump cfgsMark Rousskov-4/+1
2021-04-04Add `#[inline]` to IpAddr methodsAngelicosPhosphoros-0/+3
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-1/+0
2021-04-04Rollup merge of #83780 - matklad:doc-error-message, r=JohnTitorYuki Okushi-8/+15
2021-04-04Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-seYuki Okushi-10/+21
2021-04-02Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnayDylan DPC-7/+16
2021-04-02Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnayDylan DPC-33/+220
2021-04-02Remove `debug_assert`Christiaan Dirkx-4/+1
2021-04-02Introduce `get_process_heap` and fix atomic ordering.Christiaan Dirkx-13/+22
2021-04-02Rollup merge of #83740 - obi1kenobi:patch-1, r=joshtriplettYuki Okushi-1/+1
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