summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-01-09Fix #1474: check that block args resolved to bare fns do not make use of upvarsNiko Matsakis-0/+7
2012-01-09Remove leftover comm.rs in stdMarijn Haverbeke-9/+6
2012-01-09add tests for io::readchars and io::readcharGrahame Bowland-0/+48
2012-01-08add spawn_connectedNiko Matsakis-0/+19
2012-01-08modify last use to take into account cap clause, add new testNiko Matsakis-1/+24
2012-01-08make spawned fn copy mode so that bare fns can be usedNiko Matsakis-0/+11
2012-01-06rewrite to use old C++-based mechanismNiko Matsakis-7/+6
2012-01-06update to use new spawn syntaxNiko Matsakis-40/+42
2012-01-06plug leak: free shared type descrs recursively, as we ought toNiko Matsakis-1/+1
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-1/+1
2012-01-06make size_of and align_of take an optional valueNiko Matsakis-0/+32
2012-01-06port over the tests to use the new APINiko Matsakis-170/+187
2012-01-06rewrite task testsNiko Matsakis-35/+17
2012-01-06remove trailing whitespaceNiko Matsakis-1/+1
2012-01-06test exposing memory management failure for #1078Niko Matsakis-0/+59
2012-01-06std: Add fs::homedirBrian Anderson-0/+52
2012-01-06Disallow variable names that shadow tags in scopeTim Chevalier-0/+14
2012-01-06Merge pull request #1450 from erickt/masterGraydon Hoare-1/+1
2012-01-06Fix pretty-printing of ty params in iface methodsMarijn Haverbeke-2/+0
2012-01-06Fix bug in method type parameter passingMarijn Haverbeke-0/+4
2012-01-06libstd: rename c_vec::size to len.Erick Tryzelaar-1/+1
2012-01-05rustc: Allow the test runner to run unexported testsBrian Anderson-0/+13
2012-01-05rustc: Configure out #[test] functions when not testingBrian Anderson-0/+7
2012-01-05make test typecheckNiko Matsakis-3/+0
2012-01-05fix pretty printer to correctly insert parens for disambNiko Matsakis-1/+6
2012-01-05update test on disambig to reflect that some cases are no longer legalNiko Matsakis-3/+3
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