summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-12-16Mark live codes in struct/enum for dead-code passKiet Tran-0/+8
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+3
2013-12-14auto merge of #10932 : alexcrichton/rust/feature-update, r=cmrbors-1/+35
2013-12-14Handle more cases in the heap lintsAlex Crichton-1/+15
2013-12-14Dead-code pass now marks and warns foreign itemsKiet Tran-3/+20
2013-12-14Check more live Path nodes in dead-code passKiet Tran-14/+20
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+20
2013-12-11Make 'self lifetime illegal.Erik Price-94/+106
2013-12-11auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelixbors-1/+71
2013-12-11More small test case fixes. grr. cc #9629.Niko Matsakis-2/+12
2013-12-10auto merge of #10833 : sfackler/rust/mut-pat, r=brsonbors-0/+17
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-6/+5
2013-12-10auto merge of #10593 : metajack/rust/pkgid-hash, r=brsonbors-37/+6
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-37/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-6/+5
2013-12-10Allow ref and mut modifiers for short form field patternsSteven Fackler-0/+17
2013-12-09Check the privacy of implemented traitsAlex Crichton-0/+3
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-0/+19
2013-12-08Add dead-code warning passKiet Tran-0/+197
2013-12-05auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichtonbors-0/+17
2013-12-06Check crate root for docs in missing_doc lint.Corey Richardson-0/+17
2013-12-05Forbid keywords as lifetime parameters names.Léo Testard-0/+16
2013-12-04auto merge of #10783 : sfackler/rust/drop, r=alexcrichtonbors-7/+4
2013-12-03auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwaltonbors-0/+15
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-7/+4
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-0/+2
2013-12-03Register new snapshotsAlex Crichton-0/+2
2013-12-03Issue #9629 -- permit freezing `&mut` found within an `&` pointerNiko Matsakis-0/+60
2013-12-02Disallow duplicate bindings of struct fieldsAlex Crichton-0/+15
2013-11-30Support OSX frameworksAlex Crichton-0/+34
2013-11-28Register new snapshotsAlex Crichton-8/+8
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-0/+43
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-0/+43
2013-11-27auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestingerbors-3/+17
2013-11-27Relax restrictions on unknown feature directivesAlex Crichton-3/+17
2013-11-26Support multiple item macrosSteven Fackler-1/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-7/+7
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-90/+61
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-5/+5
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-13/+15
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-110/+107
2013-11-26rustc: Add crate-level attribute lintklutzy-0/+2
2013-11-26rustc: Update obsolete attribute listklutzy-1/+2
2013-11-26Add test for unknown attribute lintklutzy-0/+18
2013-11-26Add tests for attribute lintklutzy-0/+38
2013-11-26rustc: Add lint for obsolete attributesklutzy-15/+0
2013-11-24Add a note for unclosed delimitersCorey Richardson-0/+26
2013-11-24auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichtonbors-3/+24
2013-11-24Fix issue #8763Leah Hanson-3/+24
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-15/+15