summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-09Track the source of the type_target and value_target separately for ImportRes...Alex Crichton-8/+26
2013-06-08auto merge of #7018 : bill-myers/rust/fix_7017, r=thestingerbors-0/+20
2013-06-09add test for RcMut being Const and Owned, tests #7017 being fixedBill Myers-0/+20
2013-06-08auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphismbors-0/+32
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-1/+1
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-5/+5
2013-06-08Add test for #5062Philipp Brüschweiler-0/+15
2013-06-08Add a test that causes an ICE currentlyPhilipp Brüschweiler-0/+17
2013-06-07auto merge of #7000 : Blei/rust/fix-6155, r=catamorphismbors-0/+17
2013-06-07testsuite: Add test cases that passTim Chevalier-0/+23
2013-06-07Add test for #6155Philipp Brüschweiler-0/+17
2013-06-06auto merge of #6985 : Aatch/rust/fixed-vec-6977, r=thestingerbors-0/+7
2013-06-07Disallow negative counts in repeat expressionsJames Miller-0/+7
2013-06-06test/compile-fail: clarify bad-for-loopRamkumar Ramachandra-3/+19
2013-06-06std: add an external iterator for mutating vec elementsHuon Wilson-0/+19
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-16/+28
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-06-03Add test for issue #6698Philipp Brüschweiler-0/+17
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-53/+52
2013-05-31auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwaltonbors-19/+24
2013-05-31auto merge of #6863 : huonw/rust/error-span, r=thestingerbors-0/+14
2013-06-01rustc: adjust span for error message to not trim last letterHuon Wilson-0/+14
2013-05-31auto merge of #6853 : bblum/rust/sized, r=pcwaltonbors-0/+45
2013-05-30auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydonbors-25/+2
2013-05-30Promote unreachable code to being a lint attributeAlex Crichton-19/+24
2013-05-30Add simple tests for SizedBen Blum-0/+45
2013-05-30Fix parser testNiko Matsakis-25/+2
2013-05-30rustc: change 'use' to 'add' in error message, fix #2994Graydon Hoare-2/+2
2013-05-30Allow doc(hidden) and --test to disable doc lintingAlex Crichton-0/+13
2013-05-30Make missing documentation linting more robustAlex Crichton-0/+72
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-66/+103
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-8/+8
2013-05-28Reconcile docs and code, adding examples and adding RESTR_CLAIMNiko Matsakis-0/+77
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-53/+65
2013-05-28auto merge of #6707 : catamorphism/rust/issue-5543, r=catamorphismbors-0/+20
2013-05-28auto merge of #6773 : lkuper/rust/alt-to-match, r=thestingerbors-0/+0
2013-05-27testsuite: Test cases, one xfailed, one notTim Chevalier-0/+20
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+0
2013-05-27Add xfail'd test for #6762.Lindsey Kuper-0/+24
2013-05-24Remove the get functionOlivier Saut-6/+6
2013-05-22test: Update tests to use the new syntax.Patrick Walton-86/+86
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-1/+1
2013-05-22librustc: Fix privacy checking for cross-crate variantsPatrick Walton-0/+9
2013-05-22librustc: Disallow `use` from reaching into impls or traits.Patrick Walton-0/+29
2013-05-22auto merge of #6669 : yjh0502/rust/fix_6209, r=graydonbors-0/+13
2013-05-22auto merge of #6686 : cmr/rust/fix-6596, r=catamorphismbors-0/+9
2013-05-22Add testCorey Richardson-0/+9
2013-05-22auto merge of #6672 : yjh0502/rust/fix_6342, r=graydonbors-0/+17
2013-05-22Implement static_assert attributeCorey Richardson-0/+9