summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-02-03Additional testcase.Kevin Atkinson-4/+7
2012-02-03Type anti-quotes now work, add test case.Kevin Atkinson-0/+3
2012-02-03Fix q-q so that non-expression q-q actually work when there is embed anti-q.Kevin Atkinson-2/+2
2012-02-03Allow anti-quotes to also be ast::ty rather than just ast::expr.Kevin Atkinson-6/+3
2012-02-03Add testcase.Kevin Atkinson-0/+87
2012-02-03Add support for parsing quasi-quotes, doesn't do anything useful yet.Kevin Atkinson-1/+2
2012-02-03Fix tests for str::le patchMarijn Haverbeke-35/+10
2012-02-03Remove experimental GC codeMarijn Haverbeke-14/+9
2012-02-02rt: Remove task pinning. Does nothingBrian Anderson-24/+8
2012-02-02rt: Rename task_sleep intrinsic to task_yield. Remove usec paramBrian Anderson-1/+5
2012-02-02Add test case for issue #1733Marijn Haverbeke-0/+2
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-8/+8
2012-02-01Propagating unsafe::slice 4Kevin Cantu-16/+16
2012-02-01Remove native types from stdlibMarijn Haverbeke-33/+14
2012-01-31Change option::t to optionTim Chevalier-15/+12
2012-01-31Rename str::to_chars -> str::charsKevin Cantu-2/+2
2012-01-31Don't compute pre- and postconditions for item_constsTim Chevalier-0/+3
2012-01-31Require alts to be exhaustiveTim Chevalier-6/+15
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-0/+24
2012-01-30Fix last failing testPaul Woolcock-1/+9
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+11
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-52/+3
2012-01-30Revert self typesMarijn Haverbeke-2/+0
2012-01-29rt: Remove set_min_stackBrian Anderson-12/+0
2012-01-29core: Remove sys::set_min_stackBrian Anderson-4/+0
2012-01-27rustc: Make 'attempted access of field' error non-fatalBrian Anderson-0/+6
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-2/+2
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-1/+1
2012-01-27Properly check enum types for recursionMarijn Haverbeke-0/+5
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-1/+1
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-2/+2