| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -4/+16 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -128/+147 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -6/+6 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -2/+1 |
| 2014-01-07 | extratest: Fix all leaked trait imports | Alex Crichton | -1/+2 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -99/+65 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -5/+17 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -24/+65 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -6/+6 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -7/+7 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -156/+272 |
| 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-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 |