| Age | Commit message (Expand) | Author | Lines |
| 2014-04-15 | std: Un-ignore some float tests on windows | Alex Crichton | -2/+2 |
| 2014-04-15 | std: Remove pub use globs | Brian Anderson | -13/+25 |
| 2014-04-15 | Add a default impl for Set::is_superset | Steven Fackler | -1/+3 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -85/+109 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -26/+20 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -28/+28 |
| 2014-04-14 | auto merge of #13481 : huonw/rust/devec-path, r=alexcrichton | bors | -183/+209 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -15/+20 |
| 2014-04-13 | auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brson | bors | -0/+61 |
| 2014-04-13 | auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brson | bors | -2/+7 |
| 2014-04-13 | auto merge of #13470 : Manishearth/rust/docnum, r=brson | bors | -0/+4 |
| 2014-04-13 | rustdoc: Fix rendering closures and trait bounds | Alex Crichton | -2/+7 |
| 2014-04-13 | auto merge of #13469 : kmcallister/rust/utf16, r=huonw | bors | -19/+61 |
| 2014-04-13 | auto merge of #13468 : alexcrichton/rust/issue-13467, r=thestinger | bors | -2/+46 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -177/+187 |
| 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-12 | libstd: Add unwrap_or and unwrap_or_handle to Result | Kevin Butler | -0/+61 |
| 2014-04-12 | Document traits in std::num (#7511) | Manish Goregaokar | -0/+4 |
| 2014-04-11 | Add tests for Char::encode_utf{8,16} | Keegan McAllister | -0/+29 |
| 2014-04-11 | Implement Char::encode_utf16 | Keegan McAllister | -19/+32 |
| 2014-04-11 | std: Fix iteration over vectors of 0-size values | Alex Crichton | -2/+46 |
| 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 | 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 | 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 |