| Age | Commit message (Expand) | Author | Lines |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+227 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+227 |
| 2013-12-18 | auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwalton | bors | -193/+192 |
| 2013-12-18 | auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichton | bors | -15/+41 |
| 2013-12-18 | rustc: Allow `return` to return from a closure. | Huon Wilson | -15/+41 |
| 2013-12-17 | auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwalton | bors | -0/+20 |
| 2013-12-17 | auto merge of #11009 : ktt3ja/rust/issue-11006, r=alexcrichton | bors | -0/+4 |
| 2013-12-17 | auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr | bors | -0/+7 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -0/+20 |
| 2013-12-17 | debuginfo: Updated test cases to also test by-value self arguments. | Michael Woerister | -193/+192 |
| 2013-12-17 | auto merge of #10990 : ktt3ja/rust/method-stability, r=huonw | bors | -28/+72 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -178/+147 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -40/+42 |
| 2013-12-16 | test: Add a test that POD types can be implicitly copied. | Patrick Walton | -1/+24 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+78 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -140/+107 |
| 2013-12-16 | Check even more live Path nodes in dead-code pass | Kiet Tran | -0/+4 |
| 2013-12-16 | Detect stability attributes on methods. | Kiet Tran | -28/+72 |
| 2013-12-16 | auto merge of #11000 : cmr/rust/auto_encode, r=alexcrichton | bors | -42/+34 |
| 2013-12-16 | Update and un-xfail auto-encode test | Corey Richardson | -42/+34 |
| 2013-12-16 | auto merge of #10966 : michaelwoerister/rust/prelude2, r=cmr | bors | -2/+494 |
| 2013-12-16 | debuginfo: Add test cases for function prologue handling. | Michael Woerister | -0/+493 |
| 2013-12-16 | debuginfo: Set the is_local_to_unit attribute of functions correctly | Michael Woerister | -2/+1 |
| 2013-12-16 | Mark live codes in struct/enum for dead-code pass | Kiet Tran | -0/+8 |
| 2013-12-15 | Move logic for test output generation forward | Alex Crichton | -0/+7 |
| 2013-12-15 | libstd: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -0/+8 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -23/+23 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -9/+8 |
| 2013-12-15 | std::vec: move pointless `raw::get` and `unsafe_get` functions. | Huon Wilson | -6/+6 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -3/+2 |
| 2013-12-14 | auto merge of #10932 : alexcrichton/rust/feature-update, r=cmr | bors | -12/+205 |
| 2013-12-14 | Handle more cases in the heap lints | Alex Crichton | -2/+39 |
| 2013-12-14 | auto merge of #10936 : cadencemarseille/rust/issue-10754-std-run-unwrap-on-No... | bors | -6/+12 |
| 2013-12-14 | auto merge of #10870 : ktt3ja/rust/issue-10865, r=alexcrichton | bors | -17/+40 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -6/+12 |
| 2013-12-14 | auto merge of #10933 : TeXitoi/rust/shootout-fasta-rewrite, r=alexcrichton | bors | -112/+80 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -3/+20 |
| 2013-12-14 | Check more live Path nodes in dead-code pass | Kiet Tran | -14/+20 |
| 2013-12-13 | auto merge of #10960 : brson/rust/android, r=alexcrichton | bors | -0/+32 |
| 2013-12-13 | Ignore failing Android debug-info tests. #10381 | Brian Anderson | -0/+32 |
| 2013-12-13 | auto merge of #10698 : metajack/rust/dep-info, r=alexcrichton | bors | -0/+28 |
| 2013-12-12 | Add test for --dep-info. | Jack Moffitt | -0/+28 |
| 2013-12-12 | rewrite of shootout-fasta.rs | Guillaume Pinot | -112/+80 |
| 2013-12-12 | Gate literal box expressions in addition to types | Alex Crichton | -10/+166 |
| 2013-12-11 | Embed Windows application manifest. | Vadim Chugunov | -0/+19 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -198/+210 |
| 2013-12-11 | auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelix | bors | -1/+132 |
| 2013-12-11 | More small test case fixes. grr. cc #9629. | Niko Matsakis | -2/+12 |
| 2013-12-11 | auto merge of #10856 : klutzy/rust/buf-reader-lines, r=alexcrichton | bors | -15/+3 |