| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -2/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -37/+37 |
| 2013-05-09 | test: Add two tests for issue #6272. | Niko Matsakis | -0/+21 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -1/+1 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -3/+3 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -0/+28 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -0/+28 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -0/+38 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -5/+2 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -4/+1 |
| 2013-05-03 | rustc: add rooting, write-guards to slices etc | Niko Matsakis | -0/+96 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-30 | remove some unused mut decls | Niko Matsakis | -6/+6 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -2/+2 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+3 |
| 2013-04-27 | auto merge of #6081 : brson/rust/out-of-stack, r=thestinger | bors | -83/+0 |
| 2013-04-26 | rt: Set the stack depth limit to 1GB. Abort on error. | Brian Anderson | -83/+0 |
| 2013-04-26 | Added test cases for all fail message formats | Marvin Löbel | -0/+120 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -1/+1 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -2/+2 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -2/+2 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -1/+1 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-23 | turn std::oldmap into a wrapper around LinearMap | Daniel Micay | -5/+3 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -2/+2 |
| 2013-03-22 | test: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -0/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-20 | add assert_eq! macro | John Clements | -0/+8 |
| 2013-03-19 | Allow custom messages on assert statements | Alex Crichton | -0/+15 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -2/+2 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-11 | Remove the log keyword (by renaming it to __log) | Brian Anderson | -14/+0 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -22/+22 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -2/+5 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -5/+9 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -8/+9 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -3/+12 |
| 2013-02-23 | test: Fix comments in pretty-printed test. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -7/+7 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -9/+9 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -15/+15 |