| Age | Commit message (Expand) | Author | Lines |
| 2015-02-23 | Properly reimplement `unsafe-code` lint to honor changing lint attributes | Ivan Petkov | -32/+71 |
| 2015-02-23 | Fix the std::process::Stdio constructors | Kevin Ballard | -2/+2 |
| 2015-02-24 | Auto merge of #21581 - DiamondLovesYou:nacl-libc, r=alexcrichton | bors | -238/+241 |
| 2015-02-23 | Refactor code in tidy.py | Kevin Yap | -36/+37 |
| 2015-02-23 | Order list of linted files by frequency | Kevin Yap | -7/+10 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | Michał Krasnoborski | -0/+6 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -176/+1208 |
| 2015-02-23 | std: Expose a `mode` accessor for Permissions on unix | Alex Crichton | -0/+8 |
| 2015-02-23 | Auto merge of #22526 - dotdash:llvmup, r=alexcrichton | bors | -1/+1 |
| 2015-02-23 | std: Handle a trailing slash in create_dir_all | Alex Crichton | -1/+15 |
| 2015-02-23 | Enforce a white background for the docs | Corey Farwell | -0/+1 |
| 2015-02-24 | std::prelude: code consistency nits | Tshepang Lekhonkhobe | -4/+1 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -29/+35 |
| 2015-02-23 | Apply borrowck to fns that appear in const declarations. | Niko Matsakis | -3/+82 |
| 2015-02-23 | Removed `{}` and small wording fixes to "Hello Cargo!" chapter. | Alexander Bliskovsky | -10/+10 |
| 2015-02-23 | Added section on `cargo new` to "Hello Cargo!" chapter. | Alexander Bliskovsky | -1/+59 |
| 2015-02-23 | Test fixes and rebase conflicts | Alex Crichton | -3/+2 |
| 2015-02-23 | Make traits with by-value-self be considered object safe. | Niko Matsakis | -35/+44 |
| 2015-02-23 | Remove awful hack concerning `Trait impl Trait` in method resolution code tha... | Niko Matsakis | -21/+9 |
| 2015-02-23 | Extend object safety so that methods with Sized:Self are exempt. | Niko Matsakis | -12/+201 |
| 2015-02-23 | Fix windows failure (fixup #22538) | Manish Goregaokar | -2/+2 |
| 2015-02-23 | Rollup merge of #22723 - alexcrichton:less-flaky-windows-test, r=alexcrichton | Manish Goregaokar | -2/+4 |
| 2015-02-23 | import boxed for alloc/rc.rs (fixup #22696) | Manish Goregaokar | -1/+3 |
| 2015-02-23 | Add marker trait to test (fixup #22538) | Manish Goregaokar | -1/+4 |
| 2015-02-23 | Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton | Manish Goregaokar | -103/+86 |
| 2015-02-23 | Rollup merge of #22490 - nagisa:inline-args, r=alexcrichton | Manish Goregaokar | -29/+38 |
| 2015-02-23 | Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=Gankro | Manish Goregaokar | -2/+170 |
| 2015-02-23 | Rollup merge of #22538 - nagisa:properise-trans-asserts, r=nikomatsakis | Manish Goregaokar | -12/+58 |
| 2015-02-23 | Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelix | Manish Goregaokar | -0/+70 |
| 2015-02-23 | Rollup merge of #22624 - vadimcn:iss-13361, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-23 | Rollup merge of #22667 - dotdash:retslot_cast.rs, r=huonw | Manish Goregaokar | -1/+34 |
| 2015-02-23 | Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-02-23 | Rollup merge of #22640 - sfackler:fix-take, r=alexcrichton | Manish Goregaokar | -0/+35 |
| 2015-02-23 | Update missing-doc test to explicitly check errors | Ivan Petkov | -17/+17 |
| 2015-02-23 | Update missing-docs lint to check associated type declarations | Ivan Petkov | -0/+21 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+24 |
| 2015-02-23 | openbsd: restore linker option | Sébastien Marie | -0/+5 |
| 2015-02-23 | Rollup merge of #22696 - stepancheg:use-box, r=alexcrichton | Manish Goregaokar | -48/+65 |
| 2015-02-23 | Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton | Manish Goregaokar | -6/+6 |
| 2015-02-23 | Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichton | Manish Goregaokar | -13/+13 |
| 2015-02-23 | Rollup merge of #22691 - nick29581:fix-save-impl, r=huonw | Manish Goregaokar | -17/+15 |
| 2015-02-23 | Rollup merge of #22674 - untitaker:issue22243, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Rollup merge of #22670 - shepmaster:c_str_typos, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-02-23 | Rollup merge of #22660 - achernya:tuple-reference, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-02-23 | Rollup merge of #22658 - glacjay:issue-22535, r=Gankro | Manish Goregaokar | -62/+66 |
| 2015-02-23 | Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2015-02-23 | Rollup merge of #22613 - nick29581:fix-save-alias, r=huonw | Manish Goregaokar | -18/+29 |
| 2015-02-23 | Rollup merge of #22612 - jxcl:iter-replace, r=steveklabnik | Manish Goregaokar | -13/+13 |
| 2015-02-23 | Rollup merge of #22593 - brson:spatch, r=steveklabnik | Manish Goregaokar | -4/+5 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -154/+103 |