summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-02-17Add new test for export globs, xfailed.Graydon Hoare-0/+11
2012-02-16More rigorous reuse of cleanup sequencesMarijn Haverbeke-1/+1
2012-02-15test: Assert that the result is correct in run-pass/crust-stressBrian Anderson-1/+1
2012-02-15bench: Add a test for task concurrencyBrian Anderson-0/+68
2012-02-15A test that I forgot to git-addMarijn Haverbeke-0/+6
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-30/+46
2012-02-15Fix bug in safe-reference checkerMarijn Haverbeke-1/+1
2012-02-15Support 'alt check' syntaxMarijn Haverbeke-2/+0
2012-02-15test: Add a crust function stress testBrian Anderson-0/+28
2012-02-14When parsing a source string, fail when the entire string is not parsed.Kevin Atkinson-0/+48
2012-02-14Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).Kevin Atkinson-0/+7
2012-02-14Correctly handle the character position at the EOF.Kevin Atkinson-0/+5
2012-02-14Do a better job of reporting source location for files (i.e. filemap)Kevin Atkinson-0/+51
2012-02-14rt: Don't kill tasks while they are in a callback from CBrian Anderson-0/+31
2012-02-14test: Test yielding in crust functionsBrian Anderson-0/+27
2012-02-14rt: Maintain stack ptrs correctly when returning from stack switchesBrian Anderson-0/+58
2012-02-14rustc: Translate crust functionsBrian Anderson-0/+46
2012-02-14rustc: Translate the value of crust functionsBrian Anderson-2/+10
2012-02-14rustc: Typecheck crust functions as *u8Brian Anderson-0/+29
2012-02-14rustc: Parse crust functionsBrian Anderson-0/+5
2012-02-14XFAIL bind-methods test until I figure out what is going wrongMarijn Haverbeke-0/+2
2012-02-14Allow static method calls to be boundMarijn Haverbeke-0/+20
2012-02-14Add [X].len() to core, use it in trans modulesMarijn Haverbeke-2/+2
2012-02-13test: Add test for #1821Brian Anderson-0/+5
2012-02-13Fix bug in handling of block functions in last-use analysisMarijn Haverbeke-0/+16
2012-02-13correct error message and add to testNiko Matsakis-0/+1
2012-02-13do not fail if iface/impl method have different number of parametersNiko Matsakis-0/+11
2012-02-13remove leading ::, new testsNiko Matsakis-2/+25
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-12/+12
2012-02-12(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...Kevin Cantu-8/+10
2012-02-11test: Fix cros-crate-glob-collisionBrian Anderson-2/+2
2012-02-11correct fully qualified type names to include the crate; add tests (take 2)Niko Matsakis-0/+24
2012-02-11rewrite to use ctypes typesNiko Matsakis-1/+1
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-43/+40
2012-02-11Revert prior commit until I have time to track down the valgrind errorNiko Matsakis-24/+0
2012-02-10correct fully qualified type names to include the crate; add testsNiko Matsakis-0/+24
2012-02-10remove executable that was accidentally includedNiko Matsakis-0/+0
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-0/+0
2012-02-10test: Add tests for #1802Brian Anderson-0/+8
2012-02-10Don't allow binding patterns to bind keywordsMarijn Haverbeke-19/+0
2012-02-10Add compile-fail tests for interfaces/implsMarijn Haverbeke-0/+20
2012-02-09Further WIP on classesTim Chevalier-0/+10
2012-02-09Increase precedence of as operatorMarijn Haverbeke-3/+3
2012-02-08core: Add task::spawn_schedBrian Anderson-1/+1
2012-02-08rt: Export a scheduler APIBrian Anderson-0/+36
2012-02-08bench: Add shootout-spectralnormBrian Anderson-0/+70
2012-02-07String split renaming:Kevin Cantu-2/+1
2012-02-06Make sure iface_methods are set before they are accessedMarijn Haverbeke-0/+5
2012-02-06Add monad iface testMarijn Haverbeke-0/+31
2012-02-05test: Add test for issue #1460Brian Anderson-0/+4