| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | Add some missing punctuation in the libstd/net/ip.rs docs. | Nick Hamann | -19/+19 |
| 2015-04-29 | std: Fixup docs for std::process | tynopex | -13/+16 |
| 2015-04-29 | Improve libstd/net/udp.rs documentation. | Nick Hamann | -10/+10 |
| 2015-04-29 | Fallout | Tamir Duberstein | -8/+9 |
| 2015-04-29 | `bitflags!` is no longer used in `std` | Tamir Duberstein | -2/+1 |
| 2015-04-29 | std: Fix inheriting standard handles on windows | Alex Crichton | -177/+138 |
| 2015-04-28 | Fix punctuation placement in doc-comment | Corey Farwell | -1/+1 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -17/+103 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -70/+2 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -5/+17 |
| 2015-04-28 | Clarify Once::call_once memory ordering guarantees in docs | inrustwetrust | -1/+5 |
| 2015-04-28 | remove stability note from std::net | Steve Klabnik | -4/+1 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -729/+2334 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -11/+12 |
| 2015-04-27 | std: Clean up some annotations in thread::local | Alex Crichton | -20/+4 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -4/+13 |
| 2015-04-27 | Rollup merge of #24855 - richo:thread-doc, r=alexcrichton | Steve Klabnik | -2/+1 |
| 2015-04-27 | Auto merge of #24820 - bradking:fix-windows-process-spawn-command-line, r=ale... | bors | -18/+21 |
| 2015-04-26 | thread: right now you can't actually set those printers | Richo Healey | -2/+1 |
| 2015-04-25 | std: Fix process spawn for arguments ending in backslashes on Windows | Brad King | -18/+21 |
| 2015-04-25 | add import (fixup #24649) | Manish Goregaokar | -0/+2 |
| 2015-04-25 | Rollup merge of #24649 - nham:path_new_examples, r=steveklabnik | Manish Goregaokar | -0/+8 |
| 2015-04-25 | Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton | bors | -14/+14 |
| 2015-04-25 | Auto merge of #24724 - alexcrichton:symlink-stable, r=aturon | bors | -0/+3 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -14/+14 |
| 2015-04-24 | Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichton | bors | -2/+6 |
| 2015-04-24 | Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichton | Manish Goregaokar | -8/+0 |
| 2015-04-24 | Rollup merge of #24699 - mbrubeck:doc-edit, r=steveklabnik | Manish Goregaokar | -0/+4 |
| 2015-04-23 | Auto merge of #24633 - rapha:master, r=alexcrichton | bors | -0/+57 |
| 2015-04-24 | Implement IntoIterator for Receiver | Raphael Speyer | -0/+57 |
| 2015-04-23 | std: Add missing stability for symlink functions | Alex Crichton | -0/+3 |
| 2015-04-23 | Indicate trait names in doc-comment are code-like | Corey Farwell | -1/+1 |
| 2015-04-23 | implement set_tcp_keepalive for linux | Young Wu | -2/+6 |
| 2015-04-22 | Remove stale comment | Tamir Duberstein | -8/+0 |
| 2015-04-22 | Explain how to create a Stdin or Stdout | Matt Brubeck | -0/+4 |
| 2015-04-22 | Auto merge of #24447 - alexcrichton:audit-thread, r=aturon | bors | -287/+290 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -287/+290 |
| 2015-04-22 | Remove doc-comment default::Default imports | Corey Farwell | -2/+0 |
| 2015-04-21 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -8/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -3426/+346 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -64/+55 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -789/+309 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -1003/+0 |
| 2015-04-21 | rollup merge of #24222: lambda/rename-soft-link-to-symlink | Alex Crichton | -8/+104 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -3529/+47 |
| 2015-04-21 | std: Remove deprecated AsPath trait | Alex Crichton | -32/+0 |
| 2015-04-21 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -57/+0 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -8/+104 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+0 |