summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-28Fix a typo in error messages in std::fs testsSimon Wollwage-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
2016-04-23clarify documentation of TcpStream::connect() for multiple valid addressesbenaryorg-0/+2
2016-04-22doc: that line was too longTshepang Lekhonkhobe-2/+2
2016-04-22Make HashSet::Insert documentation more consistentBrayden Winterton-2/+2
2016-04-22Implement `append` for b-trees.Johannes Oertel-6/+4
2016-04-21Add Entry::keySteven Fackler-0/+9
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-64/+0
2016-04-20rand: add comments about getrandom() fallbackDoug Goldstein-0/+8
2016-04-20HashMap: add info to docs about random seed qualityDoug Goldstein-2/+4
2016-04-19rand: don't block before random pool is initializedDoug Goldstein-1/+8
2016-04-18Panic on overflow in `Duration::new` constructorTobias Bucher-1/+7
2016-04-17Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisabors-0/+9
2016-04-17Add a comment about locking a `Mutex` multiple timesTobias Bucher-0/+9
2016-04-17Rollup merge of #33022 - Mr4x:master, r=blussManish Goregaokar-2/+2
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+0
2016-04-16Fix f32::sin_cos and f64::sin_cos examplesMaxim Samburskiy-2/+2
2016-04-15Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichtonbors-0/+21
2016-04-15Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichtonbors-11/+37
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-0/+21
2016-04-14Rollup merge of #32940 - birkenfeld:patch-3, r=alexcrichtonSteve Klabnik-2/+2
2016-04-14Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichtonSteve Klabnik-0/+12
2016-04-13Fix a typo and add a missing wordGeorg Brandl-2/+2
2016-04-13Auto merge of #32726 - asomers:master, r=alexcrichtonbors-7/+25
2016-04-12Auto merge of #31963 - barosl:rename-doc, r=alexcrichtonbors-1/+8
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-146/+259
2016-04-12Describe more platform-specific behaviors of `std::fs::rename`Barosl Lee-1/+8
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-146/+259
2016-04-10Fix Windows UNC paths in std::path docsjethrogb-2/+2
2016-04-09Don't read past limit for in BufRead instance of TakeTobias Mùˆller-0/+12
2016-04-08Auto merge of #32695 - sfackler:default-buf-size, r=alexcrichtonbors-1/+1
2016-04-07Rollup merge of #32737 - timonvo:arm-ehabi-backtraces, r=alexcrichtonManish Goregaokar-1/+6