about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-05-14Auto merge of #33563 - Amanieu:oncestate, r=alexcrichtonbors-1/+1
2016-05-14Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichtonManish Goregaokar-37/+12
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-37/+12
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-1/+0
2016-05-11Export OnceState from libstdAmanieu d'Antras-1/+1
2016-05-10rustbuild: Tighten dependencies of build scriptsAlex Crichton-3/+13
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-1500/+219
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-0/+1
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-3/+3
2016-05-09Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturonManish Goregaokar-0/+42
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1500/+218
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-3/+3
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-1/+9
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-3/+0
2016-05-07Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomezSteve Klabnik-2/+2
2016-05-07Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomezSteve Klabnik-1/+1
2016-05-07Rollup merge of #33442 - tshepang:trim, r=steveklabnikSteve Klabnik-3/+2
2016-05-07Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnikSteve Klabnik-5/+5
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-2/+2
2016-05-07Rollup merge of #33326 - birkenfeld:issue-33321, r=GuillaumeGomezSteve Klabnik-15/+14
2016-05-07Rollup merge of #33283 - GuillaumeGomez:process_doc, r=steveklabnikSteve Klabnik-4/+196
2016-05-07Implement RFC 1542Steven Fackler-1/+9
2016-05-06doc: binding not neededTshepang Lekhonkhobe-2/+1
2016-05-06doc: mut not neededTshepang Lekhonkhobe-1/+1
2016-05-06Indicate struct names are code-like in doc-comment.Corey Farwell-2/+2
2016-05-06Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichtonbors-3/+20
2016-05-06Fix Typo in Barrier::wait documentationChristopher Serr-1/+1
2016-05-06Auto merge of #33072 - tbu-:pr_duration_new_overflow, r=alexcrichtonbors-1/+7
2016-05-05Auto merge of #32990 - tbu-:pr_more_defaults_cstr_path, r=alexcrichtonbors-0/+16
2016-05-05doc: make RFC references consistentGeorg Brandl-5/+5
2016-05-05Fix some some duplicate words.Georg Brandl-2/+2
2016-05-05Add `Default` implementation for `&CStr` and `CString`Tobias Bucher-0/+16
2016-05-03Fix build on WindowsSeo Sanghyeon-1/+0
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-05-02libstd: correct the link to functions in io module documentationRyman-2/+2
2016-05-02std::thread docs: spawn() returns not a Thread anymoreGeorg Brandl-15/+14
2016-05-01Add process types documentationGuillaume Gomez-4/+196
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+9
2016-04-28Auto merge of #33211 - alexcrichton:android-back-in-time, r=nagisabors-36/+138
2016-04-28Rollup merge of #33152 - bwinterton:master, r=steveklabnikSteve Klabnik-2/+2
2016-04-27std: Add compatibility with android-9Alex Crichton-36/+138
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+42
2016-04-26Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomezbors-2/+2
2016-04-26Auto merge of #33203 - Ryman:patch-3, r=alexcrichtonbors-2/+2
2016-04-26Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichtonManish Goregaokar-1/+1
2016-04-26Rollup merge of #33167 - benaryorg:master, r=alexcrichtonManish Goregaokar-0/+2
2016-04-25libstd: fix typos in thread::LocalKey docsRyman-2/+2
2016-04-25Fix reference to TCP in UDP docsSteven Fackler-1/+1
2016-04-24thread tighter span for closures aroundNiko Matsakis-3/+3
2016-04-23Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichtonbors-64/+0