| Age | Commit message (Expand) | Author | Lines |
| 2013-05-15 | auto merge of #6500 : kud1ing/rust/cleanup, r=bstrie | bors | -53/+0 |
| 2013-05-15 | rustpkg: Reorganize test files | Tim Chevalier | -0/+0 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -1798/+752 |
| 2013-05-15 | auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger | bors | -127/+131 |
| 2013-05-15 | core::rt: Unignore a fixed TCP test | Brian Anderson | -1/+1 |
| 2013-05-15 | auto merge of #6418 : catamorphism/rust/rustpkg, r=catamorphism | bors | -431/+296 |
| 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 | -15/+139 |
| 2013-05-15 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -1156/+3003 |
| 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 | -10/+10 |
| 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 | -13/+207 |
| 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 | -5/+46 |
| 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 | -13/+34 |
| 2013-05-15 | core::rt: Add a test of standalone use of the runtime | Brian Anderson | -24/+37 |
| 2013-05-15 | core:rt: A few micro-opts | Brian Anderson | -16/+21 |
| 2013-05-15 | auto merge of #6495 : thestinger/rust/vim, r=luqmana | bors | -7/+3 |
| 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-15 | auto merge of #6490 : brson/rust/rusti, r=brson | bors | -1/+1 |
| 2013-05-16 | rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c... | Youngsoo Son | -15/+15 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -134/+128 |
| 2013-05-15 | auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphism | bors | -13/+36 |
| 2013-05-15 | Merge type_span and type_def, and ditto with value_span and value_def | Junyoung Cho | -19/+24 |
| 2013-05-15 | remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6) | Lenny222 | -53/+0 |
| 2013-05-15 | rc: fix tests | Daniel Micay | -15/+24 |
| 2013-05-14 | auto merge of #6482 : catamorphism/rust/unsafe-fn-autoderef, r=catamorphism | bors | -4/+6 |
| 2013-05-15 | Allow static strings to be used with keyword checks | Björn Steinbrink | -127/+131 |
| 2013-05-14 | auto merge of #6224 : erickt/rust/rustc-cleanup, r=erickt | bors | -588/+605 |
| 2013-05-15 | add a DeepClone trait | Daniel Micay | -12/+126 |
| 2013-05-14 | auto merge of #6478 : dotdash/rust/inlining, r=catamorphism | bors | -0/+5 |
| 2013-05-15 | clone: clarify docstring | Daniel Micay | -2/+3 |
| 2013-05-15 | vim: `be` is still a reserved keyword | Daniel Micay | -2/+2 |
| 2013-05-15 | vim: no more drop blocks | Daniel Micay | -1/+1 |
| 2013-05-14 | vim: swap operator is gone | Daniel Micay | -4/+0 |
| 2013-05-14 | core: Fix leak in TLS. #6231 | Brian Anderson | -4/+2 |
| 2013-05-14 | rustc: rename ty::method to ty::Method and add ctor | Erick Tryzelaar | -76/+108 |