| Age | Commit message (Expand) | Author | Lines |
| 2018-04-04 | Use box syntax instead of Box::new in Mutex::remutex on Windows | Mike Hommey | -1/+1 |
| 2018-04-04 | Rollup merge of #49619 - durka:patch-46, r=steveklabnik | kennytm | -2/+2 |
| 2018-04-04 | Rollup merge of #49612 - tmccombs:stabilize-getpid, r=kennytm | kennytm | -1/+1 |
| 2018-04-04 | Rollup merge of #49599 - rolfvandekrol:feature/no_ru, r=frewsxcv | kennytm | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -10/+61 |
| 2018-04-03 | Stabilize parent_id() | Thayne McCombs | -1/+1 |
| 2018-04-03 | Add performance notes to BufReader/BufWriter docs | Matt Brubeck | -0/+12 |
| 2018-04-03 | Cross-reference fs::read functions from io::Read docs | Matt Brubeck | -0/+10 |
| 2018-04-03 | tweak format_args! docs | Alex Burka | -2/+2 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -177/+1 |
| 2018-04-03 | Fix imports | Tatsuyuki Ishi | -1/+1 |
| 2018-04-02 | Fix "since" version for getpid feature. | Thayne McCombs | -1/+1 |
| 2018-04-02 | Fix typo | Rolf van de Krol | -1/+1 |
| 2018-04-02 | Add performance note to fs::read docs | Matt Brubeck | -2/+6 |
| 2018-04-02 | Auto merge of #49580 - glandium:core-heap, r=SimonSapin | bors | -2/+4 |
| 2018-04-02 | Use Alloc and Layout from core::heap. | Mike Hommey | -2/+4 |
| 2018-04-01 | Stabilize `std::process::id()` | Thayne McCombs | -2/+1 |
| 2018-04-01 | Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN | bors | -2/+80 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -5/+5 |
| 2018-03-31 | Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNN | bors | -2/+2 |
| 2018-03-31 | Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichton | bors | -0/+23 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -1/+2 |
| 2018-03-30 | Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichton | bors | -0/+1 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -5/+5 |
| 2018-03-30 | fs_read_write_bytes stabilized in 1.26.0 | Matt Brubeck | -2/+2 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -0/+1 |
| 2018-03-30 | Revert "Add TryFrom and TryInto to the prelude" | Simon Sapin | -2/+0 |
| 2018-03-30 | Fix doctest | Steven Fackler | -0/+1 |
| 2018-03-30 | Make UNIX_EPOCH an associated constant of SystemTime | Steven Fackler | -0/+22 |
| 2018-03-30 | Auto merge of #49422 - mbrubeck:fs_read, r=TimNN | bors | -6/+2 |
| 2018-03-29 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+6 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -1/+2 |
| 2018-03-29 | Hide the Bound type in docs at its deprecated location in std::collections | Simon Sapin | -0/+1 |
| 2018-03-29 | Hide the deprecated std::collections::range module from docs | Simon Sapin | -0/+1 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -2/+6 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+2 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -0/+124 |
| 2018-03-28 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+4 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -1127/+1130 |
| 2018-03-28 | std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -2/+3 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -0/+124 |
| 2018-03-28 | Stabilize fs::read and fs::write | Matt Brubeck | -6/+2 |
| 2018-03-28 | Clarify network byte order conversions for integer / IP address conversions. | Corey Farwell | -2/+80 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -1127/+1130 |
| 2018-03-28 | Use mprotect instead of mmap | Tatsuyuki Ishi | -3/+2 |
| 2018-03-28 | Address nits and tidy errors. | Fabian Zaiser | -4/+4 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -2/+18 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+124 |
| 2018-03-26 | Add TryFrom and TryInto to the prelude | Simon Sapin | -0/+2 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -4/+3 |