about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2011-06-14Un-xfail some tests that workTim Chevalier-9/+2
2011-06-14Add xfail-stage0 to some tests (not sure if it matters...)Tim Chevalier-0/+3
2011-06-10Un-XFAIL pred-on-wrong-slotsTim Chevalier-3/+1
2011-06-10Friendlier error message for break outside a loopTim Chevalier-0/+7
2011-06-10Merge pull request #447 from paulstansifer/quick_error_message_fixPatrick Walton-0/+4
2011-06-10Handle mutable references in alias analysisMarijn Haverbeke-0/+12
2011-06-10Implement mutable/immutable alias distinction.Marijn Haverbeke-0/+10
2011-06-09Improve error message for wrong number of type argumentsTim Chevalier-0/+13
2011-06-09A revised, improved alias-checkerMarijn Haverbeke-4/+24
2011-06-09Add new visitor frameworkMarijn Haverbeke-0/+9
2011-06-08rustc: Fix error pattern in compile-fail/arg-count-mismatch.rsPatrick Walton-1/+1
2011-06-07rustc: Print out a real error message on unresolved types. Puts out burning t...Patrick Walton-1/+1
2011-06-07rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...Patrick Walton-2/+1
2011-06-06First take on an alias-safety checkerMarijn Haverbeke-0/+26
2011-06-04stdlib: Use spans for #fmt errors originating in stdBrian Anderson-0/+15
2011-06-04rustc: Use spans for #env errorsBrian Anderson-0/+15
2011-06-04rustc: Use spans on extfmt error messagesBrian Anderson-0/+37
2011-06-03"macro" -> "syntax extension" for nowPaul Stansifer-1/+1
2011-06-03Make the macro system more modular.Paul Stansifer-0/+5
2011-06-03Temporarily xfail compile-fail/pattern-tyvarMarijn Haverbeke-0/+3
2011-06-02Implement pcwalton's code review suggestions.Paul Stansifer-1/+1
2011-06-02Error message, instead of segfault, when recursive types are used.Paul Stansifer-0/+4
2011-06-01Use span_err instead of err. Fixes issue #444.Lindsey Kuper-0/+14
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-0/+24
2011-05-31More tests for <-.Michael Sullivan-4/+0
2011-05-31Add some simple tests for move.Michael Sullivan-0/+4
2011-05-31rustc: Teach rustc to use block results as fn return values. Closes #372Brian Anderson-0/+14
2011-05-31change fn to pred in pred-on-wrong-slots (but it's still xfailedTim Chevalier-1/+1
2011-05-27Check the declaration type in a for loop against the sequence typeTim Chevalier-0/+23
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-1/+1
2011-05-27Handle circularity in glob imports in a more elegant fashion.Paul Stansifer-1/+1
2011-05-27Add a map from def_id s to items in resolve::env.Paul Stansifer-0/+34
2011-05-27Fix bugs: make sure glob imports show up in the right module,Paul Stansifer-3/+38
2011-05-27"import module::*;" now works.Paul Stansifer-0/+24
2011-05-26Fix testcase to be slightly less fussy about line number of error, as it just...Graydon Hoare-1/+1
2011-05-26Track spans for each local variable in typestateTim Chevalier-0/+25
2011-05-25rustc: Fail better when the first argument to #fmt is not a string literalBrian Anderson-0/+9
2011-05-25rustc: Fail when #fmt is given too many argumentsBrian Anderson-0/+8
2011-05-24rustc: Use demand functions instead of open-coded typecheck for spawnBrian Anderson-2/+0
2011-05-24Stop showing a 'cyclic import' message for unresolved importsMarijn Haverbeke-5/+8
2011-05-24Improve nonexistent-module error messageTim Chevalier-0/+7
2011-05-23test: Remove compile-fail/export-boot.rsBrian Anderson-21/+0
2011-05-23test: Un-xfail some compile-fail testsBrian Anderson-23/+2
2011-05-23Un-XFAIL vector-no-annTim Chevalier-5/+1
2011-05-23Typecheck @[] correctlyTim Chevalier-5/+0
2011-05-21test: Add a test for mismatched types of if branchesBrian Anderson-0/+9
2011-05-20Some tests for ! annotationsTim Chevalier-0/+40
2011-05-20Un-XFAIL some tests that now pass.Tim Chevalier-9/+0
2011-05-20XFAIL two tests for stage0Tim Chevalier-1/+1
2011-05-20un-XFAIL forgot-ret and update error patternTim Chevalier-5/+1