summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-0/+33
2014-01-07Fix leaking trait imports across modulesAlex Crichton-0/+33
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-11/+11
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-0/+24
2014-01-06Add lint for unnecessary castsFlorian Hahn-0/+24
2014-01-05Remove a fixmeCorey Richardson-0/+23
2014-01-04rustc: Add error about obsolete struct derefBrian Anderson-0/+15
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-98/+8
2014-01-04Don't allow single-variant enums to be dereferenced. #6246Brian Anderson-24/+0
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-210/+32
2014-01-03test: De-`@mut` the test suitePatrick Walton-99/+31
2014-01-03test: Get rid of some `@mut`s in borrow check testsPatrick Walton-43/+1
2014-01-03test: Make `borrowck-assign-to-subfield` into a run-pass test, now thatPatrick Walton-41/+0
2014-01-03test: Remove all borrow check write guard testsPatrick Walton-27/+0
2014-01-03auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichtonbors-0/+12
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-5/+7
2014-01-03Remove std::eitherAlex Crichton-5/+7
2014-01-01auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichtonbors-0/+16
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+1
2014-01-02Test column offset for #11184Jan Niklas Hasse-0/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-0/+12
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+1
2014-01-02syntax: expand impl_pretty_name to handle more cases.Huon Wilson-2/+2
2013-12-31auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwaltonbors-0/+15
2013-12-31Mark provided methods in dead-code passKiet Tran-0/+16
2013-12-31Disallow LTO with a preference to dynamic linkingAlex Crichton-0/+15
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-8/+8
2013-12-27Add tests for trait object coercion.Luqman Aden-2/+66
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-12-22auto merge of #11111 : alexcrichton/rust/issue-11039, r=brsonbors-0/+17
2013-12-21auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link...bors-0/+15
2013-12-21Guarantee comm primitives are not FreezeAlex Crichton-0/+17
2013-12-20auto merge of #11075 : alexcrichton/rust/issue-10392, r=brsonbors-0/+35
2013-12-19Accept trailing commas in struct patternsAlex Crichton-0/+35
2013-12-20rustc: Handle `#[link(name = "")]` errorklutzy-0/+1
2013-12-18Fix #10755 - ICE: `--linker=`Cadence Marseille-0/+15
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+45
2013-12-18Adding tests for closed issuesAlex Crichton-0/+45
2013-12-18auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichtonbors-15/+0
2013-12-18rustc: Allow `return` to return from a closure.Huon Wilson-15/+0
2013-12-17auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwaltonbors-0/+20
2013-12-17auto merge of #11009 : ktt3ja/rust/issue-11006, r=alexcrichtonbors-0/+4
2013-12-17Don't allow impls to force public typesAlex Crichton-0/+20
2013-12-17auto merge of #10990 : ktt3ja/rust/method-stability, r=huonwbors-28/+72
2013-12-17auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brsonbors-10/+4
2013-12-16test: Add a test that POD types can be implicitly copied.Patrick Walton-1/+9
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-0/+78
2013-12-16Fallout of rewriting std::commAlex Crichton-10/+4
2013-12-16Check even more live Path nodes in dead-code passKiet Tran-0/+4
2013-12-16Detect stability attributes on methods.Kiet Tran-28/+72