| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-12-25 | Fix typo in std::thread comments | Adolfo Ochagavía | -1/+1 |
| 2014-12-25 | std::ascii: Use u8 methods rather than the maps directly. | Simon Sapin | -16/+14 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -539/+84 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -6/+6 |
| 2014-12-25 | auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton | bors | -1/+11 |
| 2014-12-24 | Fix backtrace demangling | Steven Fackler | -4/+4 |
| 2014-12-24 | Rename remaining hashmap and hashtable iterators to match naming | Chase Southwood | -11/+11 |
| 2014-12-25 | hashmap: Fix the example using derived Hash + Eq | bluss | -10/+18 |
| 2014-12-24 | auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton | bors | -2/+6 |
| 2014-12-24 | Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401 | Simon Sapin | -37/+37 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -21/+23 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -2/+6 |
| 2014-12-23 | Fix some spelling errors. | Huon Wilson | -11/+11 |
| 2014-12-22 | Test fixes and rebase conflicts | Alex Crichton | -3/+7 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -6/+43 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -20/+20 |
| 2014-12-22 | rollup merge of #20125: csouth3/hashset-bitops | Alex Crichton | -4/+115 |
| 2014-12-22 | Insert coercions to fn pointer types required for the new types | Niko Matsakis | -4/+15 |
| 2014-12-22 | Fix fallout from changes. In cases where stage0 compiler is needed, we | Niko Matsakis | -4/+34 |
| 2014-12-22 | Added missing renames: | Florian Wilkens | -20/+20 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -132/+131 |
| 2014-12-21 | Implement BitOps for HashSet | Chase Southwood | -4/+115 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -6/+53 |
| 2014-12-21 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-12-21 | rollup merge of #19972: alexcrichton/snapshots | Alex Crichton | -108/+0 |
| 2014-12-21 | rollup merge of #20100: alexcrichton/issue-20091 | Alex Crichton | -5/+8 |
| 2014-12-21 | std: Don't parse argv as a String | Alex Crichton | -5/+8 |