| Age | Commit message (Expand) | Author | Lines |
| 2021-05-19 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+24 |
| 2021-05-19 | Remove test for crypto feature ahead of its removal | Adam Gemmell | -1/+0 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -11/+12 |
| 2021-05-19 | Replace `sys_common::util::dumb_print` with `rterr!` | Christiaan Dirkx | -18/+6 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -14/+10 |
| 2021-05-19 | Remove `sys_common::util::abort` | Christiaan Dirkx | -11/+6 |
| 2021-05-19 | Introduce `sys_common::rt::rterr!` | Christiaan Dirkx | -1/+9 |
| 2021-05-19 | Auto merge of #85458 - jackh726:rollup-zvvybmt, r=jackh726 | bors | -1/+1 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -1/+1 |
| 2021-05-19 | Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahc | bors | -1/+18 |
| 2021-05-18 | std: Attempt again to inline thread-local-init across crates | Alex Crichton | -0/+24 |
| 2021-05-18 | fix typo | Jorge Ferreira | -2/+2 |
| 2021-05-18 | Add diagnostic item to `CStr` | Mateusz Gacek | -0/+1 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -20/+281 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-17 | Rollup merge of #85409 - CDirkx:cfg_redox, r=nagisa | Ralf Jung | -1/+1 |
| 2021-05-17 | Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplett | Ralf Jung | -1/+1 |
| 2021-05-17 | Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)` | Christiaan Dirkx | -1/+1 |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -17/+121 |
| 2021-05-15 | Add doc aliases to `unit` | r00ster | -0/+3 |
| 2021-05-15 | Rollup merge of #85221 - ijackson:dbg-doc-re-tests, r=joshtriplett | Guillaume Gomez | -3/+4 |
| 2021-05-15 | Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm | Guillaume Gomez | -1/+1 |
| 2021-05-14 | Expand WASI abbreviation in docs | r00ster | -1/+1 |
| 2021-05-14 | add an example to explain std::io::Read::read returning 0 in some cases | Geoffroy Couprie | -1/+7 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -8/+10 |
| 2021-05-13 | Update compiler_builtins to 0.1.43 | Amanieu d'Antras | -1/+1 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -2/+2 |
| 2021-05-13 | Fix indentation in move keyword documentation | Thomas Otto | -2/+2 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-13 | Change "etc." to "and similar" | Ian Jackson | -1/+1 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -0/+2 |
| 2021-05-12 | dbg macro: Discuss use in tests, and slightly clarify | Ian Jackson | -3/+4 |
| 2021-05-12 | ExitStatusError: Remove mentions in stable docs | Ian Jackson | -27/+3 |
| 2021-05-12 | impl crate::error::Error for ExitStatusError | Ian Jackson | -0/+3 |
| 2021-05-12 | ExitStatusError: Be more verbose in Display impl | Ian Jackson | -1/+1 |
| 2021-05-12 | Fix typo in doc | Ian Jackson | -1/+1 |
| 2021-05-12 | unix: impl ExitStatusExt for ExitStatusError | Ian Jackson | -10/+76 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -13/+227 |
| 2021-05-11 | Fix typo in comment | Andrew Halle | -1/+1 |
| 2021-05-12 | Rollup merge of #85136 - shirshak55:master, r=dtolnay | Yuki Okushi | -10/+10 |
| 2021-05-11 | use the correct attributes and add helper function | Roxane | -2/+2 |
| 2021-05-11 | Override `clone_from` for some types | BenoƮt du Garreau | -1/+18 |
| 2021-05-11 | Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obk | bors | -1/+0 |
| 2021-05-11 | Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearth | bors | -1/+0 |
| 2021-05-11 | add missing windows tests | Michael Hall | -53/+140 |
| 2021-05-11 | add file_prefix method | Michael Hall | -36/+191 |
| 2021-05-11 | Remove an invalid `#[doc(inline)]` | LeSeulArtichaut | -1/+0 |
| 2021-05-10 | io::Seek::rewind: Set tracking issue | Ian Jackson | -1/+1 |
| 2021-05-10 | Fix typo in doc | Ian Jackson | -1/+1 |
| 2021-05-10 | io::Seek: Provide rewind() | Ian Jackson | -0/+35 |