summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-01-05correct test to reference right valueNiko Matsakis-1/+1
2012-01-05require a non-semi expr acting as a stmt to have unit return typeNiko Matsakis-33/+37
2012-01-05make parser handle parenthesized block-sugar exprs properlyNiko Matsakis-18/+16
2012-01-05Merge branch 'master' into kmathStefan Plantikow-93/+93
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-0/+1
2012-01-05Merge branch 'master' into kmathStefan Plantikow-64/+63
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-93/+93
2012-01-05Merge branch 'master' into kmathStefan Plantikow-33/+309
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-2/+1
2012-01-04xfail-pretty iface-generic.rs until i have time to debugMarijn Haverbeke-0/+2
2012-01-04Add test for generic iface methodsMarijn Haverbeke-0/+33
2012-01-04"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")Lenny222-3/+3
2012-01-04"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...Lenny222-10/+10
2012-01-03Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty.Tim Chevalier-0/+6
2012-01-03Allow tail expressions even in no_value blocks. Type checkerNiko Matsakis-11/+22
2012-01-03new testsNiko Matsakis-0/+126
2012-01-03Merge pull request #1392 from Lenny222/listBrian Anderson-10/+50
2012-01-03Make resolution of dictionaries on bounded params workMarijn Haverbeke-2/+8
2012-01-03Wire in resolution of param bounds for method callsMarijn Haverbeke-0/+22
2012-01-02Fix expected error messages for better printing of ty_ptrMarijn Haverbeke-2/+2
2012-01-02Add 'copy' bounds to functions that were faultily accepted withoutMarijn Haverbeke-5/+5
2012-01-02Make last-use pass properly handle closed-over variablesMarijn Haverbeke-0/+8
2012-01-01freebsd supportUser Jyyou-2/+8
2012-01-01"str": extract to_upper/lower_case() into "char"Lenny222-0/+16
2011-12-31core: killed all math wrappersStefan Plantikow-1/+4
2011-12-31Trying to remove wrappers from floatStefan Plantikow-0/+0
2011-12-30add cap clause to pretty printer, with a testNiko Matsakis-0/+17
2011-12-30add test for list:is_empty()Lenny222-1/+16
2011-12-29split proto from fn_decl, as not all fn_decls know the proto.Niko Matsakis-0/+22
2011-12-29Add support in lexer for utf8 identifiers. No NFKC logic in char yet.Graydon Hoare-0/+34
2011-12-29list: use predicate to enforce non-empty requirementLenny222-10/+35
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-15/+15
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-17/+17
2011-12-24Merge pull request #1382 from Lenny222/charGraydon Hoare-0/+18
2011-12-24Merge pull request #1377 from Lenny222/icuGraydon Hoare-0/+34
2011-12-24char: add is_lowercase(), is_uppercase()Lenny222-0/+18
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-631/+631
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-50/+44
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-874/+1031
2011-12-22std::unicode: add functions, unit testLenny222-0/+34
2011-12-22Remove trivial cast checkerMarijn Haverbeke-58/+0
2011-12-22tests: add corner case (empty list)Lenny222-11/+19
2011-12-22json: add "null"Lenny222-0/+7
2011-12-21add tests I forgot to addNiko Matsakis-0/+26
2011-12-21valid cap clause for kind-ness tooNiko Matsakis-0/+10
2011-12-20Revert "wip"Brian Anderson-60/+0
2011-12-20wipBrian Anderson-0/+60
2011-12-20Add companion-module core.rs that exports log levels and option/some/none eve...Graydon Hoare-14/+0
2011-12-20removed math leftovers from stdStefan Plantikow-1/+1
2011-12-20test: Remove 'error:' from error patternHaitao Li-5/+5