| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -32/+2 |
| 2014-01-07 | auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton | bors | -154/+283 |
| 2014-01-08 | std::trie: make lower_bound and upper_bound about 15% faster. | Huon Wilson | -10/+10 |
| 2014-01-08 | std::trie: Add some iteration/search benchmarks. | Huon Wilson | -0/+60 |
| 2014-01-08 | std::trie: use macros to share code between the iterator implementations. | Huon Wilson | -129/+126 |
| 2014-01-08 | std::trie: remove some obsolete internal iterators. | Huon Wilson | -99/+3 |
| 2014-01-08 | std::trie: add an mutable-values iterator. | Huon Wilson | -0/+168 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -17/+17 |
| 2014-01-06 | auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson | bors | -0/+22 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -2/+3 |
| 2014-01-06 | Don't read forever on a file descriptor | Alex Crichton | -0/+22 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -156/+272 |
| 2014-01-06 | auto merge of #10826 : SimonSapin/rust/str-insert, r=brson | bors | -0/+42 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -17/+17 |
| 2014-01-06 | auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton | bors | -0/+21 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -32/+2 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -5/+11 |
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -0/+21 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -3/+2 |
| 2014-01-05 | std: mark some modules as unstable | Corey Richardson | -2/+9 |
| 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 |