about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-05-30Add hooks allowing to override the `oom` behaviorMike Hommey-2/+46
2018-05-29Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichtonbors-0/+88
2018-05-29Fix additional nits:Nicolas Koch-7/+3
2018-05-30Pass a `Layout` to `oom`Mike Hommey-23/+63
2018-05-28Stabilize SystemTime::UNIX_EPOCHThayne McCombs-2/+1
2018-05-28Use FIXME instead of TODO; Move bytes_to_copy calculation inside ifNicolas Koch-6/+7
2018-05-26Rollup merge of #51056 - tbu-:pr_once_new, r=dtolnaykennytm-11/+12
2018-05-26Rollup merge of #51014 - GuillaumeGomez:env_docs, r=QuietMisdreavuskennytm-2/+15
2018-05-24Add documentation about env! second argumentGuillaume Gomez-2/+15
2018-05-24Implement suggestions from the PRNicolas Koch-1/+3
2018-05-24Update the `Once` docs to use `Once::new`Tobias Bucher-10/+10
2018-05-24Add `Once::new` as a way of constructing a `Once`Tobias Bucher-1/+2
2018-05-24remove collections::range::RangeArgumentCory Sherman-8/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-91/+3
2018-05-17Store ENOSYS in a global to avoid unnecessary system callsNicolas Koch-10/+25
2018-05-17Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichtonkennytm-0/+80
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-7/+2
2018-05-17Rollup merge of #50736 - udoprog:env-try-op, r=shepmasterkennytm-12/+21
2018-05-17Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichtonkennytm-18/+19
2018-05-16Stabilize num::NonZeroU*Simon Sapin-3/+1
2018-05-16Remove unstable deprecated num::NonZeroI* typesSimon Sapin-4/+1
2018-05-16Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisakennytm-4/+44
2018-05-16Fix large file copies on 32 bit platformsNicolas Koch-2/+6
2018-05-16Adjust len in every iterationNicolas Koch-1/+2
2018-05-16Add clarifying comment about offset argumentNicolas Koch-0/+2
2018-05-16Use copy_file_range on android alsoNicolas Koch-3/+3
2018-05-15fs: use copy_file_range on linuxNicolas Koch-0/+67
2018-05-14Don't unconditionally set CLOEXEC twice on every fd we open on LinuxTobias Bucher-4/+44
2018-05-14env: remove unwrap in examples in favor of try opJohn-John Tedro-12/+21
2018-05-14read2: Use inner function instead of closureJohn-John Tedro-18/+19
2018-05-13Add “Examples” section header in f32/f64 doc comments.Corey Farwell-0/+152
2018-05-12Do not silently truncate offsets for `read_at`/`write_at` on emscriptenTobias Bucher-2/+16
2018-05-12fs::write: Add example writing a &strAaron DeVore-0/+1
2018-05-12Rollup merge of #50602 - Screwtapello:update-canonicalize-docs, r=cramertjMark Simulacrum-4/+11
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-5/+5
2018-05-10Auto merge of #50611 - alexcrichton:rollup, r=alexcrichtonbors-21/+23
2018-05-10Auto merge of #50331 - MartinHusemann:master, r=Kimundibors-2/+11
2018-05-10Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcvAlex Crichton-17/+15
2018-05-10Rollup merge of #50572 - frewsxcv:frewsxcv-fma, r=sfacklerAlex Crichton-4/+8
2018-05-10fs::canonicalize has some important portability concerns.Tim Allen-0/+7
2018-05-10Mention that fs::canonicalize makes paths absolute.Tim Allen-4/+4
2018-05-09make std::str link into See also linkMichael Lamparski-5/+3
2018-05-09move See also links to topMichael Lamparski-12/+12
2018-05-09Clarify in the docs that `mul_add` is not always faster.Corey Farwell-4/+8
2018-05-09Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavuskennytm-4/+4
2018-05-09Rollup merge of #49988 - clarcharr:never_docs, r=steveklabnikkennytm-0/+53
2018-05-09Fix typoGeorge Burton-1/+1
2018-05-09Update features to 1.28.0George Burton-10/+10
2018-05-09use fmt::Result where applicableAndre Bogus-5/+5
2018-05-07Add explanation for #[must_use] on mutex guardsManish Goregaokar-4/+4