| Age | Commit message (Expand) | Author | Lines |
| 2014-12-28 | Added `get_address_name`, an interface to `getnameinfo` | Murarth | -2/+9 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -0/+62 |
| 2014-12-27 | auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -15/+32 |
| 2014-12-27 | Fix fallout | Nick Cameron | -5/+5 |
| 2014-12-26 | Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode} | Ivan Petkov | -2/+2 |
| 2014-12-26 | Implement RaceBox for StdinReader | Flavio Percoco | -15/+32 |
| 2014-12-25 | Map EEXIST to PathAlreadyExists error, closes #20226 | Florian Hahn | -0/+13 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -2/+2 |
| 2014-12-23 | Fix some spelling errors. | Huon Wilson | -5/+5 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -7/+8 |
| 2014-12-21 | rollup merge of #20077: shepmaster/stdin-typo | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -0/+1 |
| 2014-12-21 | rollup merge of #19932: elszben/master | Alex Crichton | -0/+50 |
| 2014-12-20 | Correct typo in doc for StdinReaderGuard | Jake Goulding | -1/+1 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -0/+1 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -11/+5 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -49/+19 |
| 2014-12-18 | Delete rest of rustrt | Aaron Turon | -0/+1 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -16/+16 |
| 2014-12-18 | Fix the capture_stderr test | Alex Crichton | -4/+3 |
| 2014-12-18 | Disable capture_stderr test for now | Aaron Turon | -1/+1 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -32/+28 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -4/+3 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -11/+13 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+2 |
| 2014-12-17 | rollup merge of #19873: drewm1980/master | Alex Crichton | -5/+5 |
| 2014-12-17 | rollup merge of #19869: sfackler/free-stdin | Alex Crichton | -0/+7 |
| 2014-12-17 | rollup merge of #19859: alexcrichton/flaky-test | Alex Crichton | -1/+2 |
| 2014-12-17 | Replaced wrapper functions with no_run and as_str().unwrap() with display() | elszben | -6/+3 |
| 2014-12-16 | Added example to TempDir | elszben | -0/+53 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -5/+5 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+2 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -9/+9 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -5/+5 |
| 2014-12-15 | rollup merge of #19710: steveklabnik/gh15449 | Brian Anderson | -4/+4 |
| 2014-12-15 | Standardize some usages of "which" in docstrings | Andrew Wagner | -5/+5 |
| 2014-12-14 | Free stdin on exit | Steven Fackler | -0/+7 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -9/+9 |
| 2014-12-14 | std: Bind port early to make a test more reliable | Alex Crichton | -1/+2 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -1/+0 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -114/+117 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -37/+62 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -1/+0 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -4/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+43 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -59/+56 |
| 2014-12-07 | Fix syntax error on android tests | Jorge Aparicio | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -19/+19 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -40/+37 |