| Age | Commit message (Expand) | Author | Lines |
| 2013-12-11 | auto merge of #10808 : kballard/rust/use-braces, r=alexcrichton | bors | -0/+45 |
| 2013-12-10 | Support imports of the form `use {foo,bar}` | Kevin Ballard | -0/+45 |
| 2013-12-10 | auto merge of #10833 : sfackler/rust/mut-pat, r=brson | bors | -0/+48 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -15/+3 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -64/+41 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -2/+4 |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -126/+136 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -126/+136 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -2/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -62/+33 |
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -0/+48 |
| 2013-12-10 | Fix test case harder (cc #9629) | Niko Matsakis | -2/+2 |
| 2013-12-09 | Check the privacy of implemented traits | Alex Crichton | -0/+3 |
| 2013-12-09 | auto merge of #10812 : alexcrichton/rust/lto, r=pcwalton | bors | -0/+31 |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+31 |
| 2013-12-09 | Make main pub in test case (cc #9629) | Niko Matsakis | -1/+1 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -0/+19 |
| 2013-12-09 | auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton | bors | -0/+1 |
| 2013-12-08 | auto merge of #10867 : sfackler/rust/unsugared-doc, r=huonw | bors | -0/+22 |
| 2013-12-08 | Disable failing test. | Vadim Chugunov | -0/+1 |
| 2013-12-08 | Accept unsugared docs in missing-doc lint | Steven Fackler | -0/+22 |
| 2013-12-08 | encode trait lifetime params in metadata to allow cross-crate usage | David Renshaw | -0/+39 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -0/+197 |
| 2013-12-07 | auto merge of #10831 : luqmana/rust/9382, r=nikomatsakis | bors | -0/+53 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -2/+2 |
| 2013-12-06 | librustc: Pass the correct type when adding cleanups. | Luqman Aden | -0/+53 |
| 2013-12-05 | auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichton | bors | -0/+17 |
| 2013-12-06 | Check crate root for docs in missing_doc lint. | Corey Richardson | -0/+17 |
| 2013-12-05 | auto merge of #10675 : LeoTestard/rust/lifetimes-no-keywords, r=brson | bors | -0/+16 |
| 2013-12-05 | auto merge of #10506 : nikomatsakis/rust/issue-10391-ICE-with-lifetimes, r=pn... | bors | -0/+39 |
| 2013-12-05 | Fix test for #10391 to have pub main | Niko Matsakis | -1/+1 |
| 2013-12-05 | Forbid keywords as lifetime parameters names. | Léo Testard | -0/+16 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -2/+2 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -14/+14 |
| 2013-12-04 | auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r... | bors | -142/+70 |
| 2013-12-04 | auto merge of #10701 : huonw/rust/rm-from_utf8, r=brson | bors | -14/+11 |
| 2013-12-04 | rewrite of shootout-reverse-complement.rs | Guillaume Pinot | -142/+70 |
| 2013-12-04 | auto merge of #10788 : alexcrichton/rust/fixes, r=pcwalton | bors | -0/+38 |
| 2013-12-04 | auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichton | bors | -0/+1 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -3/+3 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -15/+12 |
| 2013-12-04 | auto merge of #10783 : sfackler/rust/drop, r=alexcrichton | bors | -11/+6 |
| 2013-12-03 | auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwalton | bors | -0/+15 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -11/+6 |
| 2013-12-03 | Don't infinitely recurse in a process test | Alex Crichton | -0/+1 |
| 2013-12-03 | Make trait lifetime parameters early bound in static fn type. This is related | Niko Matsakis | -0/+39 |
| 2013-12-03 | Fix a bug in exporting trait implementations | Alex Crichton | -0/+38 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -0/+2 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -0/+2 |
| 2013-12-03 | Issue #9629 -- permit freezing `&mut` found within an `&` pointer | Niko Matsakis | -0/+121 |