about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-7/+324
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-59/+243
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+324
2015-05-29Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichtonbors-5/+87
2015-05-28Mention UFCS sadness in instability messagesSteven Fackler-3/+6
2015-05-28remove references to IoResultSteve Klabnik-1/+1
2015-05-28Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonwbors-8/+0
2015-05-27Add a test for downcastingSteven Fackler-2/+38
2015-05-27Add accessors for io::Error's inner error.Steven Fackler-6/+42
2015-05-27Delegate io::Error::cause to inner errorSteven Fackler-0/+7
2015-05-27Remove mentions of int / uint from the isize / usize docsJake Goulding-8/+0
2015-05-28Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichtonManish Goregaokar-0/+54
2015-05-28Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichtonManish Goregaokar-0/+2
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-424/+320
2015-05-26Add note about filesystems to fs::renameSteve Klabnik-0/+2
2015-05-26Document std::env::const valuesSteve Klabnik-0/+54
2015-05-25Auto merge of #25767 - mystor:patch-1, r=Gankrobors-6/+4
2015-05-25Remove unsafe block around boxed::into_raw() as it is now safeMichael Layzell-6/+4
2015-05-25Auto merge of #25764 - tshepang:typo, r=steveklabnikbors-1/+1
2015-05-25Auto merge of #25736 - tshepang:path-nits, r=steveklabnikbors-3/+3
2015-05-25doc: fix io::Write::write typoTshepang Lekhonkhobe-1/+1
2015-05-23Auto merge of #25666 - tshepang:better-path-docs, r=steveklabnikbors-40/+42
2015-05-23doc: fix Windows test failureTshepang Lekhonkhobe-2/+2
2015-05-23path: make this bit follow idiomTshepang Lekhonkhobe-1/+1
2015-05-23doc: missing wordsTshepang Lekhonkhobe-2/+2
2015-05-23Auto merge of #25735 - oli-obk:rollup, r=steveklabnikbors-1/+1
2015-05-23Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnikOliver Schneider-1/+1
2015-05-23Auto merge of #25667 - lambda:rename-soft_link-to-symlink-landed-in-1.1, r=at...bors-4/+4
2015-05-23Auto merge of #25416 - kballard:ffi-cstr-to-str-convenience, r=alexcrichtonbors-0/+72
2015-05-23Auto merge of #24847 - sfackler:debug-builders-stability, r=aturonbors-1/+0
2015-05-22Add some convenience methods to go from CStr -> strKevin Ballard-0/+72
2015-05-22better describe the stdlibMatej Ľach-1/+1
2015-05-21doc: miscellaneous improvements to std::path::Path examplesTshepang Lekhonkhobe-38/+40
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-4/+4
2015-05-20doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'Tshepang Lekhonkhobe-7/+8
2015-05-20Auto merge of #25610 - mbrubeck:bufread-docs, r=alexcrichtonbors-1/+22
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-628/+715
2015-05-19Auto merge of #25495 - alexcrichton:process-pid, r=aturonbors-0/+17
2015-05-19std: Don't require rust_try as an exported symbolAlex Crichton-9/+24
2015-05-19std: Implement aborting stubs for MSVC unwindingAlex Crichton-328/+389
2015-05-19Add example code and cross-link to BufReader docsMatt Brubeck-1/+22
2015-05-19Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnikManish Goregaokar-2/+3
2015-05-18[doc] Add a reference from PathExt to fs::metadataMatt Brubeck-2/+3
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-15/+16
2015-05-17Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfacklerManish Goregaokar-1/+1
2015-05-17Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichtonManish Goregaokar-2/+1
2015-05-17Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichtonManish Goregaokar-6/+5