| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -32/+32 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -32/+32 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -8/+8 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -91/+6 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -3/+3 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -27/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -27/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -83/+83 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -6/+6 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+30 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+30 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -3/+32 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -3/+3 |
| 2014-03-28 | auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger | bors | -33/+48 |
| 2014-03-28 | auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -33/+48 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -167/+177 |
| 2014-03-26 | auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton | bors | -114/+713 |
| 2014-03-26 | Derive TotalEq for std::intrinsics::TypeId | Tomas Sedovic | -1/+1 |
| 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 |