summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-01-21unify size_of, align_of into one call (metrics)Niko Matsakis-0/+128
2012-01-21migrate size_of() and related funcs from trans into shapeNiko Matsakis-5/+18
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-6/+6
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-3/+3
2012-01-21core: Shuffle around a #fmt testBrian Anderson-0/+6
2012-01-20WIP on issue 1426 (exporting all tags)Tim Chevalier-0/+76
2012-01-20Handle fail after return correctly in typestateTim Chevalier-0/+7
2012-01-19Handle predicates that recurse in a check() expressionTim Chevalier-0/+2
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-3/+3
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-134/+134
2012-01-19Compute typestates for FRU exprs correctly, plus a bit of cleanupTim Chevalier-0/+5
2012-01-19Merge pull request #1571 from kevina/fixup-1Patrick Walton-2/+0
2012-01-19Remove incorrect comments from a few test cases.Kevin Atkinson-2/+0
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-84/+84
2012-01-19test: "tag" -> "enum" in benchPatrick Walton-7/+7
2012-01-19test: "tag" -> "enum" in compile-failPatrick Walton-22/+22
2012-01-19test: Fix error patterns in name-clash-nullaryPatrick Walton-2/+2
2012-01-19Handle log expressions with a _|_-typed levelTim Chevalier-0/+4
2012-01-19In trans, allow _|_-typed things to be the argument to failTim Chevalier-0/+4
2012-01-19Rename fn*() to fn() as originally planned.Niko Matsakis-13/+20
2012-01-19treat fn*() as fn&()Niko Matsakis-0/+8
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-1/+2
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-29/+29
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-24/+24
2012-01-18remove align_mode and rewrite GEP_tup_like to align correctlyNiko Matsakis-0/+18
2012-01-18correct use of GEP_tup_like in closure constrNiko Matsakis-0/+30
2012-01-18test: Don't test that tags with zero variants are supportedPatrick Walton-1/+1
2012-01-19rustc: Warn when int or uint is used in a native type declHaitao Li-0/+9
2012-01-17libstd: Move std tests into libstdBrian Anderson-3027/+0
2012-01-17libcore: Move core tests into libcoreBrian Anderson-2068/+0
2012-01-17Merge pull request #1544 from kevina/issue-1393Graydon Hoare-1/+1
2012-01-17encode variant names and have log print them out.Niko Matsakis-0/+29
2012-01-17Allow omission of the '.' after nullary tag patternsTim Chevalier-1/+11
2012-01-16Minor cleanups to custom discriminator code.Kevin Atkinson-1/+1
2012-01-16Store type names in crate metadataMarijn Haverbeke-1/+1
2012-01-16When pretty-printing fn types, leave off arg modes when they are the defaultMarijn Haverbeke-3/+3
2012-01-16Don't evaluate discriminator value constants when parsing.Kevin Atkinson-0/+8
2012-01-16Update pretty printer to print out disr. values.Kevin Atkinson-0/+16
2012-01-15Added string functions: split_func, split_char, lines, lines_any, words,Kevin Cantu-0/+92
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-0/+25
2012-01-14bench: Lower the default inputs on many shootout benchmarksBrian Anderson-5/+5
2012-01-14bench: Update shootout-nbody for styleBrian Anderson-22/+20
2012-01-14bench: Update fannkuchredux for styleBrian Anderson-5/+11
2012-01-14bench: Update shootout-binarytrees for styleBrian Anderson-8/+15
2012-01-14bench: Update shootout-ackermann for performanceBrian Anderson-15/+14
2012-01-14bench: Update shootout-fibo for performanceBrian Anderson-14/+15
2012-01-14bench: Update shootout-binarytrees to use unique boxesBrian Anderson-5/+5
2012-01-13xfail the tests for now, pending #1511 being fixedNiko Matsakis-0/+11
2012-01-13test: xfail-pretty run-pass/tag-disr-val-shapeBrian Anderson-0/+1
2012-01-13test: Simplify rope::bal1. Closes #1424Brian Anderson-2/+2