| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -19/+1 |
| 2014-01-04 | auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichton | bors | -6/+12 |
| 2014-01-04 | auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton | bors | -0/+18 |
| 2014-01-04 | Condition EH ABI on target_arch, not target_os. | Vadim Chugunov | -6/+12 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -43/+88 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -43/+88 |
| 2014-01-04 | auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton | bors | -1/+19 |
| 2014-01-04 | auto merge of #11301 : vadimcn/rust/fix-android, r=brson | bors | -46/+113 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+8 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -21/+45 |
| 2014-01-04 | Restore Writer.write_char, see #10861. | Gareth Smith | -0/+18 |
| 2014-01-04 | std: io: add some code examples | Adrien Tétar | -21/+45 |
| 2014-01-04 | auto merge of #11283 : brson/rust/doublefailure, r=alexcrichton | bors | -1/+7 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+8 |
| 2014-01-03 | Fix ARM unwinding. | Vadim Chugunov | -46/+113 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -94/+12 |
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -0/+1 |
| 2014-01-03 | auto merge of #11280 : c-a/rust/inline_byteswap, r=brson | bors | -27/+27 |
| 2014-01-04 | std: adjust requested stack size for thread-local storage. | Huon Wilson | -1/+19 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -88/+0 |
| 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 |