summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-08-26Add script and tests for using keywords as identifiersFlorian Hahn-0/+450
2013-08-24Settle on the format/write/print family of namesAlex Crichton-47/+47
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-2/+2
2013-08-23Emit a better error for attempted unsafe-pointer-self. Close #8306.Ben Blum-0/+22
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-0/+13
2013-08-23auto merge of #8677 : bblum/rust/scratch, r=alexcrichtonbors-0/+21
2013-08-22auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwaltonbors-5/+12
2013-08-22auto merge of #8626 : kballard/rust/issue-8615, r=catamorphismbors-0/+14
2013-08-21auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphismbors-0/+164
2013-08-21auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakisbors-0/+135
2013-08-21oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f...Ben Blum-2/+4
2013-08-21testsuite: Test for #6132Tim Chevalier-0/+24
2013-08-21rustc: More helpful error message when using a struct type like a functionTim Chevalier-0/+19
2013-08-21Testsuite: Test for #7013. Closes #7013Tim Chevalier-0/+43
2013-08-21testsuite: Tests for #6458. Closes #6458Tim Chevalier-0/+78
2013-08-21Only bug on self-not-mapped-to-def if no previous errors were present. Close ...Ben Blum-0/+21
2013-08-21oops, xfail-fast the cross-crate superkind testsBen Blum-0/+2
2013-08-21Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l...Niko Matsakis-0/+31
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-5/+12
2013-08-20auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichtonbors-2/+0
2013-08-20Add tests for self type using builtin kinds. (#7083)Ben Blum-0/+26
2013-08-20Fixup style of test cases for #7083Ben Blum-3/+14
2013-08-20Add tests for #7083.Ben Blum-0/+75
2013-08-20Prevent Send, Freeze, and Sized from being manually implemented. Close #8517.Ben Blum-0/+19
2013-08-19Don't skip token after @'staticKevin Ballard-0/+14
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-5/+5
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-5/+5
2013-08-18auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestingerbors-41/+0
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-5/+5
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-2/+2
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-0/+13
2013-08-18fix for #8088 (Cannot name a struct field `new` due to ancient syntax)Do Nhat Minh-2/+0
2013-08-16Remove obsolete error message regarding do-blocks with internal itersKevin Ballard-41/+0
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-1/+23
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-2/+2
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-1/+23
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-0/+13
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-0/+59
2013-08-15auto merge of #8483 : luqmana/rust/rexprs, r=catamorphismbors-0/+15
2013-08-14rustc: Eliminate a derived error in check::_matchTim Chevalier-2/+29
2013-08-13auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivanbors-0/+22
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+59
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+15
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-7/+49
2013-08-12rustc: Give a hint when a static method call has fewer than expected type par...Tim Chevalier-0/+22
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-1/+73
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-2/+178
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-0/+40
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-14/+30