| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -27/+23 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -2/+2 |
| 2014-05-19 | rustuv: Remove usage of UnsafeArc | Alex Crichton | -27/+23 |
| 2014-05-16 | librustuv: Remove all uses of `~str` from `librustuv` | Patrick Walton | -7/+7 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -4/+2 |
| 2014-05-15 | Test fixes from rollup | Alex Crichton | -2/+2 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -6/+6 |
| 2014-05-15 | Make `from_bits` in `bitflags!` safe; add `from_bits_truncate` | Aaron Turon | -3/+1 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -51/+60 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -9/+72 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -3/+15 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -60/+57 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -1/+1 |
| 2014-05-08 | Handle fallout in librustuv | Kevin Ballard | -7/+8 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -9/+9 |
| 2014-05-07 | rustuv: Implement timeouts for unix networking | Alex Crichton | -277/+711 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -49/+143 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -93/+98 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -3/+5 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -3/+5 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -3/+2 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -187/+209 |
| 2014-04-24 | Update libuv | Alex Crichton | -43/+38 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -10/+97 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -13/+2 |
| 2014-04-19 | rustuv: Fix a tcp connect timeout bug on windows | Alex Crichton | -1/+8 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -26/+84 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -14/+12 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -8/+8 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -2/+2 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -3/+3 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -2/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -32/+33 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -4/+4 |
| 2014-03-31 | rustuv: Switch field privacy as necessary | Alex Crichton | -74/+74 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -12/+12 |