| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | std: Remove unused attributes | klutzy | -4/+2 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -1/+0 |
| 2013-11-25 | auto merge of #10650 : andreasots/rust/ipv6-is-in-hex, r=alexcrichton | bors | -1/+2 |
| 2013-11-25 | auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmr | bors | -0/+8 |
| 2013-11-25 | Implement IterBytes for Rc<T>. | Léo Testard | -0/+8 |
| 2013-11-25 | rm #[mutable_doc] | Daniel Micay | -2/+0 |
| 2013-11-25 | auto merge of #10643 : jorendorff/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-24 | auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmr | bors | -1/+5 |
| 2013-11-25 | std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits | Andreas Ots | -1/+2 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -2088/+145 |
| 2013-11-24 | Cache a task's stderr logger | Alex Crichton | -1/+5 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2088/+145 |
| 2013-11-24 | Fix spelling of "vacuum" in one of the abort quotes. | Jason Orendorff | -1/+1 |
| 2013-11-25 | std::trie: Fix find_mut for non-present keys | Jannis Harder | -1/+12 |
| 2013-11-24 | Implement cmp traits for Rc<T> and add a ptr_eq method. | Léo Testard | -0/+55 |
| 2013-11-23 | auto merge of #10514 : sfackler/rust/mut, r=cmr | bors | -325/+346 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -335/+320 |
| 2013-11-22 | auto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton | bors | -0/+68 |
| 2013-11-23 | Add ctype-likes to Ascii | Corey Richardson | -0/+68 |
| 2013-11-22 | Add Rc::from_mut | Steven Fackler | -0/+17 |
| 2013-11-22 | More Mut tests | Steven Fackler | -0/+9 |
| 2013-11-22 | Strip down Cell functionality | Steven Fackler | -59/+3 |
| 2013-11-22 | Change Mut::map to Mut::with | Steven Fackler | -19/+19 |
| 2013-11-22 | Make MutRef more consistent with &mut | Steven Fackler | -9/+9 |
| 2013-11-22 | Cell -> Mut switch in comm | Steven Fackler | -20/+24 |
| 2013-11-22 | Move Rc tests away from Cell | Steven Fackler | -7/+7 |
| 2013-11-22 | Remove RcMut | Steven Fackler | -237/+0 |
| 2013-11-22 | Introduce Mut<T> to libstd | Steven Fackler | -0/+299 |
| 2013-11-22 | auto merge of #10612 : pnkfelix/rust/remove-cut-and-pasted-rt-fixme, r=pcwalton | bors | -1/+0 |
| 2013-11-22 | The original fixme #2699 was removed back in PR #6053. | Felix S. Klock II | -1/+0 |
| 2013-11-22 | auto merge of #10610 : thestinger/rust/breakpoint, r=pnkfelix | bors | -0/+4 |
| 2013-11-22 | add a breakpoint intrinsic for debugging | Daniel Micay | -0/+4 |
| 2013-11-22 | auto merge of #10582 : g3xzh/rust/master, r=cmr | bors | -2/+70 |
| 2013-11-22 | Add more benchmark tests to vec.rs | g3xzh | -2/+70 |
| 2013-11-21 | auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichton | bors | -30/+43 |
| 2013-11-22 | std::rand: move TaskRng off @mut. | Huon Wilson | -30/+43 |
| 2013-11-21 | `std::ptr::read_ptr` now takes `*T` instead of `*mut T` | Ziad Hatahet | -3/+3 |
| 2013-11-20 | auto merge of #10576 : thestinger/rust/gc, r=pcwalton | bors | -0/+100 |
| 2013-11-19 | add an initial `Gc<T>` stub with the API | Daniel Micay | -0/+100 |
| 2013-11-19 | Remove NonCopyable::new | Steven Fackler | -6/+0 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -236/+270 |
| 2013-11-19 | auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson | bors | -651/+1054 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -651/+1054 |
| 2013-11-19 | auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton | bors | -0/+2 |
| 2013-11-19 | auto merge of #10542 : huonw/rust/open01, r=alexcrichton | bors | -39/+122 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -82/+92 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -0/+1 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -94/+90 |
| 2013-11-18 | Implement a native mutex type | Alex Crichton | -0/+337 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -82/+92 |