summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2012-08-24Add a compile-fail test for #3255Ben Blum-0/+9
2012-08-24extend liveness to treat bindings more like other variablesNiko Matsakis-2/+15
2012-08-23Add a test case for helpful errors when copying into closures (#2942)Ben Blum-0/+39
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-0/+8
2012-08-23don't consider use of `@fn` to be region-param'dNiko Matsakis-0/+22
2012-08-23don't infer region paramaterization for ids in a bound contextNiko Matsakis-0/+21
2012-08-23Remove match check from test casesTim Chevalier-7/+13
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-54/+54
2012-08-23Infer variance of types with respect to the region parameter.Niko Matsakis-2/+175
2012-08-22Add compile-fail tests for unsound moving out of enums (#2329)Ben Blum-0/+67
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-21/+29
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-42/+64
2012-08-20Disallow deconstructing destructing structs (fixes #3147)Ben Blum-0/+17
2012-08-20Do vtable resolution for *all* method calls, not just statically resolved one...Michael Sullivan-0/+23
2012-08-17rustc: Implement "priv" for simple items.Patrick Walton-0/+13
2012-08-17forgotten tests for #3217, #2977, #3067Niko Matsakis-0/+33
2012-08-17test: Fix unused variable warning in repeat-to-run-dtor-twice.rs.Patrick Walton-1/+1
2012-08-17rustc: Prevent destructors from being run twice with the repeated vector syntaxPatrick Walton-0/+16