summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-07-22Add a test for #5844 (a closed issue now)Alex Crichton-0/+18
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-4/+4
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-4/+28
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-3/+3
2013-07-20auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brsonbors-1/+13
2013-07-19auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphismbors-0/+23
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-1/+13
2013-07-18auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblumbors-1/+13
2013-07-17testsuite: Add compile-fail test for #5883Tim Chevalier-0/+23
2013-07-17test: Fix tests.Patrick Walton-74/+0
2013-07-17test: Fix tests.Patrick Walton-7/+4
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-71/+23
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-46/+55
2013-07-17Issue #7444 - Update neg test and pos test for move by captureNiko Matsakis-1/+3
2013-07-17Issue #7444 - Borrowck permits moved values to be capturedNiko Matsakis-0/+10
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-0/+97
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-72/+72
2013-07-14Make TLS keys actually take up spaceAlex Crichton-1/+2
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-6/+2
2013-07-13auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonwbors-2/+1
2013-07-12auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiynbors-27/+11
2013-07-13cmp: Use default methods in trait Ord, only require Ord::ltblake2-ppc-2/+1
2013-07-12auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwaltonbors-0/+20
2013-07-11auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwaltonbors-2/+2
2013-07-11Expand ctypes warnings to warn about *int/*uintAlex Crichton-27/+11
2013-07-11Fix testsAlex Crichton-2/+2
2013-07-11auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetime...bors-0/+76
2013-07-11Add a compile-fail test for qualification lintSeo Sanghyeon-0/+20
2013-07-10auto merge of #7698 : nikomatsakis/rust/issue-2951-type-parameter-names, r=cmrbors-0/+6
2013-07-10Add an identifier to TypeParameterDefs and use it to pretty print type parame...Niko Matsakis-0/+6
2013-07-09Require `extern "Rust" fn main()` exactlyAlex Crichton-5/+14
2013-07-09rm silly compile-fail testDaniel Micay-14/+0
2013-07-09Constrain maximum lifetime of stack closures that capture variables toNiko Matsakis-0/+76
2013-07-08Correct merge failuresNiko Matsakis-2/+2
2013-07-08Add new tests for irrefutable patterns used in various tricky waysNiko Matsakis-0/+71
2013-07-08Update existing tests to account for stricter, more correct handling of irref...Niko Matsakis-1/+38
2013-07-07auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonwbors-0/+37
2013-07-06auto merge of #7572 : Dretch/rust/missing-trait-message-followup, r=pcwaltonbors-0/+20
2013-07-05Fix fallout from span changeSeo Sanghyeon-1/+1
2013-07-04libsyntax: fix infinite loop when recursively including modulesPhilipp Brüschweiler-0/+37
2013-07-03Address @catamorphism's error message grammar nit.Gareth Smith-1/+1
2013-07-03auto merge of #7534 : bblum/rust/soundness-messages, r=catamorphismbors-0/+0
2013-07-03Make the error messages that result from referencingGareth Smith-0/+20
2013-07-03auto merge of #7566 : huonw/rust/vec-kill, r=cmrbors-1/+1
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-1/+1
2013-07-03auto merge of #7531 : sankha93/rust/master, r=bblumbors-8/+8
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-2/+17
2013-07-01Correct merge errors, broken testsNiko Matsakis-2/+2
2013-07-01Add copyright notice and kill broken testNiko Matsakis-0/+32
2013-07-01Correct handling of if/match, and make explicit computation ofNiko Matsakis-3/+111