summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-29Add some missing punctuation in the libstd/net/ip.rs docs.Nick Hamann-19/+19
2015-04-29std: Fixup docs for std::processtynopex-13/+16
2015-04-29Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-04-29FalloutTamir Duberstein-8/+9
2015-04-29`bitflags!` is no longer used in `std`Tamir Duberstein-2/+1
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-28Fix punctuation placement in doc-commentCorey Farwell-1/+1
2015-04-28std: Implement fs::DirBuilderAlex Crichton-17/+103
2015-04-28Register new snapshotsTamir Duberstein-70/+2
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-5/+17
2015-04-28Clarify Once::call_once memory ordering guarantees in docsinrustwetrust-1/+5
2015-04-28remove stability note from std::netSteve Klabnik-4/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-729/+2334
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-11/+12
2015-04-27std: Clean up some annotations in thread::localAlex Crichton-20/+4
2015-04-27std: Don't assume dlopen() works on yourselfAlex Crichton-1/+4
2015-04-27std: Prepare for linking to muslAlex Crichton-4/+13
2015-04-27Rollup merge of #24855 - richo:thread-doc, r=alexcrichtonSteve Klabnik-2/+1
2015-04-27Auto merge of #24820 - bradking:fix-windows-process-spawn-command-line, r=ale...bors-18/+21
2015-04-26thread: right now you can't actually set those printersRicho Healey-2/+1
2015-04-25std: Fix process spawn for arguments ending in backslashes on WindowsBrad King-18/+21
2015-04-25add import (fixup #24649)Manish Goregaokar-0/+2
2015-04-25Rollup merge of #24649 - nham:path_new_examples, r=steveklabnikManish Goregaokar-0/+8
2015-04-25Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichtonbors-14/+14
2015-04-25Auto merge of #24724 - alexcrichton:symlink-stable, r=aturonbors-0/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-14/+14
2015-04-24Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichtonbors-2/+6
2015-04-24Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichtonManish Goregaokar-8/+0
2015-04-24Rollup merge of #24699 - mbrubeck:doc-edit, r=steveklabnikManish Goregaokar-0/+4
2015-04-23Auto merge of #24633 - rapha:master, r=alexcrichtonbors-0/+57
2015-04-24Implement IntoIterator for ReceiverRaphael Speyer-0/+57
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+3
2015-04-23Indicate trait names in doc-comment are code-likeCorey Farwell-1/+1
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-22Remove stale commentTamir Duberstein-8/+0
2015-04-22Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-04-22Auto merge of #24447 - alexcrichton:audit-thread, r=aturonbors-287/+290
2015-04-22std: Audit std::thread implementationsAlex Crichton-287/+290
2015-04-22Remove doc-comment default::Default importsCorey Farwell-2/+0
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-8/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3426/+346
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-64/+55
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-789/+309
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-1003/+0
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-8/+104
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-3529/+47
2015-04-21std: Remove deprecated AsPath traitAlex Crichton-32/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-57/+0
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-8/+104
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+0