about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-09-16switch Drop to `&mut self`Daniel Micay-29/+29
2013-09-15Document all of the format! related macrosAlex Crichton-4/+3
2013-09-15Reduce the amount of complexity in format!Alex Crichton-3/+5
2013-09-13Pass a more proper span to the syntax expandersAlex Crichton-0/+13
2013-09-12rustc: Fix cstack lint for default methods. Closes #8753Brian Anderson-0/+24
2013-09-12Implement a format_args!() macroAlex Crichton-0/+27
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-1/+1
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-3/+3
2013-09-04Improve name mangling for gdbAlex Crichton-3/+3
2013-09-04auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonwbors-0/+3
2013-09-04forbid cast as boolDaniel Micay-0/+12
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+3
2013-09-04Fixed docs and stylesFlaper Fesp-1/+1
2013-09-04Add a safe implementation of MutexArc::access* methodsFlaper Fesp-0/+26
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+338
2013-09-03Tests for fixed issues.Huon Wilson-0/+26
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-96/+12
2013-08-29Correct the sources of glob importsAlex Crichton-0/+84
2013-08-28auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichtonbors-0/+15
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-0/+35
2013-08-28Add tests for ref in closure parameter list, closes #5239Florian Hahn-0/+15
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-6/+6
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-39/+50
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-305/+6
2013-08-27auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow...bors-0/+61
2013-08-27Extend aliasability check to uncover `& &mut &mut` and the likeNiko Matsakis-0/+30
2013-08-26auto merge of #8739 : fhahn/rust/ticket_2275, r=brsonbors-0/+450
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