| Age | Commit message (Expand) | Author | Lines |
| 2014-04-06 | auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmr | bors | -25/+0 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -25/+0 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -4334/+37 |
| 2014-04-06 | std: Ignore a flaky std::comm test | Alex Crichton | -1/+1 |
| 2014-04-05 | std: Fix a doc example on io::signal | Alex Crichton | -10/+9 |
| 2014-04-05 | Fix an unnecessary use of `cast::transmute` | Tobias Bucher | -1/+1 |
| 2014-04-05 | auto merge of #13331 : pongad/rust/remove-wrapper, r=thestinger | bors | -205/+84 |
| 2014-04-04 | Removed cmath and instrinsic wrapper. | Michael Darakananda | -205/+84 |
| 2014-04-04 | Added grow_fn and retain to Vec | Michael Darakananda | -1/+64 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-04-04 | auto merge of #12956 : killerswan/rust/docs, r=alexcrichton | bors | -17/+91 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -24/+34 |
| 2014-04-04 | Remove libc from std | Corey Richardson | -4310/+3 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -28/+7 |
| 2014-04-04 | auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichton | bors | -1/+2 |
| 2014-04-04 | rustc: feature-gate `concat_idents!`. | Huon Wilson | -1/+2 |
| 2014-04-04 | [std::cmp] add missing docs and provide an example | Kevin Cantu | -17/+91 |
| 2014-04-04 | auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonw | bors | -0/+259 |
| 2014-04-03 | auto merge of #12964 : gereeter/rust/extended-atomics, r=alexcrichton | bors | -1/+133 |
| 2014-04-03 | std: Remove `RefCell::set()` | Erick Tryzelaar | -11/+1 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -18/+7 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -11/+19 |
| 2014-04-03 | Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUint | Jonathan S | -1/+133 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -6/+64 |
| 2014-04-03 | Test fixes from the rollup | Alex Crichton | -5/+5 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | std: Document builtin syntax extensions | Alex Crichton | -0/+259 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | fix Option<~ZeroSizeType> | Daniel Micay | -2/+11 |
| 2014-04-03 | std: override clone_from for Vec. | Huon Wilson | -4/+53 |
| 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 | Switch some tuple structs to pub fields | Alex Crichton | -11/+19 |
| 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 |