about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-06-15Implement checking against assignments to immutable obj fieldsMarijn Haverbeke-4/+2
2011-06-15Extend alias analysis to check assignmentsMarijn Haverbeke-9/+3
2011-06-15Fix assignments to immutable fields throughout the codeMarijn Haverbeke-11/+11
2011-06-14Add new testcase to show the nature of our exciting block-expr / trailing uno...Graydon Hoare-0/+51
2011-06-14Remove some unnecessary xfailsTim Chevalier-45/+8
2011-06-14Un-xfail test/run-fail/pred.rsTim Chevalier-6/+3
2011-06-14Un-xfail working test casesTim Chevalier-6/+2
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/+5
2011-06-14Implement function expressions/anonymous functionsMarijn Haverbeke-0/+4
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-21/+41
2011-06-13rustc: Assignment expressions have nil type. Closes #483Brian Anderson-0/+30
2011-06-10Un-XFAIL pred-on-wrong-slotsTim Chevalier-3/+1
2011-06-11test: Add tests for issue #452Brian Anderson-0/+35
2011-06-10Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...Graydon Hoare-4/+4
2011-06-10Friendlier error message for break outside a loopTim Chevalier-0/+7
2011-06-10Use RHS type when translating assignmentsTim Chevalier-0/+9
2011-06-10test: Change bitwise.rs to use ! instead of ~. Should put out burning tinderbox.Patrick Walton-1/+1
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-10Fix unsafe uses of mutable referencesMarijn Haverbeke-2/+2
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-08test: Add a test case for issue #362, "ret none".Patrick Walton-0/+6
2011-06-08Add optional message to fail.Josh Matthews-0/+5
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-07Add multiline, whitespace-eating strings.Josh Matthews-0/+15
2011-06-06Implement enough support for pointer to get an identity function working.Rafael Ávila de Espíndola-1/+7
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-03Accept *foo as a pointer to foo.Rafael Ávila de Espíndola-0/+6
2011-06-03Temporarily xfail compile-fail/pattern-tyvarMarijn Haverbeke-0/+3
2011-06-02Un-XFAIL break-valueTim Chevalier-4/+1
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-02Re-xfail lib-io test. Seems to only work on LinuxMarijn Haverbeke-0/+3
2011-06-02Fix and un-xfail vec-append testMarijn Haverbeke-4/+1
2011-06-02Un-xfail multi testMarijn Haverbeke-4/+1
2011-06-02Un-xfail lib-io testMarijn Haverbeke-4/+1
2011-06-02Un-xfail obj-dtor-2Marijn Haverbeke-4/+0
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/+36