| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -3/+5 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -60/+58 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -18/+16 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -4/+4 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -5/+4 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -5/+4 |
| 2013-11-22 | Strip down Cell functionality | Steven Fackler | -10/+8 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -1/+1 |
| 2013-11-18 | pidigits resurected | Guillaume Pinot | -137/+66 |
| 2013-11-17 | Prettier long string breaking. | Guillaume Pinot | -2/+2 |
| 2013-11-17 | Clarrify the message for test mode and use u8 instead of i8 for storing bits | Guillaume Pinot | -4/+5 |
| 2013-11-17 | resurect shootout-mandelbrot.rs | Guillaume Pinot | -48/+62 |
| 2013-11-14 | auto merge of #10478 : TeXitoi/rust/shootout-meteor, r=brson | bors | -0/+281 |
| 2013-11-14 | Improve variable naming. | Guillaume Pinot | -7/+8 |
| 2013-11-14 | remove useless Iterate impl, and permute the order of the argument of iterate | Guillaume Pinot | -9/+4 |
| 2013-11-14 | Add shootout meteor contest benchmark. | Guillaume Pinot | -0/+285 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -1/+1 |
| 2013-11-12 | Fixed xfail for nbody shootout benchmark by correcting command line parse. | Carol W | -9/+13 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -12/+12 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -12/+0 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10393 | Young-il Choi | -0/+2 |
| 2013-11-08 | std::ascii: Provide a copyless [Ascii] -> str method. | Huon Wilson | -6/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -4/+4 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -5/+4 |
| 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 |