| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-21 | Remove unused files | Tamir Duberstein | -1002/+0 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -14/+0 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -14/+0 |
| 2015-04-21 | Separate code into two code blocks | Nick Hamann | -3/+4 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+66 |
| 2015-04-20 | Address some nits | Nick Hamann | -2/+2 |
| 2015-04-20 | Add two examples for Path::new | Nick Hamann | -0/+7 |
| 2015-04-20 | Auto merge of #24608 - frewsxcv:patch-15, r=alexcrichton | bors | -2/+2 |
| 2015-04-19 | Auto merge of #24526 - klutzy:getrandom-fix, r=alexcrichton | bors | -11/+10 |
| 2015-04-19 | Fix typos in code comments | Corey Farwell | -2/+2 |
| 2015-04-19 | std::rand::os: Fix race condition of atomics | klutzy | -11/+10 |
| 2015-04-18 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -3/+2 |
| 2015-04-18 | Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichton | bors | -2/+2 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -4/+4 |
| 2015-04-18 | Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton | bors | -10/+15 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -64/+55 |
| 2015-04-17 | Rollup merge of #24452 - tbu-:pr_file_path, r=aturon | Manish Goregaokar | -7/+6 |
| 2015-04-16 | Call write_fmt directly to format an Arguments value. | Ryan Prichard | -2/+2 |
| 2015-04-16 | Fixed typo in hash_map::Entry documentation | Aram Visser | -1/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+4 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -1/+1 |