about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-05-31More tests for <-.Michael Sullivan-7/+41
2011-05-31Add some simple tests for move.Michael Sullivan-0/+25
2011-05-31rustc: Teach rustc to use block results as fn return values. Closes #372Brian Anderson-0/+87
2011-05-31change fn to pred in pred-on-wrong-slots (but it's still xfailedTim Chevalier-1/+1
2011-05-31rustc: Pushdown type params for tag patterns. Closes #363Brian Anderson-0/+15
2011-05-27In pre/postcondition computation, failing calls should set the postconditionTim Chevalier-0/+30
2011-05-27Check the declaration type in a for loop against the sequence typeTim Chevalier-0/+23
2011-05-27Re-XFAIL, not valgrind-clean.Graydon Hoare-0/+6
2011-05-27Switched calling conventions so that spawn with multiple arguments works.Eric Holk-2/+2
2011-05-27Switching over to wrappers for spawning functions of multiple arguments. Does...Eric Holk-4/+37
2011-05-27Un-XFAILing spawn tests.Eric Holk-6/+0
2011-05-27Programs using spawn terminateEric Holk-1/+1
2011-05-27Working on 2 argument spawn. The arguments seem to be copied correctly once, ...Eric Holk-0/+15
2011-05-27Arguments seem to be correctly passed to child processes now.Eric Holk-1/+1
2011-05-27Test case showing that issue 324 is resolved.Lindsey Kuper-0/+39
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-75/+75
2011-05-27Remove parser support for recv as an initializer in preparation for changing ...Michael Sullivan-24/+25
2011-05-26Test for use of break as an expressionTim Chevalier-0/+13
2011-05-26Make _|_ unify with anythingTim Chevalier-0/+45
2011-05-27Handle circularity in glob imports in a more elegant fashion.Paul Stansifer-13/+21
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-5/+86
2011-05-27Add list function 'has'.Paul Stansifer-0/+12
2011-05-27"import module::*;" now works.Paul Stansifer-0/+108
2011-05-27Added filter_map.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-26Remove native glues. All calls to C are direct now.Graydon Hoare-0/+5
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-24test: Fix run-fail testing and bring tests up to dateBrian Anderson-20/+2
2011-05-24test: xfail vector-no-ann-2 in stage0Brian Anderson-0/+2
2011-05-24rustc: Use demand functions instead of open-coded typecheck for spawnBrian Anderson-2/+0
2011-05-24Add quick_sort3 function based on 'QuicksortIsOptimal.pdf' (see comments in f...Kelly Wilson-0/+66
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-23test: Un-xfail some working testsBrian Anderson-25/+8
2011-05-23Typecheck @[] correctlyTim Chevalier-5/+3
2011-05-23Un-xfail test/run-pass/mlistMarijn Haverbeke-3/+0
2011-05-23Un-xfail test/run-pass/use-import-exportMarijn Haverbeke-4/+0
2011-05-22stdlib: Add regression tests for std::strBrian Anderson-0/+9
2011-05-22stdlib: Add regression tests for std::mapBrian Anderson-0/+18
2011-05-22stdlib: Add regression tests for std::listBrian Anderson-0/+41
2011-05-22stdlib: Add list::from_vecBrian Anderson-0/+16
2011-05-22stdlib: Report an error when getopts is given an argument to a flag optionBrian Anderson-4/+9
2011-05-22stdlib: Add regression tests for std::getoptsBrian Anderson-0/+538
2011-05-22stdlib: Add regression test for fs::connect and a FIXMEBrian Anderson-0/+15