about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-08-12Fix some typosBastien Orivel-24/+25
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-4/+4
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-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-2/+14
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-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
2017-08-07Stop using URL shortener in docsOliver Middleton-1/+1
2017-08-04Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiynbors-6/+1
2017-08-04Auto merge of #43459 - ids1024:asrawfd, r=alexcrichtonbors-0/+55
2017-08-03Fix AsRawHandleIan Douglas Scott-3/+3
2017-08-03Fix a dangling symlink bug in `remove_dir_all()` on SolarisDanek Duvall-6/+1
2017-08-03Implement AsRawHandle for Std* on WindowsIan Douglas Scott-0/+22
2017-08-03Auto merge of #43619 - frewsxcv:frewsxcv-thread, r=QuietMisdreavusbors-1/+8
2017-08-02Indicate how `ThreadId` is created.Corey Farwell-1/+5
2017-08-02Fix broken links in `Thread` docs.Corey Farwell-0/+3
2017-08-02Emphasise that these functions look at the disk, not just the pathKornel-2/+2
2017-08-02Fixed errors in libstd.Isaac van Bakel-2/+2
2017-08-02Rollup merge of #43597 - dhduvall:master, r=alexcrichtonCorey Farwell-1/+1
2017-08-01Add doc example for HashSet::drain.Corey Farwell-0/+16
2017-08-01Remove unnecessary clones in doc examples.Corey Farwell-11/+11
2017-08-01Show the capacity in HashSet::with_capacity doc example.Corey Farwell-0/+1
2017-08-01Remove unnecessary 'mut' bindings.Corey Farwell-2/+2
2017-08-01Indicate HashSet is code-like in docs.Corey Farwell-1/+1
2017-08-01Show that the capacity changed in HashSet::reserve doc example.Corey Farwell-0/+1
2017-08-01Add doc example for HashSet::hasher.Corey Farwell-0/+11
2017-08-01Fixed extra cases found in better checking.Isaac van Bakel-1/+1
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-4/+4
2017-08-01Fix the Solaris pthread_t raw type in std to match what's in libcDanek Duvall-1/+1
2017-08-01add documentation for function pointers as a primitiveQuietMisdreavus-0/+101
2017-08-01Auto merge of #43560 - QuietMisdreavus:ref-docs, r=steveklabnikbors-0/+117
2017-07-30add docs for references as a primitiveQuietMisdreavus-0/+117
2017-07-29Rollup merge of #43544 - redox-os:update_redox_sys, r=sfacklerMark Simulacrum-10/+62
2017-07-29Split FL and FD fcntlsJeremy Soller-10/+12
2017-07-29Redox: Add JoinHandleExt (matching Unix version)Ian Douglas Scott-0/+50