| Age | Commit message (Expand) | Author | Lines |
| 2018-05-10 | Auto merge of #50611 - alexcrichton:rollup, r=alexcrichton | bors | -21/+23 |
| 2018-05-10 | Auto merge of #50331 - MartinHusemann:master, r=Kimundi | bors | -2/+11 |
| 2018-05-10 | Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv | Alex Crichton | -17/+15 |
| 2018-05-10 | Rollup merge of #50572 - frewsxcv:frewsxcv-fma, r=sfackler | Alex Crichton | -4/+8 |
| 2018-05-09 | make std::str link into See also link | Michael Lamparski | -5/+3 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -12/+12 |
| 2018-05-09 | Clarify in the docs that `mul_add` is not always faster. | Corey Farwell | -4/+8 |
| 2018-05-09 | Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus | kennytm | -4/+4 |
| 2018-05-09 | Rollup merge of #49988 - clarcharr:never_docs, r=steveklabnik | kennytm | -0/+53 |
| 2018-05-07 | Add explanation for #[must_use] on mutex guards | Manish Goregaokar | -4/+4 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -2/+2 |
| 2018-05-05 | Fixed typos | Clar Charr | -6/+7 |
| 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-02 | Add comments and unify guard page setup. | Martin Husemann | -16/+13 |
| 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-30 | Map the stack guard page with max protection on NetBSD | Martin Husemann | -4/+16 |
| 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 |