about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-05-19Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...bors-0/+24
2021-05-19Remove test for crypto feature ahead of its removalAdam Gemmell-1/+0
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-11/+12
2021-05-19Replace `sys_common::util::dumb_print` with `rterr!`Christiaan Dirkx-18/+6
2021-05-19Replace `sys_common::util::report_overflow` with `rterr!`Christiaan Dirkx-14/+10
2021-05-19Remove `sys_common::util::abort`Christiaan Dirkx-11/+6
2021-05-19Introduce `sys_common::rt::rterr!`Christiaan Dirkx-1/+9
2021-05-19Auto merge of #85458 - jackh726:rollup-zvvybmt, r=jackh726bors-1/+1
2021-05-18Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkovJack Huey-1/+1
2021-05-19Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahcbors-1/+18
2021-05-18std: Attempt again to inline thread-local-init across cratesAlex Crichton-0/+24
2021-05-18fix typoJorge Ferreira-2/+2
2021-05-18Add diagnostic item to `CStr`Mateusz Gacek-0/+1
2021-05-18Auto merge of #82973 - ijackson:exitstatuserror, r=yaahcbors-20/+281
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-17Rollup merge of #85409 - CDirkx:cfg_redox, r=nagisaRalf Jung-1/+1
2021-05-17Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplettRalf Jung-1/+1
2021-05-17Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)`Christiaan Dirkx-1/+1
2021-05-15Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-sebors-17/+121
2021-05-15Add doc aliases to `unit`r00ster-0/+3
2021-05-15Rollup merge of #85221 - ijackson:dbg-doc-re-tests, r=joshtriplettGuillaume Gomez-3/+4
2021-05-15Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytmGuillaume Gomez-1/+1
2021-05-14Expand WASI abbreviation in docsr00ster-1/+1
2021-05-14add an example to explain std::io::Read::read returning 0 in some casesGeoffroy Couprie-1/+7
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-8/+10
2021-05-13Update compiler_builtins to 0.1.43Amanieu d'Antras-1/+1
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-2/+2
2021-05-13Fix indentation in move keyword documentationThomas Otto-2/+2
2021-05-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-13Change "etc." to "and similar"Ian Jackson-1/+1
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-0/+2
2021-05-12dbg macro: Discuss use in tests, and slightly clarifyIan Jackson-3/+4
2021-05-12ExitStatusError: Remove mentions in stable docsIan Jackson-27/+3
2021-05-12impl crate::error::Error for ExitStatusErrorIan Jackson-0/+3
2021-05-12ExitStatusError: Be more verbose in Display implIan Jackson-1/+1
2021-05-12Fix typo in docIan Jackson-1/+1
2021-05-12unix: impl ExitStatusExt for ExitStatusErrorIan Jackson-10/+76
2021-05-12Provide ExitStatusErrorIan Jackson-13/+227
2021-05-11Fix typo in commentAndrew Halle-1/+1
2021-05-12Rollup merge of #85136 - shirshak55:master, r=dtolnayYuki Okushi-10/+10
2021-05-11use the correct attributes and add helper functionRoxane-2/+2
2021-05-11Override `clone_from` for some typesBenoƮt du Garreau-1/+18
2021-05-11Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obkbors-1/+0
2021-05-11Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearthbors-1/+0
2021-05-11add missing windows testsMichael Hall-53/+140
2021-05-11add file_prefix methodMichael Hall-36/+191
2021-05-11Remove an invalid `#[doc(inline)]`LeSeulArtichaut-1/+0
2021-05-10io::Seek::rewind: Set tracking issueIan Jackson-1/+1
2021-05-10Fix typo in docIan Jackson-1/+1
2021-05-10io::Seek: Provide rewind()Ian Jackson-0/+35