| Age | Commit message (Expand) | Author | Lines |
| 2013-05-21 | Add AtomicUint newtype | James Miller | -0/+20 |
| 2013-05-20 | core::rt: Add bindings for async uv handles | Brian Anderson | -2/+112 |
| 2013-05-20 | core::rt: Move uv idle tests to idle mod | Brian Anderson | -54/+62 |
| 2013-05-20 | core::rt: Convert unsafe_borrow_io to a Local impl | Brian Anderson | -18/+29 |
| 2013-05-20 | core::rt: Implement Local for Task | Brian Anderson | -49/+60 |
| 2013-05-20 | core::rt: Remove local_sched module | Brian Anderson | -53/+20 |
| 2013-05-20 | core::rt: Convert users of local_sched to Local trait | Brian Anderson | -145/+143 |
| 2013-05-20 | core::rt: Make local_sched a wrapper around Local | Brian Anderson | -8/+20 |
| 2013-05-20 | core::rt: Move more TLS functionality into local_ptr | Brian Anderson | -58/+94 |
| 2013-05-20 | core::rt: Move some TLS functions from local_sched to local_ptr | Brian Anderson | -59/+82 |
| 2013-05-20 | rt: Rename rust_initialize_global_state to rust_initialize_rt_tls_key | Brian Anderson | -8/+15 |
| 2013-05-20 | core::rt: Store Task as a ~ pointer | Brian Anderson | -11/+11 |
| 2013-05-20 | core::rt: Add Local trait | Brian Anderson | -0/+21 |
| 2013-05-20 | core:rt:: Rename LocalServices to Task | Brian Anderson | -78/+67 |
| 2013-05-20 | core::rt: Queues MessageQueue and WorkQueue are cloneable | Brian Anderson | -1/+19 |
| 2013-05-20 | core::rt: Add MessageQueue type | Brian Anderson | -1/+48 |
| 2013-05-20 | core::rt: Put a lock on the work queue | Brian Anderson | -13/+22 |
| 2013-05-20 | core::rt: Rename WorkQueue methods, remove extra push method | Brian Anderson | -12/+8 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -125/+60 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -110/+194 |
| 2013-05-20 | detect unused attrs in one more place, allow parsing to continue for all | John Clements | -28/+57 |
| 2013-05-20 | parser comment | John Clements | -0/+1 |
| 2013-05-20 | refactoring test functions | John Clements | -70/+105 |
| 2013-05-20 | auto merge of #6644 : steveklabnik/rust/remove_unsafe_warning, r=bstrie | bors | -6/+2 |
| 2013-05-20 | auto merge of #6643 : sanxiyn/rust/legacy-modes, r=bstrie | bors | -16/+3 |
| 2013-05-20 | Remove two warnings about unneccesary safe blocks. | Steve Klabnik | -6/+2 |
| 2013-05-21 | Remove legacy_modes | Seo Sanghyeon | -16/+3 |
| 2013-05-20 | Remove outdated function transmute_for_stage0 | Björn Steinbrink | -19/+15 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -9844/+24 |
| 2013-05-20 | auto merge of #6632 : steveklabnik/rust/remove_more_warnings, r=thestinger | bors | -18/+7 |
| 2013-05-20 | auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphism | bors | -8/+1 |
| 2013-05-19 | Register snapshots | Brian Anderson | -9844/+24 |
| 2013-05-19 | auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestinger | bors | -3/+13 |
| 2013-05-19 | auto merge of #6627 : steveklabnik/rust/remove_warnings, r=thestinger,catamor... | bors | -5/+0 |
| 2013-05-19 | Add a few 'function's. | Steve Klabnik | -2/+2 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -18/+7 |
| 2013-05-19 | auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphism | bors | -1/+31 |
| 2013-05-19 | Remove more warnings. | Steve Klabnik | -8/+1 |
| 2013-05-19 | auto merge of #6625 : cmr/rust/constops, r=Aatch | bors | -14/+177 |
| 2013-05-19 | Removing some warnings from logging.rs | Steve Klabnik | -5/+0 |
| 2013-05-19 | Fix wording per feedback | Steve Klabnik | -2/+2 |
| 2013-05-19 | Test fixes, use LLVMConstFCmp in ConstFCmp | Corey Richardson | -12/+12 |
| 2013-05-19 | Fix LLVMConst{I,F}Cmp | Corey Richardson | -20/+30 |
| 2013-05-19 | Implement unimplemented const binops | Corey Richardson | -12/+165 |
| 2013-05-19 | Add a better introduction for the io module. | Steve Klabnik | -1/+31 |
| 2013-05-19 | auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestinger | bors | -0/+44 |
| 2013-05-19 | Explain an odd conditional check. | Tom Lee | -0/+11 |
| 2013-05-19 | Remove unused variable. | Tom Lee | -1/+0 |
| 2013-05-19 | Reexport static trait methods on traits in the same module. | Tom Lee | -2/+16 |
| 2013-05-19 | Fix trailing whitespace | Steve Klabnik | -2/+2 |