summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-09-14Remove restricted keyword testsBrian Anderson-12/+0
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-45/+85
2012-09-11Reserve 'be' as a keywordBrian Anderson-0/+4
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-46/+46
2012-09-11Improve unexpected error scanner for compile-fail tests (Closes #1476)Drew Willcoxon-0/+3
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-18/+13
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-13/+10
2012-09-10Report obsolete trait lists on structsBrian Anderson-1/+8
2012-09-10Report obsolete class method syntaxBrian Anderson-0/+8
2012-09-10Convert std::map to camel caseBrian Anderson-10/+10
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-13/+52
2012-09-10Promote most restricted keywords to strict keywordsBrian Anderson-6/+9
2012-09-08libsyntax: Parse and report errors for a few obsolete syntaxesBrian Anderson-0/+40
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-32/+32
2012-09-07Fix obsolete struct syntax in testBrian Anderson-1/+1
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-3/+1
2012-09-07Remove support for multiple traits in a single implTim Chevalier-0/+8
2012-09-07Add an ignore! macro, remove support for nested block comments, re: #2755.Graydon Hoare-11/+16
2012-09-07Remove module keywordBrian Anderson-3/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-45/+45
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-43/+43
2012-09-07Don't check impl ty params for equality with trait ty paramsTim Chevalier-0/+58
2012-09-07In typeck, don't assume traits with default methods are in the same crateTim Chevalier-0/+7
2012-09-06Another test for #2587Tim Chevalier-0/+21
2012-09-06Use callee ID when kind-checking expressions that may be overloadedTim Chevalier-0/+29
2012-09-06Remove struct ctorsBrian Anderson-133/+158
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-2/+28
2012-09-05rustc: Make "priv" work on enum variantsPatrick Walton-0/+11
2012-09-05Mark crate metadata with a version tag. Close #3390.Graydon Hoare-1/+1
2012-09-05rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...Patrick Walton-5/+0
2012-09-05test: "import" -> "use"Patrick Walton-66/+61
2012-09-04rustc: Don't allow private fields to be named in constructors or destructuredPatrick Walton-0/+28
2012-09-04rustc: Implement private methods.Patrick Walton-0/+15
2012-09-04Remove 'with'Brian Anderson-4/+4
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-17/+15
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-09-01Remove the 'to' keywordBrian Anderson-12/+12
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-1/+3
2012-08-30Fix some more test breakage.Graydon Hoare-3/+6
2012-08-30test: Fix compile-fail testsPatrick Walton-0/+11
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+4
2012-08-29std: Camel case some constructorsBrian Anderson-12/+12
2012-08-28CamelCasify lots of stdBen Striegel-1/+1
2012-08-28Add lint modes for uses of @ and ~ pointers, in general.Graydon Hoare-0/+33
2012-08-28Convert core::pipes to camel caseBrian Anderson-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-3/+3
2012-08-26Camel case the option typeBrian Anderson-154/+154
2012-08-25Add test case for #2356Tim Chevalier-0/+4
2012-08-24Infer purity for || style closures. Closes #3023.Michael Sullivan-0/+6