| Age | Commit message (Expand) | Author | Lines |
| 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 | core: Update clone docs | Brian Anderson | -4/+6 |
| 2013-05-20 | Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsics | Brian Anderson | -42/+19 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -4/+4 |
| 2013-05-20 | Correctly track the source of imports with the same name | Alex Crichton | -1/+1 |
| 2013-05-20 | Avoid range checks in HashMap::each() | Björn Steinbrink | -3/+3 |
| 2013-05-20 | Update to stop unsolicited copying and mark methods as unsafe | Brendan Zabarauskas | -11/+29 |
| 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 | -1818/+16 |
| 2013-05-20 | auto merge of #6632 : steveklabnik/rust/remove_more_warnings, r=thestinger | bors | -2/+2 |
| 2013-05-20 | auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphism | bors | -8/+1 |
| 2013-05-19 | Register snapshots | Brian Anderson | -1818/+16 |
| 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 | -2/+2 |
| 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 | Removing some warnings from logging.rs | Steve Klabnik | -5/+0 |
| 2013-05-19 | Fix wording per feedback | Steve Klabnik | -2/+2 |
| 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 | Fix trailing whitespace | Steve Klabnik | -2/+2 |
| 2013-05-19 | Elaborate a bit in the Reader docs regarding stream position. | Steve Klabnik | -3/+13 |
| 2013-05-19 | Added note about prelude inclusion. | Steve Klabnik | -2/+4 |
| 2013-05-19 | Add docs for stdin in core::io. | Steve Klabnik | -0/+10 |
| 2013-05-19 | Add additional documentation in core::io. | Steve Klabnik | -0/+42 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -30/+9 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -809/+809 |
| 2013-05-19 | auto merge of #6595 : bjz/rust/core-tuple, r=thestinger | bors | -278/+293 |
| 2013-05-19 | Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests. | Huon Wilson | -19/+87 |
| 2013-05-18 | auto merge of #6606 : thestinger/rust/vers, r=brson | bors | -1/+1 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -1/+1 |
| 2013-05-19 | Add Ptr::to_option method | Brendan Zabarauskas | -0/+33 |
| 2013-05-18 | auto merge of #6589 : thestinger/rust/iterator, r=thestinger | bors | -76/+27 |
| 2013-05-18 | fix stage0 compile | Daniel Micay | -0/+2 |
| 2013-05-18 | auto merge of #6577 : brson/rust/io-upstream, r=pcwalton | bors | -1377/+4057 |
| 2013-05-19 | Use `///` style doc-comments and add missing headings | Brendan Zabarauskas | -72/+83 |
| 2013-05-19 | Code modernisation and cleanup | Brendan Zabarauskas | -64/+100 |
| 2013-05-19 | Create Char trait | Brendan Zabarauskas | -56/+102 |
| 2013-05-19 | Move tuple tests into submodule | Brendan Zabarauskas | -48/+54 |
| 2013-05-19 | Fix Ord implementation to use lexical ordering | Brendan Zabarauskas | -14/+14 |
| 2013-05-19 | Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12} | Brendan Zabarauskas | -118/+147 |
| 2013-05-19 | Use match instead of intermediate variable | Brendan Zabarauskas | -7/+9 |
| 2013-05-19 | Adapt the getter macro to implement Clone, Eq and Ord for n-ary tuples | Brendan Zabarauskas | -145/+55 |
| 2013-05-18 | Return a reference to the tuple elements instead of copying | Brendan Zabarauskas | -94/+92 |