summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-07-29Redox: Add JoinHandleExt (matching Unix version)Ian Douglas Scott-0/+50
2017-07-28rustbuild: Use Cargo's "target runner"Alex Crichton-2/+13
2017-07-27Auto merge of #43477 - est31:master, r=alexcrichtonbors-12/+13
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-18/+8
2017-07-26Rollup merge of #43462 - dhduvall:solaris-libresolv, r=aturonMark Simulacrum-0/+1
2017-07-26Rollup merge of #43456 - joshlf:spawn-doc-grammar, r=alexcrichtonMark Simulacrum-1/+1
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-3/+3
2017-07-26Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhsbors-2/+11
2017-07-25Correct 'stable' attributeIan Douglas Scott-6/+6
2017-07-25Switch to begin_panic againest31-12/+13
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-9/+0
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-1/+1
2017-07-25std: Stabilize CString/OsString/PathBuf extra methodsAlex Crichton-7/+7
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-25Bump master to 1.21.0Alex Crichton-71/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-2/+11
2017-07-24DNS functions are in libresolv on Solaris, just like on MacOSDanek Duvall-0/+1
2017-07-24Implement AsRawFd for Stdin, Stdout, and StderrIan Douglas Scott-0/+33
2017-07-24std::thread::spawn: Fix grammar in documentationJoshua Liebow-Feeser-1/+1
2017-07-24Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebankMark Simulacrum-8/+8
2017-07-24Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, r=Guilla...Mark Simulacrum-2/+2
2017-07-24Rollup merge of #43366 - leshow:bufreader-docs, r=aturonMark Simulacrum-10/+10
2017-07-23Fix some doc/comment typos.Bruce Mitchener-8/+8
2017-07-23Auto merge of #43256 - Others:patch-1, r=steveklabnikbors-4/+1
2017-07-22Add conversions from references to NonZero pointers, Unique, and SharedSimon Sapin-1/+1
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-3/+3
2017-07-21Add a missing verb to the description of std::process::ExitStatus::success().Petr Zemek-2/+2
2017-07-20Remove mut where possibleEvan Cameron-10/+10
2017-07-18Rollup merge of #43315 - est31:stabilize_float_bits_conv, r=alexcrichtonMark Simulacrum-4/+4
2017-07-18Rollup merge of #43304 - ids1024:path2, r=aturonMark Simulacrum-21/+28
2017-07-18Rollup merge of #43294 - insaneinside:std-time-duration-docs, r=aturonMark Simulacrum-14/+16
2017-07-18float_bits_conv made it into 1.20est31-4/+4
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-21/+28
2017-07-17`std::time::Duration`: improve _precision_ of terminology in docsCollin J. Sutton-14/+16
2017-07-18libstd: remove redundant & from &Path::new(...)NODA, Kai-7/+7
2017-07-17Auto merge of #43055 - est31:stabilize_float_bits_conv, r=sfacklerbors-9/+4
2017-07-15Improve panic docs for Instant::duration_sinceOthers-4/+1
2017-07-15Auto merge of #43246 - frewsxcv:rollup, r=frewsxcvbors-16/+26
2017-07-15Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichtonbors-1/+58
2017-07-14Rollup merge of #43229 - kennytm:return-false-if-path-is-relative-hahaha, r=s...Corey Farwell-10/+10
2017-07-14Rollup merge of #43228 - redox-os:backtrace_fix, r=alexcrichtonCorey Farwell-4/+14
2017-07-14Rollup merge of #43222 - RalfJung:symlink, r=sfacklerCorey Farwell-1/+1
2017-07-14Rollup merge of #43202 - jackpot51:patch-1, r=sfacklerCorey Farwell-1/+1
2017-07-13Fix backtrace on RedoxJeremy Soller-4/+14
2017-07-14Fix minor typo in std::path documentation.kennytm-10/+10
2017-07-13windows::fs::symlink_dir: fix example to actually use symlink_dirRalf Jung-1/+1
2017-07-13Rollup merge of #43204 - jackpot51:patch-3, r=alexcrichtonSteve Klabnik-3/+4
2017-07-13Rollup merge of #43203 - jackpot51:patch-2, r=alexcrichtonSteve Klabnik-19/+1
2017-07-13Rollup merge of #42926 - Havvy:doc-path-ext, r=steveklabnikSteve Klabnik-0/+34
2017-07-13Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichtonbors-18/+58