summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-1/+1
2012-10-21Correct propagation of mutability from components to base in borrowckNiko Matsakis-0/+56
2012-10-20Remove obsolete fixed-length string testBrian Anderson-13/+7
2012-10-20Parse and report obsolete fixed-length vector syntaxBrian Anderson-0/+11
2012-10-20Remove old fixed-length vector syntaxBen Striegel-3/+3
2012-10-18test: Fix failing tests. r=rustbotPatrick Walton-8/+8
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-0/+4
2012-10-15Add test for Issue 2823Tim Chevalier-0/+12
2012-10-15Error out in resolve if structs try to capture type parametersTim Chevalier-2/+2
2012-10-15Add test cases for #3668Tim Chevalier-0/+18
2012-10-15Un-xfail test for #3521; it works nowTim Chevalier-0/+9
2012-10-15Check whether loans conflict with old loans or with themselves.Niko Matsakis-0/+25
2012-10-15Allow enum discriminator exprs to refer to declared constsTim Chevalier-0/+7
2012-10-15Add various test cases (xfailed)Tim Chevalier-0/+20
2012-10-12Test that functional struct update exprs get rejected if...Tim Chevalier-0/+16
2012-10-12Make moves explicit in cfail testsTim Chevalier-15/+15
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-6/+4
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-14/+14
2012-10-08Revert "cap-clause-use-after-move: modernize error msg"Tim Chevalier-1/+3
2012-10-08Merge branch 'incoming' into snap-2012-10-05Tim Chevalier-3/+1
2012-10-08Revert "remove ctor from ast"Tim Chevalier-2/+2
2012-10-08cap-clause-use-after-move: modernize error msgNiko Matsakis-3/+1
2012-10-08remove ctor from astNiko Matsakis-2/+2
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-8/+3
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-18/+16
2012-10-04De-mode comm::ChanTim Chevalier-3/+3
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+1
2012-10-03test: Fix error message in vtable-res-trait-paramPatrick Walton-1/+1
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-4/+4
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-0/+14
2012-09-25Check more things with deprecated_modesBrian Anderson-0/+9
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-24/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-7/+68
2012-09-20Fix ord test breakage.Graydon Hoare-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+37
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-5/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-7/+6
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-6/+7
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-2/+16
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-1/+1
2012-09-18Change 'must' to 'should' in non_camel_case_types messageBrian Anderson-6/+6
2012-09-18Consolidate tests for non_camel_case_typesBrian Anderson-33/+24
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-1/+1
2012-09-17warn(non_camel_case_types) by defaultBrian Anderson-5/+5