summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-05-17Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-17Rollup merge of #25465 - Ryman:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-05-16std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-05-16Simplify CString doc commentBen Striegel-2/+1
2015-05-16fs::walk_dir example without unstable featuresJohannes Hoff-6/+5
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-59/+243
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+17
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-16Small typo in the docsEmilio Cobos Álvarez-1/+1
2015-05-16libstd: Path docs: `file` is now `file_name`Ryman-2/+2
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-15std: fix a linkIvan Ukhov-1/+1
2015-05-14Rollup merge of #25414 - apasel422:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-14Auto merge of #25403 - Manishearth:rollup, r=Manishearthbors-1/+1
2015-05-14s/Iterater/Iterator/Andrew Paseltiner-1/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-589/+329
2015-05-14Fix crates.io link.Wangshan Lu-1/+1
2015-05-13libstd/env: Add non-Rust synchronization warnings for setenv()Colin Walters-0/+22