| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -43/+43 |
| 2013-03-27 | auto merge of #5569 : thestinger/rust/map, r=catamorphism | bors | -3/+3 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -4/+5 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -6/+6 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -4/+4 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -8/+8 |
| 2013-03-26 | fix the core-map benchmark's descending range | Daniel Micay | -3/+3 |
| 2013-03-26 | std: Remove the oldmap module | Alex Crichton | -1/+0 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -51/+38 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -1/+2 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -6/+6 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -5/+5 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -4/+4 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -0/+1 |
| 2013-03-21 | auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0 | bors | -1/+2 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 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 |