summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-02-05test: Issue #953, not #959Brian Anderson-0/+0
2012-02-05test: Add an xfailed test for issue #959Brian Anderson-0/+5
2012-02-05test: Add an xfailed test for issue #929Brian Anderson-0/+4
2012-02-05test: Update and un-xfail compile-fail/tag-that-dare-not...Brian Anderson-5/+10
2012-02-05test: Add test for #901. Closes #901Brian Anderson-0/+6
2012-02-05test: Resolve some FIXMEsBrian Anderson-25/+27
2012-02-05Remove support for $(...) form of quasi-quotes, use #ast{...} instead.Kevin Atkinson-1/+1
2012-02-05add a test where mode inference ought to failNiko Matsakis-0/+11
2012-02-05new test caseNiko Matsakis-0/+7
2012-02-05new test showing off the improved inferenceNiko Matsakis-0/+8
2012-02-04bench: Tweak threadring benchmark so it pretty-printsBrian Anderson-2/+0
2012-02-04bench: Add threadring shootout benchmarkBrian Anderson-0/+50
2012-02-04Revert "bench: Add threadring shootout benchmark"Brian Anderson-53/+0
2012-02-04bench: Add threadring shootout benchmarkBrian Anderson-0/+53
2012-02-03Beginnings of front-end support for classesTim Chevalier-0/+29
2012-02-03add third arg for output path, default to no outputTed Horst-5/+36
2012-02-03fix formattingTed Horst-103/+103
2012-02-03add mandelbrot image generator from shootoutTed Horst-0/+143
2012-02-03Fix various drift issues in the qq branch.Graydon Hoare-4/+7