| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 |
| 2013-12-08 | std::rand: implement the chi-squared distribution. | Huon Wilson | -2/+99 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -1130/+150 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -53/+572 |
| 2013-12-07 | Register new snapshots | Alex Crichton | -9/+8 |
| 2013-12-07 | auto merge of #10844 : huonw/rust/deriving-expn-info, r=alexcrichton | bors | -231/+299 |
| 2013-12-07 | auto merge of #10831 : luqmana/rust/9382, r=nikomatsakis | bors | -3/+55 |
| 2013-12-07 | std::rand: implement the log-normal distribution. | Huon Wilson | -2/+58 |
| 2013-12-07 | std::rand: move normal and exponential to their own file. | Huon Wilson | -244/+303 |
| 2013-12-07 | auto merge of #10824 : huonw/rust/str-doc, r=alexcrichton | bors | -42/+321 |
| 2013-12-06 | auto merge of #10797 : pradeep90/rust/rust-mode-changes, r=brson | bors | -18/+33 |
| 2013-12-06 | auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton | bors | -128/+47 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -29/+87 |
| 2013-12-07 | std::str: Add examples to the StrSlice trait. | Huon Wilson | -42/+321 |
| 2013-12-07 | syntax::deriving: indicate from which trait type errors (etc) arise | Huon Wilson | -4/+22 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -4/+29 |
| 2013-12-07 | syntax::deriving: add the cx and span to the TraitDef to reduce duplication. | Huon Wilson | -226/+251 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -128/+47 |