| Age | Commit message (Expand) | Author | Lines |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -66/+74 |
| 2014-12-29 | rollup merge of #20265: nicholasbishop/bishop_add_missing_bitflags_methods | Alex Crichton | -0/+4 |
| 2014-12-29 | rollup merge of #20264: nagisa/threadrng | Alex Crichton | -46/+46 |
| 2014-12-29 | rollup merge of #20262: arturoc/fix-scoped_thread_local | Alex Crichton | -2/+16 |
| 2014-12-29 | rollup merge of #20250: ipetkov/deriving | Alex Crichton | -2/+2 |
| 2014-12-29 | rollup merge of #20248: steveklabnik/gh20038 | Alex Crichton | -96/+96 |
| 2014-12-29 | rollup merge of #20231: fhahn/issue-20226-eexist | Alex Crichton | -0/+17 |
| 2014-12-29 | rollup merge of #20223: aochagavia/typo | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20216: sfackler/fix-mangling | Alex Crichton | -4/+4 |
| 2014-12-29 | rollup merge of #20215: csouth3/hashmap-rename | Alex Crichton | -11/+11 |
| 2014-12-29 | rollup merge of #20214: bluss/fix-hashmap-example | Alex Crichton | -10/+18 |
| 2014-12-29 | rollup merge of #20160: nick29581/ranges2 | Alex Crichton | -18/+18 |
| 2014-12-29 | rollup merge of #20042: alexcrichton/second-pass-ptr | Alex Crichton | -8/+9 |
| 2014-12-29 | rollup merge of #19661: alexcrichton/mutex-result | Alex Crichton | -365/+519 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -18/+18 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -8/+9 |
| 2014-12-29 | std: Stabilization pass for mutex/rwlock/condvar | Alex Crichton | -227/+149 |
| 2014-12-29 | std: Second pass stabilization for `string` | Alex Crichton | -2/+12 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -974/+942 |
| 2014-12-29 | auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton | bors | -2/+2 |
| 2014-12-29 | std: Return Result from RWLock/Mutex methods | Alex Crichton | -319/+551 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -801/+975 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -19/+28 |
| 2014-12-29 | Fallout from glob shadowing | Nick Cameron | -47/+46 |
| 2014-12-28 | Added `get_address_name`, an interface to `getnameinfo` | Murarth | -2/+49 |
| 2014-12-28 | src/libstd/thread_local/scoped.rs: fixes scoped_thread_local! macro | arturo | -2/+16 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -47/+47 |
| 2014-12-28 | auto merge of #20136 : eddyb/rust/format-args, r=alexcrichton | bors | -37/+304 |
| 2014-12-27 | Update docstring for bitflags macro to cover all generated methods | Nicholas Bishop | -0/+4 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -37/+304 |
| 2014-12-27 | auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler | bors | -585/+128 |
| 2014-12-27 | auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -65/+249 |
| 2014-12-27 | Make trait's impls consistent for unix/windows | Flavio Percoco | -0/+5 |
| 2014-12-27 | Implement Sync/Send for windows' UnixStream | Flavio Percoco | -0/+6 |
| 2014-12-27 | Rebasing changes | Nick Cameron | -4/+7 |
| 2014-12-26 | Implement Sync/Send for windows TCP types | Flavio Percoco | -0/+12 |
| 2014-12-26 | s/task/thread/g | Steve Klabnik | -96/+96 |
| 2014-12-27 | Fix fallout | Nick Cameron | -14/+11 |
| 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 | -16/+43 |
| 2014-12-26 | Make Barrier and Condvar Sync/Send | Flavio Percoco | -12/+36 |
| 2014-12-26 | Relax `Arc` bounds don't require Sync+Send | Flavio Percoco | -25/+25 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -4/+4 |
| 2014-12-26 | Implement `Sync` for some windows sys types | Flavio Percoco | -0/+8 |
| 2014-12-26 | Move RacyCell to `std::comm` | Flavio Percoco | -8/+36 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -36/+54 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -4/+4 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -45/+101 |
| 2014-12-25 | Map EEXIST to PathAlreadyExists error, closes #20226 | Florian Hahn | -0/+17 |
| 2014-12-25 | Prepared most `StrExt` pattern using methods for stabilization | Marvin Löbel | -2/+2 |