| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+2 |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+4 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -1/+2 |
| 2018-04-19 | [beta] Tweak some stabilizations in libstd | Alex Crichton | -2/+2 |
| 2018-04-05 | Fix "since" version for getpid feature. | Thayne McCombs | -1/+1 |
| 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 | 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 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -1127/+1130 |
| 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-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 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -14/+8 |
| 2018-03-26 | fix last two tidy | Mark Mansi | -6/+1 |
| 2018-03-26 | Fix a few more | Mark Mansi | -2/+2 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -2/+2 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -4/+3 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Rollup merge of #49346 - Diggsey:hashmap-get-pair, r=Mark-Simulacrum | Tim Neumann | -0/+28 |
| 2018-03-26 | Rollup merge of #48932 - Phlosioneer:43601-document-opaque-size, r=KodrAus | Tim Neumann | -0/+24 |
| 2018-03-26 | Auto merge of #49351 - pthariensflame:patch-1, r=oli-obk | bors | -1/+1 |
| 2018-03-25 | Implement get_key_value for HashMap, BTreeMap | Diggory Blake | -0/+28 |
| 2018-03-25 | Minor formatting consistency fix. | Alexander Ronald Altman | -1/+1 |
| 2018-03-25 | Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplett | bors | -7/+5 |
| 2018-03-24 | Add backticks | Phlosioneer | -7/+7 |