| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Fix wrong deref | lzutao | -2/+2 |
| 2020-03-16 | Use sublice patterns to avoid computing the len | lzutao | -12/+4 |
| 2020-03-07 | reduce references on match patterns (clippy::match_ref_pats) | Matthias Krüger | -5/+5 |
| 2020-03-07 | Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_wit... | Matthias Krüger | -1/+1 |
| 2020-02-11 | Fix failing backtrace ui tests | Jane Lusby | -0/+1 |
| 2020-01-20 | refactor fix using cfg_if! (fix build on Solaris) | Vita Batrla | -0/+1 |
| 2020-01-18 | refactor fix using cfg_if! (fix build) | Vita Batrla | -6/+16 |
| 2020-01-17 | refactor fix using cfg_if! | Vita Batrla | -120/+55 |
| 2020-01-17 | Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD and Solaris | Vita Batrla | -18/+50 |
| 2020-01-10 | Inline to make OsStr::is_empty zero cost | Lzu Tao | -0/+1 |
| 2020-01-06 | Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton | bors | -1/+2 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -2/+2 |
| 2020-01-01 | Add support for RISC-V 64-bit GNU/Linux | msizanoen1 | -1/+2 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -88/+126 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -2/+2 |
| 2019-12-09 | inline some common methods on OsStr | Lzu Tao | -0/+2 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -314/+346 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -1/+1 |
| 2019-11-11 | Don't attempt to get cwd when printing backtrace under Miri | Aaron Hill | -1/+8 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -29/+39 |
| 2019-10-16 | doc: fix typo in OsStrExt and OsStringExt | Ben Boeckel | -4/+4 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -0/+2 |
| 2019-09-25 | std: Reduce checks for `feature = "backtrace"` | Alex Crichton | -25/+35 |
| 2019-09-16 | avoid #[cfg] in favor of cfg! | Ralf Jung | -2/+0 |
| 2019-09-14 | rename the crate, not the feature | Ralf Jung | -5/+5 |
| 2019-09-14 | std: always depend on backtrace, but only enable its features on demand | Ralf Jung | -2/+4 |
| 2019-09-11 | Auto merge of #64154 - alexcrichton:std-backtrace, r=sfackler | bors | -54/+65 |
| 2019-09-09 | Always show backtrace on Fuchsia | Taylor Cramer | -0/+6 |
| 2019-09-09 | std: Add a `backtrace` module | Alex Crichton | -54/+65 |
| 2019-09-08 | Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton | Mazdak Farrokhzad | -146/+89 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -37/+14 |
| 2019-09-04 | Use backtrace formatting from the backtrace crate | Taylor Cramer | -146/+89 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+6 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+6 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -1/+0 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -1/+2 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-10 | std: Remove internal definitions of `cfg_if!` macro | Alex Crichton | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -337/+153 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -2/+2 |
| 2019-04-30 | Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton | bors | -4/+6 |
| 2019-04-29 | Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton | Mazdak Farrokhzad | -3/+3 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -3/+3 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -3/+3 |
| 2019-04-23 | Debug-print error when using rtunwrap | Jethro Beekman | -4/+6 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -5/+3 |