| Age | Commit message (Expand) | Author | Lines |
| 2014-01-11 | auto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton | bors | -0/+1 |
| 2014-01-11 | Removed free_glue from tydesc (the code is still generated, but inlined in dr... | Eduard Burtescu | -2/+31 |
| 2014-01-11 | define arch for iOS/ARM | kud1ing | -0/+1 |
| 2014-01-10 | auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton | bors | -31/+31 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -31/+31 |
| 2014-01-10 | std::io: Optimize u64_from_be_bytes() | Carl-Anton Ingmarsson | -11/+19 |
| 2014-01-10 | std::io: Add tests and benchmarks for u64_from_be_bytes() | Carl-Anton Ingmarsson | -0/+82 |
| 2014-01-10 | auto merge of #11437 : sfackler/rust/mem-eof, r=alexcrichton | bors | -2/+12 |
| 2014-01-09 | Add eof to MemReader and BufReader | Steven Fackler | -2/+12 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -2/+3 |
| 2014-01-09 | auto merge of #10926 : thestinger/rust/rc, r=cmr | bors | -97/+108 |
| 2014-01-09 | port over the old tests to the new `Rc` | Daniel Micay | -2/+43 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -0/+36 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+36 |
| 2014-01-09 | rename Strong -> Rc, replacing `rc` with `weak` | Daniel Micay | -287/+102 |
| 2014-01-09 | add a strong/weak reference counted pointer type | Daniel Micay | -0/+191 |
| 2014-01-09 | stop treating `Rc` cycles as unsafe | Daniel Micay | -45/+9 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -142/+18 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -279/+237 |
| 2014-01-09 | auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton | bors | -114/+25 |
| 2014-01-09 | auto merge of #11394 : alexcrichton/rust/no-decorator, r=cmr | bors | -198/+121 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -198/+121 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -114/+25 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -279/+237 |
| 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-07 | Fixed Gc::clone, implemented Gc::ptr_eq | kvark | -3/+25 |
| 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-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 |