| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-18 | Disable priv in std::comm::Port, etc | Diego Ongaro | -6/+7 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+2 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -8/+8 |
| 2013-11-18 | std::rand: wrappers for floats from [0,1] and (0,1). | Huon Wilson | -39/+122 |
| 2013-11-17 | Fixed docs for advance() in Iterator trait | Andrei Formiga | -6/+3 |
| 2013-11-17 | Fixed uses of get() to unwrap() in doc examples in std::iter | Andrei Formiga | -28/+28 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -102/+157 |
| 2013-11-16 | auto merge of #10420 : sanxiyn/rust/path, r=cmr | bors | -1/+1 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+43 |
| 2013-11-14 | remove `cast::unsafe_copy` | Daniel Micay | -8/+0 |
| 2013-11-14 | auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichton | bors | -1/+16 |
| 2013-11-14 | test: Fix signal-exit-status on windows | klutzy | -0/+1 |
| 2013-11-13 | auto merge of #10457 : alexcrichton/rust/native-io, r=brson | bors | -350/+434 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -350/+434 |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -1/+16 |
| 2013-11-13 | auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichton | bors | -10/+99 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -102/+114 |
| 2013-11-13 | Implemented BufWriter | Zach Kamsler | -10/+99 |