about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-02-05std: Atomically set CLOEXEC for sockets if possibleAlex Crichton-0/+23
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-05Remove MutexGuard::map, as it is not safe in combination with Condvar.Jonathan Reem-60/+1
2016-02-05Remove an unnecessary 'static bound in the impl of Debug for Mutex.Jonathan Reem-1/+1
2016-02-05Auto merge of #30865 - alexcrichton:mtime-system-time, r=aturonbors-8/+183
2016-02-04Auto merge of #31416 - steveklabnik:rollup, r=steveklabnikbors-3/+24
2016-02-04Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnikSteve Klabnik-3/+3
2016-02-04Rollup merge of #31401 - frewsxcv:clarify-ascii, r=steveklabnikSteve Klabnik-0/+21
2016-02-04doc: Rust indents are 4-space wide by conventionTshepang Lekhonkhobe-3/+3
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-8/+183
2016-02-04Auto merge of #30759 - Manishearth:attr-tls, r=alexcrichtonbors-23/+27
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-183/+192
2016-02-04Stop using unsafe code in TLS macro expansion (fixes #30756)Manish Goregaokar-23/+27
2016-02-04Clarify scenario where AsciiExt appears to operate on non-ASCIICorey Farwell-0/+21
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04Auto merge of #31161 - sfackler:slice-to-socket-addrs, r=alexcrichtonbors-0/+11
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-39/+87
2016-02-04Implement ToSocketAddrs for &[SocketAddr]Steven Fackler-0/+11
2016-02-04Add File::try_cloneSteven Fackler-39/+87
2016-02-04Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichtonbors-0/+11
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-30/+272
2016-02-03Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichtonbors-57/+228
2016-02-03Reformat commentsPaul Dicker-12/+13
2016-02-03Adress commentsPaul Dicker-29/+63
2016-02-03Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors-52/+163
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-52/+163
2016-02-03Fix broken auto-mac-ios-opt buildNikita Baksalyar-27/+23
2016-02-03Auto merge of #31375 - nagisa:path-docs, r=alexcrichtonbors-29/+51
2016-02-02trying again at fixing stackp initializationDave Huseby-3/+18
2016-02-02simplifying get_stackDave Huseby-24/+3
2016-02-02refactoring get_stack to be cleanerDave Huseby-27/+20
2016-02-02unifying name_bytes now that the two blocks are the sameDave Huseby-8/+2
2016-02-02Fixes #31229Dave Huseby-10/+35
2016-02-03Auto merge of #31370 - Manishearth:rollup, r=Manishearthbors-0/+3
2016-02-02Add issue number to guard map methods.Jonathan Reem-49/+78
2016-02-03Improve docs for Path::methodsSimonas Kazlauskas-29/+51
2016-02-03Rollup merge of #27499 - barosl:macro-doc-raw-str-hashes, r=nikomatsakisManish Goregaokar-0/+3
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-33/+11
2016-02-02Auto merge of #30991 - rthomas:master, r=Gankrobors-1/+29
2016-02-02Ensure capacity returned of HashMap is max(capacity, length).Ryan Thomas-1/+29
2016-02-02Enable more fs tests on WindowsPaul Dicker-171/+143
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-14/+14
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-33/+11
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-14/+14
2016-02-01Add AsciiExt::into_ascii_{upper,lower}caseSimon Sapin-0/+106
2016-01-31Minor corrections in docs for `std::process::Child`Dirk Gadsden-4/+6
2016-01-31Safety docs about `std::process::Child` going out of scopeDirk Gadsden-0/+8
2016-01-31Fix unresolved name in libstd/sys/unix/threadNikita Baksalyar-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-37/+37