| Age | Commit message (Expand) | Author | Lines |
| 2018-05-24 | remove collections::range::RangeArgument | Cory Sherman | -8/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -91/+3 |
| 2018-05-17 | Store ENOSYS in a global to avoid unnecessary system calls | Nicolas Koch | -10/+25 |
| 2018-05-17 | Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton | kennytm | -0/+80 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -7/+2 |
| 2018-05-17 | Rollup merge of #50736 - udoprog:env-try-op, r=shepmaster | kennytm | -12/+21 |
| 2018-05-17 | Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichton | kennytm | -18/+19 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -3/+1 |
| 2018-05-16 | Remove unstable deprecated num::NonZeroI* types | Simon Sapin | -4/+1 |
| 2018-05-16 | Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisa | kennytm | -4/+44 |
| 2018-05-16 | Fix large file copies on 32 bit platforms | Nicolas Koch | -2/+6 |
| 2018-05-16 | Adjust len in every iteration | Nicolas Koch | -1/+2 |
| 2018-05-16 | Add clarifying comment about offset argument | Nicolas Koch | -0/+2 |
| 2018-05-16 | Use copy_file_range on android also | Nicolas Koch | -3/+3 |
| 2018-05-15 | fs: use copy_file_range on linux | Nicolas Koch | -0/+67 |
| 2018-05-14 | Don't unconditionally set CLOEXEC twice on every fd we open on Linux | Tobias Bucher | -4/+44 |
| 2018-05-14 | env: remove unwrap in examples in favor of try op | John-John Tedro | -12/+21 |
| 2018-05-14 | read2: Use inner function instead of closure | John-John Tedro | -18/+19 |
| 2018-05-13 | Add “Examples” section header in f32/f64 doc comments. | Corey Farwell | -0/+152 |
| 2018-05-12 | Do not silently truncate offsets for `read_at`/`write_at` on emscripten | Tobias Bucher | -2/+16 |
| 2018-05-12 | fs::write: Add example writing a &str | Aaron DeVore | -0/+1 |
| 2018-05-12 | Rollup merge of #50602 - Screwtapello:update-canonicalize-docs, r=cramertj | Mark Simulacrum | -4/+11 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -5/+5 |
| 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-10 | fs::canonicalize has some important portability concerns. | Tim Allen | -0/+7 |
| 2018-05-10 | Mention that fs::canonicalize makes paths absolute. | Tim Allen | -4/+4 |
| 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-09 | Fix typo | George Burton | -1/+1 |
| 2018-05-09 | Update features to 1.28.0 | George Burton | -10/+10 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -5/+5 |
| 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 |