| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-12-21 | rollup merge of #20086: shepmaster/random-typo | Alex Crichton | -2/+2 |
| 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 | -2/+3 |
| 2014-12-21 | rollup merge of #20069: jarod/bitflags | Alex Crichton | -21/+21 |
| 2014-12-21 | rollup merge of #20062: aturon/stab-2-ints | Alex Crichton | -2/+2 |
| 2014-12-21 | rollup merge of #20029: vhbit/ios-no-rt | Alex Crichton | -2/+2 |
| 2014-12-21 | rollup merge of #20006: alexcrichton/no-more-empty-modules | Alex Crichton | -8/+135 |
| 2014-12-21 | rollup merge of #19993: bluss/setalgebraitems | Alex Crichton | -46/+83 |
| 2014-12-21 | rollup merge of #19973: vhbit/ios-no-copy | Alex Crichton | -1/+0 |
| 2014-12-21 | rollup merge of #19932: elszben/master | Alex Crichton | -0/+50 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -43/+53 |
| 2014-12-21 | auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro | bors | -10/+157 |
| 2014-12-20 | Fix small typos in std::rand documentation | Jake Goulding | -2/+2 |
| 2014-12-20 | Correct typo in doc for StdinReaderGuard | Jake Goulding | -1/+1 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -2/+3 |
| 2014-12-20 | use binary literals to better reflect "bitflags" | Jarod Liu | -21/+21 |
| 2014-12-19 | Stabilize integer modules | Aaron Turon | -2/+2 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -34/+13 |
| 2014-12-20 | Fix more import_shadowing fallout in collections. | Eduard Burtescu | -9/+9 |
| 2014-12-20 | Fix the fallout of removing feature(import_shadowing). | Eduard Burtescu | -51/+31 |
| 2014-12-20 | Remove feature(import_shadowing) from all crates. | Eduard Burtescu | -2/+1 |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -7/+28 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -7/+28 |