| Age | Commit message (Expand) | Author | Lines |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -57/+42 |
| 2014-04-12 | std: migrate path::windows to using StrBuf internally. | Huon Wilson | -64/+97 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -64/+72 |
| 2014-04-11 | auto merge of #13395 : Ryman/rust/bytecontainer_impl_container, r=alexcrichton | bors | -46/+32 |
| 2014-04-11 | Simplify GenericPath::set_extension. | Kevin Butler | -34/+21 |
| 2014-04-11 | Parameterize contains_nul for BytesContainer. | Kevin Butler | -12/+11 |
| 2014-04-11 | auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichton | bors | -27/+44 |
| 2014-04-11 | auto merge of #13236 : liigo/rust/rename-benchharness, r=huonw | bors | -265/+265 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -27/+44 |
| 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 | 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 | 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 |