| Age | Commit message (Expand) | Author | Lines |
| 2014-03-26 | auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton | bors | -114/+713 |
| 2014-03-26 | auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger | bors | -0/+1 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -108/+1 |
| 2014-03-25 | auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton | bors | -24/+24 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -24/+24 |
| 2014-03-25 | auto merge of #13070 : huonw/rust/share-doc, r=alexcrichton | bors | -1/+45 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -17/+39 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -112/+689 |
| 2014-03-25 | std: Explicitly link to libm for freebsd | Alex Crichton | -0/+1 |
| 2014-03-26 | std: expand the `Share` docs to make them more precise. | Huon Wilson | -1/+45 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -16/+1227 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -55/+61 |
| 2014-03-24 | std: Unignore atomic tests | Brian Anderson | -4/+2 |
| 2014-03-24 | auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw | bors | -7/+38 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -107/+0 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-23 | auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw | bors | -6/+5 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -6/+5 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -50/+59 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -1/+0 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -85/+32 |
| 2014-03-23 | auto merge of #13099 : FlaPer87/rust/master, r=huonw | bors | -1042/+0 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -85/+32 |
| 2014-03-23 | auto merge of #13092 : sfackler/rust/buffer-vec, r=thestinger | bors | -15/+24 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1042/+0 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -42/+30 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -42/+30 |
| 2014-03-22 | auto merge of #13088 : thestinger/rust/hashmap, r=cmr | bors | -6/+23 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -6/+23 |
| 2014-03-22 | make std::managed private | Daniel Micay | -19/+1 |
| 2014-03-22 | Some cleanup in std::io::buffered | Steven Fackler | -15/+24 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -31/+11 |
| 2014-03-22 | auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichton | bors | -0/+122 |
| 2014-03-23 | Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at() | Eunchong Yu | -0/+122 |
| 2014-03-22 | auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonw | bors | -43/+20 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -7/+38 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -17/+15 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -27/+6 |
| 2014-03-22 | std::os: Handle FormatMessage failure | klutzy | -3/+8 |
| 2014-03-22 | std: Remove the Freeze kind and the NoFreeze marker | Flavio Percoco | -15/+1 |
| 2014-03-22 | cell: Remove Freeze / NoFreeze | Flavio Percoco | -10/+6 |
| 2014-03-22 | std::comm: Remove Freeze / NoFreeze | Flavio Percoco | -6/+4 |
| 2014-03-22 | auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton | bors | -83/+16 |
| 2014-03-22 | auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson | bors | -18/+19 |
| 2014-03-21 | auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestinger | bors | -1/+2 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -137/+1110 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -0/+13 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -0/+13 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -0/+10 |
| 2014-03-21 | auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix | bors | -18/+21 |