| Age | Commit message (Expand) | Author | Lines |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -265/+265 |
| 2014-04-11 | auto merge of #13457 : alexcrichton/rust/issue-13420, r=thestinger | bors | -0/+2 |
| 2014-04-10 | std: Be sure to call pthread_attr_destroy | Alex Crichton | -0/+2 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -177/+187 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -499/+484 |
| 2014-04-11 | Fix tests. Add Vec<u8> conversion to StrBuf. | Huon Wilson | -2/+21 |
| 2014-04-10 | rustc: Don't allow priv use to shadow pub use | Alex Crichton | -1/+0 |
| 2014-04-10 | Stop using transmute_mut in RefCell | Steven Fackler | -21/+17 |
| 2014-04-10 | std,syntax: make std::fmt::parse use `Vec`s. | Huon Wilson | -58/+58 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -3/+4 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -37/+41 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -498/+464 |
| 2014-04-09 | std: use a `match` in `assert_eq!` to extend the lifetime of the args. | Huon Wilson | -7/+9 |
| 2014-04-08 | rustc: Remove f{32,64} % from the language | Alex Crichton | -2/+8 |
| 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 |