| Age | Commit message (Expand) | Author | Lines |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -1/+1 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+2 |
| 2013-03-21 | replace the core-map benchmark | Daniel Micay | -247/+86 |
| 2013-03-18 | Refactored sudoku benchmark to use traits and added some tests | Stefan Plantikow | -106/+201 |
| 2013-03-14 | auto merge of #5366 : tedhorst/rust/threadring, r=brson | bors | -0/+74 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -7/+15 |
| 2013-03-13 | reinstate test/bench/shootout-threadring.rs | Ted Horst | -0/+74 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -2/+2 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -7/+7 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -8/+8 |
| 2013-03-08 | test: Removing dvec uses | Alex Crichton | -76/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -31/+31 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -3/+5 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -3/+6 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -29/+33 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -1/+1 |
| 2013-02-26 | bench: Fix botched option dances. rs=demuting | Patrick Walton | -13/+16 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -1/+1 |
| 2013-02-26 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -37/+25 |
| 2013-02-25 | Revert "test: De-~mut the test suite. rs=demuting" | Patrick Walton | -25/+37 |
| 2013-02-25 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -37/+25 |
| 2013-02-24 | test: xfail-pretty some benchmarks. rs=burningtree | Patrick Walton | -0/+8 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -47/+60 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -33/+30 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -33/+30 |
| 2013-02-21 | Remove the last bits of structural records from tests/rustc/rusti/rustpkg. | Luqman Aden | -2/+0 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -6/+6 |
| 2013-02-19 | auto merge of #5006 : tedhorst/rust/linear_mand, r=brson | bors | -40/+44 |
| 2013-02-19 | test: fix seeded_rng uses | Graydon Hoare | -8/+8 |
| 2013-02-19 | update copyright dates | Ted Horst | -1/+1 |
| 2013-02-19 | move shootout-mandelbrot to LinearMap, add depth argument | Ted Horst | -39/+43 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+180 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -2/+2 |
| 2013-02-16 | modernize std::deque | Daniel Micay | -6/+5 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -4/+4 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -100/+98 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -4/+4 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -4/+4 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -10/+10 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -7/+7 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -23/+30 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -5/+5 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -5/+5 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -5/+5 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -12/+12 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -5/+5 |