about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-05-19Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...bors-0/+24
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-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-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-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+1
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-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
2021-05-10io::Seek: Mention that seeking can fail due to buffer flush failIan Jackson-0/+2
2021-05-10change k to key and v to v in std::env modshirshak55-10/+10
2021-05-10windows: provide NonZeroDWORDIan Jackson-0/+2
2021-05-09remove const_fn feature gateRalf Jung-1/+0
2021-05-07panic/fork test: Do not run on emscriptenIan Jackson-0/+1
2021-05-07Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisaDylan DPC-6/+7
2021-05-07Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-seDylan DPC-1/+1
2021-05-07Rollup merge of #84655 - CDirkx:wasm, r=m-ou-seDylan DPC-65/+14
2021-05-07Rearrange SGX split module filesJethro Beekman-6/+7
2021-05-07SGX mutex is movableJethro Beekman-1/+1
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-0/+3
2021-05-07panic tests: Command: Test that we do not unwind past forkIan Jackson-0/+23
2021-05-07unix process: pre_exec: Discuss panic safetyIan Jackson-0/+6
2021-05-07panic/fork: Command: Do not unwind after fork() in childIan Jackson-0/+1