| Age | Commit message (Expand) | Author | Lines |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -134/+114 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -318/+313 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -10/+10 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -6/+9 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -1/+3 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -1/+2 |
| 2014-05-29 | auto merge of #14487 : arielb1/rust/fix-13933, r=alexcrichton | bors | -17/+23 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -52/+78 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from IO | Ariel Ben-Yehuda | -17/+23 |
| 2014-05-28 | auto merge of #14455 : crabtw/rust/mips, r=alexcrichton | bors | -12/+56 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -52/+78 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -5/+5 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -12/+56 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -5/+5 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -2/+2 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+7 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+3 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -2/+2 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -53/+40 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -11/+11 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -21/+21 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -43/+30 |
| 2014-05-15 | Make `from_bits` in `bitflags!` safe; add `from_bits_truncate` | Aaron Turon | -6/+2 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -99/+93 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -222/+649 |
| 2014-05-13 | Test Unicode support of process spawning | Phil Ruffwind | -0/+4 |
| 2014-05-13 | Fix make_command_line to handle Unicode correctly | Phil Ruffwind | -7/+8 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -7/+10 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -10/+25 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | auto merge of #13932 : MrAlert/rust/win-compat, r=brson | bors | -5/+101 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -27/+24 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -1/+1 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -6/+6 |
| 2014-05-08 | Move slice::raw::from_buf_raw() to vec::raw::from_buf() | Kevin Ballard | -3/+3 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-05-07 | native: Implement timeouts for windows pipes | Alex Crichton | -21/+69 |
| 2014-05-07 | native: Implement timeouts for unix networking | Alex Crichton | -157/+493 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -34/+181 |
| 2014-05-07 | Move Windows compatibility layer to libnative | Alan Williams | -2/+96 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -77/+106 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -5/+9 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -5/+9 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+2 |