about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-06-15Improve and test failure behavior for malformed attributesBrian Anderson-0/+34
2011-06-15Fixed a problem where spawn arguments were getting lost again. Also, fixed up...Eric Holk-14/+23
2011-06-15Re-enabled join.Eric Holk-0/+18
2011-06-15test: Add a compile-fail test for attribute/syntax parsingBrian Anderson-0/+8
2011-06-15rustc: Support outer attributes on items that are defined as statementsBrian Anderson-1/+66
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+117
2011-06-15test: Add missing fn test cases to run-pass/item-attributes.rsBrian Anderson-6/+13
2011-06-15Refactor data structures representing constraints (again...)Tim Chevalier-2/+2
2011-06-15Simple anonymous objects get through translation.Lindsey Kuper-13/+38
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-7/+7
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-5885/+4487
2011-06-15test: Add tests for multiple outer attributes on itemsBrian Anderson-11/+41
2011-06-15test: Add test cases for outer attributes on all item typesBrian Anderson-0/+13
2011-06-15rustc: Parse module attributesBrian Anderson-0/+8
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