| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -2/+2 |
| 2018-05-03 | Remove the deprecated std::net::{lookup_host,LookupHost} | Josh Stone | -68/+1 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -2/+2 |
| 2018-05-03 | update concat_idents doc stubs | Michael Lamparski | -2/+2 |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -0/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -8/+8 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -0/+4 |
| 2018-04-30 | Auto merge of #50345 - kennytm:rollup, r=kennytm | bors | -20/+42 |
| 2018-05-01 | Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv | kennytm | -1/+2 |
| 2018-05-01 | Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomez | kennytm | -19/+40 |
| 2018-04-30 | Auto merge of #50163 - kornelski:error, r=Kimundi | bors | -39/+26 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -1/+2 |
| 2018-04-29 | Add more links in panic docs | Pazzaz | -19/+40 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -0/+4 |
| 2018-04-28 | std: Inline `DefaultResizePolicy::new` | Alex Crichton | -0/+1 |
| 2018-04-25 | Suggest alternatives to Error::description() | Kornel | -1/+3 |
| 2018-04-25 | Move description of the Error trait to its own doc-comment | Simon Sapin | -39/+24 |
| 2018-04-24 | Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler | bors | -1/+4 |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -1/+17 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -0/+2 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -60/+135 |
| 2018-04-24 | Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum | kennytm | -2/+11 |
| 2018-04-24 | Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay | bors | -9/+11 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -8/+18 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+11 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -571/+42 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -4/+8 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+7 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -0/+4 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -1/+2 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -6/+28 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -556/+18 |
| 2018-04-21 | Remove unused methods on the private Wtf8 type | Simon Sapin | -14/+0 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+2 |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -2/+2 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+4 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -1/+2 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -2/+2 |
| 2018-04-19 | Rustfmt result (for relevant changes) to satisfy Travis line length check. | Nicholas Rishel | -1/+4 |
| 2018-04-19 | The prior check causes abstract unix domain sockets to return unnamed on Andr... | Nicholas Rishel | -1/+1 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -3/+1 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -6/+7 |
| 2018-04-17 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |
| 2018-04-17 | stabilize `hash_map_remove_entry` feature | tinaun | -2/+1 |
| 2018-04-17 | stabilize `nonnull_cast` feature | tinaun | -1/+0 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -1/+1 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -54/+197 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -4/+5 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -2/+2 |