| Age | Commit message (Expand) | Author | Lines |
| 2013-12-24 | std: Make logging safely implemented | Alex Crichton | -21/+11 |
| 2013-12-24 | std: Handle prints with literally no context | Alex Crichton | -4/+25 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -176/+118 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -511/+283 |
| 2013-12-24 | std: Delete rt::test | Alex Crichton | -1030/+583 |
| 2013-12-24 | std: Introduce an unstable::stack module | Alex Crichton | -2/+276 |
| 2013-12-24 | std: Introduce a Runtime trait | Alex Crichton | -269/+25 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -70/+286 |
| 2013-12-23 | auto merge of #11022 : spaolacci/rust/0read, r=alexcrichton | bors | -3/+31 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -4/+10 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -90/+147 |
| 2013-12-23 | Add tests for 0-byte read propagation. | Sébastien Paolacci | -0/+28 |
| 2013-12-22 | auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson | bors | -0/+4 |
| 2013-12-22 | auto merge of #11082 : brson/rust/noat, r=alexcrichton | bors | -76/+89 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -2/+297 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -55/+34 |
| 2013-12-21 | Guarantee comm primitives are not Freeze | Alex Crichton | -0/+4 |
| 2013-12-21 | std: Remove some @-boxes | Brian Anderson | -76/+89 |
| 2013-12-20 | Implement size_hint() for ByRef iterator | Palmer Cox | -1/+2 |
| 2013-12-20 | Update next() and size_hint() for MutSpliterIterator | Palmer Cox | -11/+8 |
| 2013-12-20 | Remove remainder field from MutChunkIter | Palmer Cox | -13/+10 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -7/+64 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -3/+3 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -3/+3 |
| 2013-12-20 | auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonw | bors | -2/+5 |
| 2013-12-19 | auto merge of #11071 : huonw/rust/quiet-test, r=cmr | bors | -46/+28 |
| 2013-12-20 | std::vec: implement a stable merge sort, deferring to insertion sort for | Huon Wilson | -1/+260 |
| 2013-12-19 | Get comm_adapters building again | Alex Crichton | -2/+5 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -0/+2 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -46/+28 |
| 2013-12-19 | auto merge of #11061 : huonw/rust/opt-unsafe-vec, r=alexcrichton | bors | -48/+105 |
| 2013-12-19 | std::vec: use some unsafe code to optimise `remove`. | Huon Wilson | -39/+74 |
| 2013-12-19 | auto merge of #11065 : huonw/rust/slice-chars-example, r=cmr | bors | -1/+1 |
| 2013-12-19 | auto merge of #11038 : alexcrichton/rust/fix-osx-leak, r=cmr | bors | -2/+1 |
| 2013-12-18 | Upgrade libuv to fix a leak on OSX | Alex Crichton | -2/+1 |
| 2013-12-18 | auto merge of #11050 : alexcrichton/rust/snapshots, r=brson | bors | -41/+1 |
| 2013-12-19 | std::str: fix .slice_chars example. Fixes #11014. | Huon Wilson | -1/+1 |
| 2013-12-19 | std::vec: replace .insert with a small amount of unsafe code. | Huon Wilson | -9/+31 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -319/+196 |
| 2013-12-19 | std::str: remove .as_mut_buf & rewrite/simplify `.push_char`. | Huon Wilson | -23/+6 |
| 2013-12-19 | std::str: replace .as_imm_buf with .as_ptr. | Huon Wilson | -101/+68 |
| 2013-12-19 | std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len. | Huon Wilson | -112/+71 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -91/+59 |
| 2013-12-18 | Register new snapshots | Alex Crichton | -41/+1 |
| 2013-12-17 | auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwalton | bors | -1/+2 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -448/+7 |
| 2013-12-17 | auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton | bors | -3/+8 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -1/+2 |
| 2013-12-17 | auto merge of #10998 : thestinger/rust/iter, r=alexcrichton | bors | -4/+2 |