| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstrie | bors | -50/+46 |
| 2013-10-29 | rewrite shootout-binarytrees.rs to match shootout directives | Guillaume Pinot | -50/+46 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -1/+1 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -2/+2 |
| 2013-10-26 | auto merge of #10072 : brson/rust/modelines, r=thestinger | bors | -1/+0 |
| 2013-10-25 | Remove ancient emacs mode lines from test cases | Brian Anderson | -1/+0 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -46/+52 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -60/+44 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -1/+5 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+5 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -3/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -32/+32 |
| 2013-10-18 | auto merge of #9851 : alexcrichton/rust/include_bin, r=huonw | bors | -7/+4 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -7/+4 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -6/+5 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -5/+5 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -5/+5 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -14/+24 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -6/+6 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -4/+4 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -9/+0 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -4/+6 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -2/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -2/+2 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -26/+26 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -54/+55 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -25/+25 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -5/+0 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -5/+5 |
| 2013-09-21 | drop `extra::par` | Daniel Micay | -518/+0 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -4/+4 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -31/+31 |
| 2013-09-06 | make macro hygienic | John Clements | -8/+8 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+0 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+0 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -0/+0 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -13/+25 |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -2/+0 |
| 2013-08-20 | Fix typo in test/bench/noise.rs. Closes #8574. | nsf | -1/+1 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -9/+7 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -1/+1 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -14/+0 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -7/+7 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -8/+8 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -0/+164 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -9/+6 |