| Age | Commit message (Expand) | Author | Lines |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -7/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -1/+112 |
| 2014-01-15 | std::trie: optimise insert slightly. | Huon Wilson | -34/+36 |
| 2014-01-15 | std::trie: add benchmarks for insert. | Huon Wilson | -0/+48 |
| 2014-01-14 | add an experimental tag for Gc<T> due to cycles | Daniel Micay | -0/+5 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -10/+6 |
| 2014-01-14 | Fix the representation of C void pointers in LLVM IR | Björn Steinbrink | -1/+12 |
| 2014-01-14 | renamed empty() to is_empty() | Shamir Khodzha | -4/+4 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -0/+1 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -186/+79 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -49/+1 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -10/+6 |
| 2014-01-11 | added empty() to Peekable | Shamir Khodzha | -1/+15 |
| 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 |