about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-08-16Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM...bors-3/+13
2017-08-16Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim...bors-60/+60
2017-08-15Clarify 'writable'-changing behavior of `set_readonly`.Corey Farwell-1/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-60/+60
2017-08-15Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichtonbors-33/+160
2017-08-15Clarify `readonly` method is also about being 'unwritable'.Corey Farwell-1/+1
2017-08-15Add comments clarifying behavior of unix `set_readonly` behavior.Corey Farwell-1/+7
2017-08-14Rollup merge of #43848 - frewsxcv:frewsxcv-stack-size, r=QuietMisdreavusCorey Farwell-10/+45
2017-08-14Rollup merge of #43756 - sfackler:instant-nondecreasing, r=alexcrichtonCorey Farwell-2/+2
2017-08-14Indicate which stack size option has precedence.Corey Farwell-1/+1
2017-08-13Indicate thread names get passed to the OS.Corey Farwell-4/+8
2017-08-13Rewrite docs for stack size/thread names for spawned threads.Corey Farwell-10/+41
2017-08-13Rollup merge of #43833 - dtolnay:connect-timeout, r=sfacklerGuillaume Gomez-1/+1
2017-08-13Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichtonGuillaume Gomez-14/+12
2017-08-13Rollup merge of #43819 - frewsxcv:frewsxcv-include, r=QuietMisdreavusGuillaume Gomez-8/+47
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-24/+25
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-32/+96
2017-08-12Fix TcpStream::connect_timeout tracking issue numberDavid Tolnay-1/+1
2017-08-12Fix some typosBastien Orivel-24/+25
2017-08-12Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichtonbors-31/+32
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-31/+32
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-4/+4
2017-08-11Handle DNS label compression in more placesThomas Levy-14/+12
2017-08-12Add complete doc example for `include_str!`.Corey Farwell-1/+18
2017-08-12Add complete doc example for `include_bytes!`.Corey Farwell-1/+18
2017-08-12Demonstrate `include!` with Rust code, not just a string slice literal.Corey Farwell-6/+11
2017-08-12Fix error during cross-platform documentation.kennytm-2/+21
2017-08-11Rollup merge of #43791 - GuillaumeGomez:file-docs, r=QuietMisdreavusGuillaume Gomez-19/+30
2017-08-11Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-SimulacrumGuillaume Gomez-1/+1
2017-08-11Rollup merge of #43715 - ollie27:docs_long_link, r=QuietMisdreavusGuillaume Gomez-1/+1
2017-08-10Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichtonbors-0/+16
2017-08-11Fix some typosBastien Orivel-4/+4
2017-08-10Add missing links for Error docsGuillaume Gomez-1/+4
2017-08-10Add missing links in io module docsGuillaume Gomez-4/+6
2017-08-10Add missing links in io::Error docsGuillaume Gomez-7/+11
2017-08-10Add missing links in ReadDir docsGuillaume Gomez-5/+5
2017-08-10Add missing links on File struct docsGuillaume Gomez-2/+4
2017-08-10Fix cross-crate global allocators on windowsAidan Hobson Sayers-4/+10
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-9/+9
2017-08-10Fix typo corersponding -> correspondingFoucher-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-30/+75
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-2/+14
2017-08-09Fix grammarSteven Fackler-1/+1
2017-08-09Auto merge of #43588 - dns2utf8:wrapping_add, r=sfacklerbors-1/+1
2017-08-09Fix errors on WindowsAriel Ben-Yehuda-2/+2
2017-08-08Instant is monotonically nondecreasingSteven Fackler-2/+2
2017-08-08Use explicit wrapping_add to prevent potential unexpected behavior on debug b...Stefan Schindler-1/+1
2017-08-08Avoid calling the column!() macro in panicest31-2/+14
2017-08-07Make a disable-jemalloc build workAidan Hobson Sayers-0/+10
2017-08-07addrinfo hint in lookup_host() needs clean initialization on all platformsDanek Duvall-10/+2