| Age | Commit message (Expand) | Author | Lines |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -63/+138 |
| 2013-04-15 | auto merge of #5891 : brson/rust/valgrind, r=brson | bors | -3/+0 |
| 2013-04-15 | rt: Move test functions to rust_test_helpers.cpp | Brian Anderson | -86/+105 |
| 2013-04-15 | Make valgrind suppressions more liberal | Brian Anderson | -3/+0 |
| 2013-04-15 | auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphism | bors | -985/+1045 |
| 2013-04-16 | Prevent eval_const_expr_partial hides prior error in expr_cast arm. | Jeong YunWon | -25/+24 |
| 2013-04-15 | Tidy | Tim Chevalier | -3/+3 |
| 2013-04-15 | auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon | bors | -28/+201 |
| 2013-04-15 | auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydon | bors | -3/+2 |
| 2013-04-14 | core::rt: Clean up the thread-local scheduler code | Brian Anderson | -74/+79 |
| 2013-04-14 | core::rt: All context switches are followed by a cleanup action | Brian Anderson | -5/+7 |
| 2013-04-14 | core::rt: Schedulers only need a single cleanup_job at a time | Brian Anderson | -31/+31 |
| 2013-04-14 | core::rt: Insert calls to run_cleanup_tasks after all context switches | Brian Anderson | -5/+8 |
| 2013-04-14 | core::rt: Rename block_running_task_and_then to deschedul_... | Brian Anderson | -7/+7 |
| 2013-04-14 | core::rt: Restructure task_from_last_cleanup_job to borrow correctly | Brian Anderson | -48/+63 |
| 2013-04-14 | Fix xfail'd ARC test | Dan Luu | -3/+2 |
| 2013-04-14 | Change to 4-space indents in code examples | Leah Hanson | -14/+14 |
| 2013-04-14 | auto merge of #5880 : Dretch/rust/signals, r=thestinger | bors | -0/+30 |
| 2013-04-14 | Flesh out the SIG* constants: this adds all the posix signal | gareth | -0/+30 |
| 2013-04-14 | update copyright notice on base64.rs | Leah Hanson | -1/+1 |
| 2013-04-14 | auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn | bors | -2/+33 |
| 2013-04-14 | test: remove unnecessary unsafe blocks/functions | Alex Crichton | -37/+33 |
| 2013-04-14 | add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failure | Jyun-Yan You | -3/+15 |
| 2013-04-14 | syntax: remove unnecessary unsafe blocks/functions | Alex Crichton | -6/+4 |
| 2013-04-14 | rustc: remove unnecessary unsafe blocks/methods | Alex Crichton | -175/+153 |
| 2013-04-14 | std: remove unused unsafe blocks/functions | Alex Crichton | -455/+405 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -242/+226 |
| 2013-04-14 | Add a lint mode for unused unsafe blocks/functions | Alex Crichton | -70/+224 |
| 2013-04-13 | auto merge of #5867 : dotdash/rust/reduce_reallocs, r=graydon | bors | -1/+1 |
| 2013-04-13 | auto merge of #5864 : huonw/rust/rusti-detect-tty, r=graydon | bors | -30/+44 |
| 2013-04-13 | auto merge of #5810 : thestinger/rust/iterator, r=graydon | bors | -164/+216 |
| 2013-04-13 | Doc review, as requested :-). | Dan Luu | -8/+7 |
| 2013-04-14 | Remove unnecessary enclosing modules for NumCast impls | Brendan Zabarauskas | -30/+22 |
| 2013-04-14 | Consolidate tests of numeric operations | Brendan Zabarauskas | -83/+29 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -7/+29 |
| 2013-04-14 | Remove trailing whitespace | Brendan Zabarauskas | -5/+5 |
| 2013-04-14 | Add a test to show how NumCast can be used in type parameters | Brendan Zabarauskas | -1/+24 |
| 2013-04-14 | Generate NumCast impls and tests using macros | Brendan Zabarauskas | -922/+114 |
| 2013-04-14 | Clarify purpose of NumCast trait | Brendan Zabarauskas | -2/+2 |
| 2013-04-13 | Avoid excessive allocations and copies in iter::to_vec | Björn Steinbrink | -1/+1 |
| 2013-04-13 | move rustdoc comments so that they attach to the functions rather than the im... | Leah Hanson | -79/+79 |
| 2013-04-13 | auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestinger | bors | -15/+136 |
| 2013-04-13 | librusti: only use std::rl if stdin is connected to a tty. | Huon Wilson | -30/+44 |
| 2013-04-13 | librust: make `rust run file.rs` past any extra arguments to the compiled pro... | Huon Wilson | -4/+4 |
| 2013-04-13 | initial iterator object library | Daniel Micay | -164/+216 |
| 2013-04-13 | fix index out of bounds error of x86_64 ABI | Jyun-Yan You | -2/+21 |
| 2013-04-12 | auto merge of #5839 : bjz/rust/master, r=brson | bors | -1/+42 |
| 2013-04-12 | Add comments for the implementations of from_base64 and to_base64 for . | Leah Hanson | -0/+34 |
| 2013-04-12 | Suppress a bunch of valgrind errors | Brian Anderson | -0/+92 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -63/+138 |