| Age | Commit message (Expand) | Author | Lines |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -24/+26 |
| 2014-04-02 | rand: remove (almost) all ~[]'s from Vec. | Huon Wilson | -15/+17 |
| 2014-04-02 | auto merge of #13243 : huonw/rust/cellshow, r=thestinger | bors | -2/+13 |
| 2014-04-01 | auto merge of #13241 : stepancheg/rust/push-all, r=alexcrichton | bors | -7/+3 |
| 2014-04-01 | auto merge of #13225 : thestinger/rust/num, r=cmr | bors | -278/+126 |
| 2014-04-01 | Reimplement Vec::push_all* with .extend | Stepan Koltsov | -6/+2 |
| 2014-04-01 | Vec::reserve_exact should not shrink | Stepan Koltsov | -1/+1 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -34/+122 |
| 2014-04-01 | std: fix Cell's Show instance. | Huon Wilson | -2/+13 |
| 2014-04-01 | remove the cmath module | Daniel Micay | -205/+126 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -23/+23 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -11/+99 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -893/+889 |
| 2014-03-31 | num: rm wrapping of `Float` methods as functions | Daniel Micay | -73/+0 |
| 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 |