| Age | Commit message (Expand) | Author | Lines |
| 2018-06-28 | Change traits to bare FnMut where possible. | moxian | -111/+67 |
| 2018-06-28 | Make msvc symbol extraction/printing functions generic. | moxian | -103/+137 |
| 2018-06-28 | Make stackwalking generic instead of matching on enum variants. | moxian | -133/+147 |
| 2018-06-28 | Load backtrace-related functions only once | moxian | -41/+77 |
| 2018-06-28 | Split separate stackwalk variants into their own functions | moxian | -204/+238 |
| 2018-06-28 | Add a fallback for stacktrace printing for older Windows versions. | moxian | -108/+331 |
| 2018-06-13 | Add missing allow_missing_docs | Guillaume Gomez | -0/+1 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -11/+21 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -0/+4 |
| 2018-04-17 | Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton | kennytm | -1/+1 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -8/+8 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -13/+23 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+4 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -2/+2 |
| 2018-04-07 | Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrum | kennytm | -0/+1 |
| 2018-04-05 | Rollup merge of #49686 - memoryleak47:typo, r=alexcrichton | Alex Crichton | -1/+1 |
| 2018-04-05 | std: Inline some Termination-related methods | Alex Crichton | -0/+1 |
| 2018-04-05 | typos | memoryleak47 | -1/+1 |
| 2018-04-04 | Use box syntax instead of Box::new in Mutex::remutex on Windows | Mike Hommey | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -0/+1 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -0/+5 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -49/+49 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -49/+49 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-24 | Fix build on non-Unix platforms | Tatsuyuki Ishi | -0/+1 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -1/+0 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -1/+13 |
| 2018-02-17 | Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi | bors | -21/+44 |
| 2018-02-11 | Add an unstable FileTypeExt extension trait for Windows | Peter Atashian | -0/+21 |
| 2018-02-03 | Somehow this function got flipped around | Peter Atashian | -3/+3 |
| 2018-02-03 | Go back to files directories and symlinks being mutually exclusive | Peter Atashian | -13/+17 |
| 2018-02-01 | This internal only method is no longer needed. | Peter Atashian | -3/+0 |
| 2018-02-01 | Rewrite remove_dir_all to be correct | Peter Atashian | -3/+5 |
| 2018-02-01 | This is what FileType on Windows should ideally be. | Peter Atashian | -20/+19 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -2/+3 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -37/+52 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -11/+3 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -47/+59 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -47/+59 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -1/+1 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -1/+8 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -1/+1 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+24 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -1/+2 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -6/+7 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -0/+104 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -1/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -39/+27 |