| Age | Commit message (Expand) | Author | Lines |
| 2014-04-08 | auto merge of #13399 : SimonSapin/rust/patch-8, r=cmr | bors | -1/+1 |
| 2014-04-08 | Update an obsolete comment about conditions | Simon Sapin | -1/+1 |
| 2014-04-08 | std: make vec!() macro handle a trailing comma | Kang Seonghoon | -1/+2 |
| 2014-04-08 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2014-04-08 | std: User a smaller stdin buffer on windows | Alex Crichton | -1/+9 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -1/+1 |
| 2014-04-08 | std: Add more docs for ptr mod | Brian Anderson | -53/+182 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -61/+61 |
| 2014-04-07 | auto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmr | bors | -63/+72 |
| 2014-04-07 | auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonw | bors | -1/+1 |
| 2014-04-07 | auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfackler | bors | -10/+9 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -114/+115 |
| 2014-04-06 | De-~[] IO utils | Steven Fackler | -6/+6 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -39/+40 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -71/+71 |
| 2014-04-06 | Remove use of block comments in src/libstd/cmp.rs | Tobias Bucher | -84/+72 |
| 2014-04-06 | Add requirements of TotalEq and TotalOrd | Tobias Bucher | -2/+23 |
| 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 |