| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -0/+33 |
| 2014-01-07 | Fix leaking trait imports across modules | Alex Crichton | -0/+33 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -11/+11 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -0/+24 |
| 2014-01-06 | Add lint for unnecessary casts | Florian Hahn | -0/+24 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -0/+23 |
| 2014-01-04 | rustc: Add error about obsolete struct deref | Brian Anderson | -0/+15 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -98/+8 |
| 2014-01-04 | Don't allow single-variant enums to be dereferenced. #6246 | Brian Anderson | -24/+0 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -210/+32 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -99/+31 |
| 2014-01-03 | test: Get rid of some `@mut`s in borrow check tests | Patrick Walton | -43/+1 |
| 2014-01-03 | test: Make `borrowck-assign-to-subfield` into a run-pass test, now that | Patrick Walton | -41/+0 |
| 2014-01-03 | test: Remove all borrow check write guard tests | Patrick Walton | -27/+0 |
| 2014-01-03 | auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton | bors | -0/+12 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -5/+7 |
| 2014-01-03 | Remove std::either | Alex Crichton | -5/+7 |
| 2014-01-01 | auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton | bors | -0/+16 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+1 |
| 2014-01-02 | Test column offset for #11184 | Jan Niklas Hasse | -0/+1 |
| 2014-01-01 | Add linting for `crate_type` attribute values. | a_m0d | -0/+12 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+1 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -2/+2 |
| 2013-12-31 | auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton | bors | -0/+15 |
| 2013-12-31 | Mark provided methods in dead-code pass | Kiet Tran | -0/+16 |
| 2013-12-31 | Disallow LTO with a preference to dynamic linking | Alex Crichton | -0/+15 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -8/+8 |
| 2013-12-27 | Add tests for trait object coercion. | Luqman Aden | -2/+66 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2013-12-22 | auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson | bors | -0/+17 |
| 2013-12-21 | auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link... | bors | -0/+15 |
| 2013-12-21 | Guarantee comm primitives are not Freeze | Alex Crichton | -0/+17 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -0/+35 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -0/+35 |
| 2013-12-20 | rustc: Handle `#[link(name = "")]` error | klutzy | -0/+1 |
| 2013-12-18 | Fix #10755 - ICE: `--linker=` | Cadence Marseille | -0/+15 |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+45 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+45 |
| 2013-12-18 | auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichton | bors | -15/+0 |
| 2013-12-18 | rustc: Allow `return` to return from a closure. | Huon Wilson | -15/+0 |
| 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 | Don't allow impls to force public types | Alex Crichton | -0/+20 |
| 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 | -10/+4 |
| 2013-12-16 | test: Add a test that POD types can be implicitly copied. | Patrick Walton | -1/+9 |
| 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 | -10/+4 |
| 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 |