| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -0/+164 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -9/+6 |
| 2013-08-07 | test: Fix deadlock in task-perf-linked-failure | Brian Anderson | -1/+4 |
| 2013-08-07 | test: xfail a bunch of tests that are incorrectly reading os::args()[1] | Brian Anderson | -0/+10 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -12/+12 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -34/+34 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -96/+96 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -6/+9 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -70/+68 |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -321/+0 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -13/+13 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -321/+0 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -13/+13 |
| 2013-08-01 | auto merge of #8164 : brson/rust/noportset, r=pcwalton | bors | -12/+12 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -32/+32 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -12/+12 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -4/+4 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -4/+4 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -11/+11 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -45/+41 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -78/+60 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+3 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |