| Age | Commit message (Expand) | Author | Lines |
| 2014-06-29 | rustuv: Don't zero-out data on clones | Alex Crichton | -7/+10 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -25/+25 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -350/+367 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+5 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -4/+4 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+2 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -4/+6 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -64/+64 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -3/+3 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -3/+3 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -4/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -11/+15 |
| 2014-06-06 | rustuv: Deal with the rtio changes | Alex Crichton | -546/+319 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -9/+10 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -0/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -3/+3 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from IO | Ariel Ben-Yehuda | -5/+3 |
| 2014-05-28 | auto merge of #14455 : crabtw/rust/mips, r=alexcrichton | bors | -9/+10 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -9/+10 |
| 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 |