| Age | Commit message (Expand) | Author | Lines |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -526/+0 |
| 2014-08-07 | windows: Fix INVALID_HANDLE_VALUE | Peter Atashian | -3/+3 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -2/+2 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -1/+1 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -6/+7 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-06-09 | Test fixes from rollup | Alex Crichton | -2/+2 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -52/+62 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -92/+66 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -3/+3 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from IO | Ariel Ben-Yehuda | -17/+23 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+3 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -10/+6 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -2/+2 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -10/+6 |
| 2014-05-15 | Make `from_bits` in `bitflags!` safe; add `from_bits_truncate` | Aaron Turon | -3/+1 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -4/+10 |
| 2014-05-12 | auto merge of #13932 : MrAlert/rust/win-compat, r=brson | bors | -5/+7 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+1 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -1/+1 |
| 2014-05-08 | Move slice::raw::from_buf_raw() to vec::raw::from_buf() | Kevin Ballard | -3/+3 |
| 2014-05-07 | native: Implement timeouts for unix networking | Alex Crichton | -0/+3 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -0/+11 |
| 2014-05-07 | Move Windows compatibility layer to libnative | Alan Williams | -2/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -2/+4 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -2/+4 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+2 |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -1/+1 |
| 2014-05-04 | Implement fallbacks for functions unavailable in older versions of Windows | Alan Williams | -5/+7 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -1/+1 |
| 2014-04-10 | rustc: Disallow importing through use statements | Alex Crichton | -1/+1 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -3/+3 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -2/+2 |
| 2014-03-31 | native: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+2 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -1/+0 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -0/+1 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -0/+516 |