| Age | Commit message (Expand) | Author | Lines |
| 2013-05-17 | auto merge of #6534 : brson/rust/intrinsic-docs, r=bstrie | bors | -8/+68 |
| 2013-05-16 | auto merge of #6549 : bjz/rust/numeric-traits, r=thestinger | bors | -0/+21 |
| 2013-05-16 | auto merge of #6093 : alexcrichton/rust/issue-2647, r=thestinger | bors | -1/+0 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -1/+0 |
| 2013-05-16 | auto merge of #6546 : cmr/rust/warning, r=thestinger | bors | -4/+2 |
| 2013-05-16 | auto merge of #6523 : cmr/rust/faster_each_permutation, r=luqmana | bors | -20/+127 |
| 2013-05-16 | Update to new for-loop protocol | Corey Richardson | -4/+4 |
| 2013-05-17 | Implement sin_cos method for float, f64 and f32 | Brendan Zabarauskas | -0/+21 |
| 2013-05-16 | Remove each_permutation_ref | Corey Richardson | -60/+0 |
| 2013-05-16 | fix warnings | Corey Richardson | -4/+2 |
| 2013-05-16 | iter: add fold, sum and product | Daniel Micay | -0/+106 |
| 2013-05-16 | Update to modern rust | Corey Richardson | -29/+21 |
| 2013-05-16 | Ensure reverse_part does not access outside given vector | Tommy M. McGuire | -5/+5 |
| 2013-05-16 | Add reverse_part, replace each_permutation, add tests | Tommy M. McGuire | -18/+193 |
| 2013-05-16 | core: Document some intrinsics | Brian Anderson | -8/+68 |
| 2013-05-16 | auto merge of #6509 : thestinger/rust/clone, r=nikomatsakis | bors | -0/+14 |
| 2013-05-15 | auto merge of #6488 : sammykim/rust/issue-6430, r=sanxiyn | bors | -9/+15 |
| 2013-05-16 | Change unsafe functions to safe functions | Sangeun Kim | -9/+15 |
| 2013-05-15 | auto merge of #6505 : cmr/rust/unsetenv, r=catamorphism | bors | -1/+36 |
| 2013-05-15 | auto merge of #6527 : thestinger/rust/deep_clone, r=pcwalton | bors | -11/+36 |
| 2013-05-15 | auto merge of #6503 : sonwow/rust/at_vec-renamed, r=graydon | bors | -14/+14 |
| 2013-05-15 | add DeepClone impl for @T and @mut T with T: Const | Daniel Micay | -11/+36 |
| 2013-05-15 | auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger | bors | -0/+4 |
| 2013-05-15 | core::rt: Unignore a fixed TCP test | Brian Anderson | -1/+1 |
| 2013-05-15 | add a Clone impl for borrowed pointers | Daniel Micay | -0/+14 |
| 2013-05-15 | auto merge of #6498 : thestinger/rust/deep_clone, r=thestinger | bors | -10/+66 |
| 2013-05-15 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -1132/+2929 |
| 2013-05-15 | core::rt: Fix TCP test on mac | Brian Anderson | -3/+8 |
| 2013-05-15 | core::rt: Copy many of the old io extensions to the new io | Brian Anderson | -6/+334 |
| 2013-05-15 | core::rt: More work on Reader extensions and error handling | Brian Anderson | -65/+127 |
| 2013-05-15 | core::rt: Make push_bytes raise read_error on EOF | Brian Anderson | -19/+45 |
| 2013-05-15 | core::rt: Warnings | Brian Anderson | -18/+12 |
| 2013-05-15 | core::rt: Rename Task to Coroutine | Brian Anderson | -58/+58 |
| 2013-05-15 | core::rt: Rename Sched.task_queue to work_queue | Brian Anderson | -5/+5 |
| 2013-05-15 | rt: Rename sched_key to rt_key | Brian Anderson | -2/+2 |
| 2013-05-15 | core::rt: Fix scheduling logic for enqueued tasks | Brian Anderson | -126/+188 |
| 2013-05-15 | core::rt: Add uv timer bindings | Brian Anderson | -8/+202 |
| 2013-05-15 | core::rt: `read` raises `read_error` | Brian Anderson | -241/+29 |
| 2013-05-15 | core::rt: Begin implementing Reader extension methods | Brian Anderson | -5/+325 |
| 2013-05-15 | core: Turn task::unkillable, etc. into no-ops in newsched. #6377 | Brian Anderson | -18/+33 |
| 2013-05-15 | core::rt: Don't abort when reporting an unknown uv error | Brian Anderson | -2/+3 |
| 2013-05-15 | core::rt: Error handling for TcpStream.read | Brian Anderson | -11/+93 |
| 2013-05-15 | core::rt: Initialize logging | Brian Anderson | -4/+41 |
| 2013-05-15 | core: Replace use of libc::getenv with os::getenv | Brian Anderson | -4/+2 |
| 2013-05-15 | core: Use a global lock instead of runtime lock for os::getenv, etc. #4726 | Brian Anderson | -12/+14 |
| 2013-05-15 | core::rt: Add a test of standalone use of the runtime | Brian Anderson | -24/+19 |
| 2013-05-15 | core:rt: A few micro-opts | Brian Anderson | -5/+14 |
| 2013-05-15 | Add unsetenv wrapper | Corey Richardson | -1/+36 |
| 2013-05-15 | auto merge of #6493 : brson/rust/tls, r=thestinger | bors | -4/+2 |
| 2013-05-16 | rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c... | Youngsoo Son | -14/+14 |