| Age | Commit message (Expand) | Author | Lines |
| 2018-05-30 | Add hooks allowing to override the `oom` behavior | Mike Hommey | -2/+46 |
| 2018-05-29 | Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichton | bors | -0/+88 |
| 2018-05-29 | Fix additional nits: | Nicolas Koch | -7/+3 |
| 2018-05-30 | Pass a `Layout` to `oom` | Mike Hommey | -23/+63 |
| 2018-05-28 | Stabilize SystemTime::UNIX_EPOCH | Thayne McCombs | -2/+1 |
| 2018-05-28 | Use FIXME instead of TODO; Move bytes_to_copy calculation inside if | Nicolas Koch | -6/+7 |
| 2018-05-26 | Rollup merge of #51056 - tbu-:pr_once_new, r=dtolnay | kennytm | -11/+12 |
| 2018-05-26 | Rollup merge of #51014 - GuillaumeGomez:env_docs, r=QuietMisdreavus | kennytm | -2/+15 |
| 2018-05-24 | Add documentation about env! second argument | Guillaume Gomez | -2/+15 |
| 2018-05-24 | Implement suggestions from the PR | Nicolas Koch | -1/+3 |
| 2018-05-24 | Update the `Once` docs to use `Once::new` | Tobias Bucher | -10/+10 |
| 2018-05-24 | Add `Once::new` as a way of constructing a `Once` | Tobias Bucher | -1/+2 |
| 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 |