| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Implement Debug for File | Chris Wong | -0/+66 |
| 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 | 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 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -11/+11 |
| 2015-04-15 | Rollup merge of #24480 - achanda:move_test, r=alexcrichton | Steve Klabnik | -259/+270 |
| 2015-04-15 | Move IP related tests to ip.rs | Abhishek Chanda | -259/+270 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -1/+1 |
| 2015-04-15 | Fix some typos. | Ms2ger | -5/+5 |
| 2015-04-15 | Auto merge of #24426 - alexcrichton:windows-pipes, r=aturon | bors | -82/+46 |
| 2015-04-15 | Remove one allocation for the file path in file opening | Tobias Bucher | -7/+6 |
| 2015-04-15 | Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon | bors | -2/+10 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -9/+9 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | std: Remove final usage of fds from Windows | Alex Crichton | -82/+46 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-04-14 | std: Set overlap/noinherit flags on windows sockets | Alex Crichton | -2/+10 |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -14/+41 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -238/+238 |
| 2015-04-14 | rollup merge of #24386: nagisa/rte-fix | Alex Crichton | -7/+4 |
| 2015-04-14 | rollup merge of #24350: tbelaire/cstring-doc-from-vec | Alex Crichton | -3/+4 |
| 2015-04-14 | rollup merge of #24343: achanda/global_ip | Alex Crichton | -15/+43 |
| 2015-04-14 | rollup merge of #24342: tbelaire/patch-1 | Alex Crichton | -1/+2 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -4/+1 |
| 2015-04-14 | std: Remove AsSlice/Str from the prelude | Alex Crichton | -3/+0 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -168/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -329/+29 |
| 2015-04-14 | std: Reexport some unstable rand functionality for now | Alex Crichton | -0/+11 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -22772/+57 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -0/+1 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -13/+28 |
| 2015-04-13 | Generalize `spawn` beyond unit closures | Aaron Turon | -10/+32 |
| 2015-04-13 | Refine read_to_end documentation | Simonas Kazlauskas | -7/+4 |