| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | libstd: De-`@mut` the `heap_cycles` test | Patrick Walton | -4/+8 |
| 2014-01-03 | libstd: Remove a spurious `@mut` from a disabled test | Patrick Walton | -2/+3 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -282/+35 |
| 2014-01-03 | Remove std::either | Alex Crichton | -282/+35 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 2014-01-03 | auto merge of #10861 : alexcrichton/rust/iostr, r=pcwalton | bors | -24/+73 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -24/+73 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -1/+7 |
| 2014-01-03 | fixup! libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-02 | auto merge of #10828 : SimonSapin/rust/ascii_opt, r=pcwalton | bors | -36/+70 |
| 2014-01-02 | libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichton | bors | -0/+13 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+3 |
| 2014-01-01 | auto merge of #11242 : Dretch/rust/hashmap-key-value-iterators, r=pcwalton | bors | -6/+39 |
| 2014-01-01 | Add byteswap intrinsics for converting from big/little to host endian | Carl-Anton Ingmarsson | -0/+13 |
| 2014-01-01 | auto merge of #11212 : alexcrichton/rust/local-task-count, r=brson | bors | -37/+59 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -37/+59 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+2 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -13/+150 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -22/+15 |
| 2013-12-31 | auto merge of #11137 : g3xzh/rust/benchm, r=cmr | bors | -0/+41 |
| 2013-12-31 | auto merge of #11186 : alexcrichton/rust/native-udp, r=brson | bors | -24/+115 |
| 2013-12-31 | auto merge of #11173 : whitequark/rust/master, r=thestinger | bors | -0/+12 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+1 |
| 2013-12-31 | Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators. | Gareth Smith | -6/+39 |
| 2013-12-31 | Implement native UDP I/O | Alex Crichton | -24/+115 |
| 2013-12-31 | auto merge of #11208 : alexcrichton/rust/less-c, r=cmr | bors | -10/+102 |
| 2013-12-31 | auto merge of #11236 : huonw/rust/sort-rust-log-help, r=sanxiyn | bors | -2/+9 |
| 2013-12-31 | std: print RUST_LOG=::help in sorted order. | Huon Wilson | -2/+9 |
| 2013-12-31 | Add .insert() and .insert_char() methods to ~str. | Simon Sapin | -0/+42 |
| 2013-12-30 | auto merge of #11142 : alan-andrade/rust/improve_opts_example, r=cmr | bors | -5/+9 |
| 2013-12-31 | Fix tests | Alan Andrade | -5/+9 |
| 2013-12-30 | Add rust_fail. #11219 | Brian Anderson | -14/+21 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+12 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -10/+102 |
| 2013-12-30 | Add more benchmark tests to path/posix | g3xzh | -0/+41 |
| 2013-12-30 | auto merge of #11199 : alexcrichton/rust/windows-isnt-waiting, r=pcwalton | bors | -4/+1 |
| 2013-12-29 | Actually block in a windows cvar | Alex Crichton | -4/+1 |
| 2013-12-29 | Add method .as_mut_slice() to MutableVector | Kevin Ballard | -0/+6 |
| 2013-12-29 | auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr | bors | -42/+50 |
| 2013-12-28 | Implement a Once primitive for initialization | Alex Crichton | -1/+145 |
| 2013-12-28 | auto merge of #11180 : alexcrichton/rust/fix-deferred-send, r=cmr | bors | -1/+1 |
| 2013-12-28 | auto merge of #11150 : huonw/rust/moar-docs, r=alexcrichton | bors | -174/+189 |
| 2013-12-29 | std::hashmap: add an example with the basic methods. | Huon Wilson | -0/+39 |
| 2013-12-28 | Guard a maybe_yield in Chan with can_resched | Alex Crichton | -1/+1 |
| 2013-12-28 | auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton | bors | -75/+506 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -70/+354 |
| 2013-12-27 | auto merge of #11160 : octurion/rust/cloneable, r=alexcrichton | bors | -5/+5 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -6/+152 |