| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2013-04-19 | librustc: Remove debug code; xfail-pretty reverse-complement. | Patrick Walton | -0/+2 |
| 2013-04-19 | test: Rewrite mandelbrot benchmark. | Patrick Walton | -175/+53 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -3/+3 |
| 2013-04-19 | test: Implement pidigits and reverse-complement | Patrick Walton | -0/+328 |
| 2013-04-19 | Move shootout-k-nucleotide to bench | Patrick Walton | -0/+0 |
| 2013-04-19 | test: Add k-nucleotide | Patrick Walton | -0/+314 |
| 2013-04-19 | test: Add fannkuch-redux and fasta-redux shootout benchmarks | Patrick Walton | -81/+299 |
| 2013-04-19 | test: Rewrite nbody and spectralnorm shootout benchmarks | Patrick Walton | -299/+165 |
| 2013-04-19 | librustc: Switch the `@`s in types with `~` | Patrick Walton | -0/+1 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -14/+0 |
| 2013-04-19 | librustc: Remove `fail_unless!` | Patrick Walton | -0/+14 |
| 2013-04-18 | auto merge of #5943 : brson/rust/struct-return, r=graydon | bors | -4/+0 |
| 2013-04-18 | auto merge of #5924 : catamorphism/rust/non-fatal-errors, r=catamorphism | bors | -0/+36 |
| 2013-04-18 | rustc: Make some typechecker errors non-fatal | Tim Chevalier | -0/+36 |
| 2013-04-18 | xfail box and vec debug info tests | Brian Leibig | -0/+4 |
| 2013-04-18 | rustc: Fix struct returns on x86 mac for 8-byte structs | Brian Anderson | -4/+0 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -15/+15 |
| 2013-04-18 | core: Remove pipes::spawn_service, spawn_service_recv | Brian Anderson | -9/+102 |
| 2013-04-18 | test: xfail-macos some tests that don't work on mac i686 | Brian Anderson | -0/+6 |
| 2013-04-18 | test: Add more comments about why extern-pass-TwoU64s is xfailed | Brian Anderson | -1/+3 |
| 2013-04-17 | auto merge of #5726 : brson/rust/struct-return, r=brson | bors | -3/+199 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -3/+199 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -0/+62 |
| 2013-04-15 | auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphism | bors | -0/+44 |
| 2013-04-15 | auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon | bors | -8/+14 |
| 2013-04-15 | auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydon | bors | -3/+2 |
| 2013-04-14 | Fix xfail'd ARC test | Dan Luu | -3/+2 |
| 2013-04-14 | auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn | bors | -0/+20 |
| 2013-04-14 | add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failure | Jyun-Yan You | -3/+4 |
| 2013-04-14 | Add a lint mode for unused unsafe blocks/functions | Alex Crichton | -0/+44 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -5/+5 |
| 2013-04-13 | fix index out of bounds error of x86_64 ABI | Jyun-Yan You | -0/+19 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -129/+102 |
| 2013-04-12 | auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestinger | bors | -0/+198 |
| 2013-04-12 | auto merge of #5809 : Aatch/rust/start-attr, r=thestinger | bors | -2/+18 |
| 2013-04-12 | Added xfail-fast to test so the windows buildbot doesn't choke | James Miller | -0/+2 |
| 2013-04-12 | libsyntax: short-circuit on non-matching variants in deriving code. | Huon Wilson | -75/+198 |
| 2013-04-12 | testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd. | Huon Wilson | -0/+75 |
| 2013-04-11 | auto merge of #5819 : erickt/rust/incoming, r=erickt | bors | -20/+13 |