about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-2/+2
2018-05-05Fixed typosClar Charr-6/+7
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-68/+1
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-2/+2
2018-05-03update concat_idents doc stubsMichael Lamparski-2/+2
2018-05-02Revert "Implement FromStr for PathBuf"Alex Crichton-27/+0
2018-05-02Add comments and unify guard page setup.Martin Husemann-16/+13
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-0/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-8/+8
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-0/+4
2018-04-30Auto merge of #50345 - kennytm:rollup, r=kennytmbors-20/+42
2018-05-01Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcvkennytm-1/+2
2018-05-01Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomezkennytm-19/+40
2018-04-30Auto merge of #50163 - kornelski:error, r=Kimundibors-39/+26
2018-04-30Map the stack guard page with max protection on NetBSDMartin Husemann-4/+16
2018-04-29Fix some broken links in docs.Eric Huss-1/+2
2018-04-29Add more links in panic docsPazzaz-19/+40
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-0/+4
2018-04-28std: Inline `DefaultResizePolicy::new`Alex Crichton-0/+1
2018-04-27Update the stable attributes to use the current nightly version numberGeorge Burton-10/+10
2018-04-27Add pathbuf_from_cow_pathGeorge Burton-0/+8
2018-04-27Add cstring_from_cow_cstr and osstring_from_cow_osstrGeorge Burton-0/+16
2018-04-25Suggest alternatives to Error::description()Kornel-1/+3
2018-04-25Move description of the Error trait to its own doc-commentSimon Sapin-39/+24
2018-04-24Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfacklerbors-1/+4
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-1/+17
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-0/+2
2018-04-24Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnikkennytm-60/+135
2018-04-24Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrumkennytm-2/+11
2018-04-24Auto merge of #48989 - ExpHP:path-prefix, r=dtolnaybors-9/+11