| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+4 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+18 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+18 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -23/+58 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -8/+8 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -52/+53 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -2/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -5/+5 |
| 2014-03-24 | auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brson | bors | -107/+105 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -4/+4 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -1/+1 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-22 | native: Fix a possible deadlock in spawn | Alex Crichton | -107/+105 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+17 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -9/+8 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -16/+5 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+5 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+5 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -106/+103 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -1/+0 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -52/+3 |
| 2014-03-05 | native: Fix usage of a deallocated mutex | Alex Crichton | -16/+14 |
| 2014-03-05 | native: Move from usleep() to nanosleep() | Alex Crichton | -6/+20 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -5/+11 |
| 2014-03-04 | auto merge of #12667 : Kimundi/rust/any_improv, r=cmr | bors | -0/+1 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -0/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-02-28 | auto merge of #12616 : alexcrichton/rust/size, r=huonw | bors | -2/+2 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -2/+2 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+2 |
| 2014-02-27 | native: Recognize EISDIR | Alex Crichton | -0/+8 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -0/+1 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -1018/+1125 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -10/+10 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -36/+65 |
| 2014-02-24 | native: be more const correct with the FFI calls. | Huon Wilson | -8/+8 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -2/+2 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -3/+3 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -2/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -17/+36 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -4/+15 |