| Age | Commit message (Expand) | Author | Lines |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -9/+13 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -3/+0 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -8/+8 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -138/+50 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -47/+24 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -37/+37 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -65/+69 |
| 2013-04-29 | auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphism | bors | -31/+20 |
| 2013-04-29 | auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements | bors | -0/+16 |
| 2013-04-28 | add test case for enum disambiguation | John Clements | -0/+16 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -46/+48 |
| 2013-04-28 | rustc: Suppress derived pattern-match-checking errors | Tim Chevalier | -0/+44 |
| 2013-04-28 | Updated spawn / loop thread to work with current syntax | Dan Luu | -9/+8 |
| 2013-04-28 | Remove test for any type -> match type, which doesn't seem to exist anymore | Dan Luu | -14/+0 |
| 2013-04-28 | Update old xfailing spawn/bind/join test | Dan Luu | -8/+12 |
| 2013-04-27 | auto merge of #6081 : brson/rust/out-of-stack, r=thestinger | bors | -83/+0 |
| 2013-04-27 | auto merge of #6071 : bjz/rust/numeric-traits, r=graydon | bors | -67/+71 |
| 2013-04-26 | auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton | bors | -8/+130 |
| 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-26 | Fix failing test | Brendan Zabarauskas | -67/+71 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -8/+10 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -1/+1 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -2/+7 |
| 2013-04-24 | auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakis | bors | -34/+32 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -17/+14 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -20/+21 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -4/+4 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -9/+9 |
| 2013-04-23 | Improve the unused unsafe block warning to include unsafe blocks in unsafe fu... | Alex Crichton | -7/+27 |
| 2013-04-23 | auto merge of #6027 : alexcrichton/rust/more-backticks, r=catamorphism | bors | -4/+4 |
| 2013-04-23 | auto merge of #6020 : yichoi/rust/pull-0423, r=brson | bors | -0/+31 |
| 2013-04-23 | Use backticks for the unsafe keyword in error messages | Alex Crichton | -4/+4 |
| 2013-04-23 | test: fix for missing ARM support | Young-il Choi | -0/+31 |
| 2013-04-22 | auto merge of #6007 : pcwalton/rust/use-mod, r=brson | bors | -24/+0 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -0/+42 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -24/+0 |
| 2013-04-22 | Add some tests for nullable-pointer enums | Jed Davis | -0/+131 |
| 2013-04-21 | auto merge of #5990 : bjz/rust/rem-quot, r=catamorphism | bors | -4/+4 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -4/+4 |
| 2013-04-21 | Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAIL | Matthijs Hofstra | -6/+4 |
| 2013-04-20 | xfail two benchmarks that are failing on the bots | Brian Anderson | -0/+4 |
| 2013-04-20 | Implement a lint mode to deal with unused 'mut' variables | Alex Crichton | -0/+42 |
| 2013-04-20 | auto merge of #5978 : alexcrichton/rust/issue-5954, r=catamorphism | bors | -5/+2 |
| 2013-04-20 | Don't warn about unsafe functions which don't need to be unsafe | Alex Crichton | -5/+2 |
| 2013-04-21 | testsuite: update tests to not use math intrinsics directly | Huon Wilson | -7/+3 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -2/+1 |
| 2013-04-19 | auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton | bors | -558/+1170 |
| 2013-04-19 | test: xfail some benchmarks that require external libraries or inputs | Patrick Walton | -0/+5 |
| 2013-04-19 | auto merge of #5824 : bleibig/rust/debuginfo, r=brson | bors | -0/+64 |