| Age | Commit message (Expand) | Author | Lines |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -91/+37 |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -604/+1261 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -604/+1261 |
| 2013-12-10 | libstd: Remove two uses of `Cell`. | Patrick Walton | -6/+4 |
| 2013-12-10 | libstd: Change `atomically` to use RAII. | Patrick Walton | -54/+78 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -158/+187 |
| 2013-12-10 | libextra: Remove various cells involved in `Arc`s. | Patrick Walton | -8/+6 |
| 2013-12-10 | librustdoc: Remove a couple of `Cell`s. | Patrick Walton | -6/+6 |
| 2013-12-10 | librustdoc: Don't use `finally`, shaving off a `Cell`. | Patrick Walton | -13/+25 |
| 2013-12-10 | compiletest: Remove uses of `Cell`. | Patrick Walton | -8/+6 |
| 2013-12-10 | libstd: Remove `Cell`s that were used because of `finally` by converting | Patrick Walton | -41/+63 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -27/+59 |
| 2013-12-10 | libstd: Remove some cells involved in | Patrick Walton | -18/+12 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -178/+210 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -387/+211 |
| 2013-12-11 | Deduplicate in syntax::parse::token with a macro. | Chris Morgan | -271/+183 |
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -1/+64 |
| 2013-12-10 | Fix test case harder (cc #9629) | Niko Matsakis | -2/+20 |
| 2013-12-11 | Remove -Z coherence | Seo Sanghyeon | -26/+23 |
| 2013-12-10 | auto merge of #10886 : alexcrichton/rust/snapshots, r=huonw | bors | -0/+8 |
| 2013-12-10 | auto merge of #10862 : alexcrichton/rust/issue-10857, r=huonw | bors | -35/+63 |
| 2013-12-09 | Check the privacy of implemented traits | Alex Crichton | -35/+63 |
| 2013-12-09 | auto merge of #10873 : pradeep90/rust/rust-mode-changes, r=pcwalton | bors | -25/+269 |
| 2013-12-10 | Vim keyword highlighting improvements. | Chris Morgan | -5/+7 |
| 2013-12-10 | Fix up float highlighting in Vim. | Chris Morgan | -5/+6 |
| 2013-12-09 | auto merge of #10812 : alexcrichton/rust/lto, r=pcwalton | bors | -152/+538 |
| 2013-12-09 | Register new snapshots | Alex Crichton | -0/+8 |
| 2013-12-09 | Implement LTO | Alex Crichton | -124/+432 |
| 2013-12-09 | auto merge of #10823 : rapha/rust/master, r=alexcrichton | bors | -11/+172 |
| 2013-12-09 | Make main pub in test case (cc #9629) | Niko Matsakis | -1/+1 |
| 2013-12-09 | Address nits for PR for #9629 | Niko Matsakis | -2/+2 |
| 2013-12-10 | Implement PortReader and ChanWriter | Raphael Speyer | -11/+172 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -78/+156 |
| 2013-12-09 | auto merge of #10881 : sanxiyn/rust/allocation-lint-2, r=alexcrichton | bors | -23/+62 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -23/+62 |
| 2013-12-09 | auto merge of #10840 : cmr/rust/any_docs2, r=huonw | bors | -1/+8 |
| 2013-12-09 | Add some Any docs. | Corey Richardson | -1/+8 |
| 2013-12-09 | auto merge of #10859 : huonw/rust/helper-dists, r=cmr | bors | -246/+568 |
| 2013-12-09 | auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton | bors | -8/+9 |
| 2013-12-08 | auto merge of #10867 : sfackler/rust/unsugared-doc, r=huonw | bors | -1/+29 |
| 2013-12-09 | Add defun motions for rust-mode. | S Pradeep Kumar | -25/+269 |
| 2013-12-08 | Disable failing test. | Vadim Chugunov | -0/+1 |
| 2013-12-08 | Use LLVM integrated assembler on Windows too. | Vadim Chugunov | -8/+8 |
| 2013-12-08 | Accept unsugared docs in missing-doc lint | Steven Fackler | -1/+29 |
| 2013-12-08 | auto merge of #10866 : ktt3ja/rust/edit-doc, r=huonw | bors | -3/+8 |
| 2013-12-08 | Fix comment on ast::DefStruct | Kiet Tran | -3/+8 |
| 2013-12-08 | encode trait lifetime params in metadata to allow cross-crate usage | David Renshaw | -0/+41 |
| 2013-12-08 | auto merge of #10477 : ktt3ja/rust/dead-code, r=alexcrichton | bors | -1183/+722 |
| 2013-12-08 | std::rand: implement the student t distribution. | Huon Wilson | -1/+52 |
| 2013-12-08 | std::rand: implement the F distribution. | Huon Wilson | -1/+60 |