about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-01-11Implement std::map as an iface/impl instead of an objMarijn Haverbeke-9/+1
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+4
2012-01-11add section on spawn_connected to tutorial and pull test into fileNiko Matsakis-19/+18
2012-01-10update shape code to handle iface instancesNiko Matsakis-0/+45
2012-01-10Add support for casting enum-like tags to scalar values.Kevin Atkinson-1/+15
2012-01-10Support explicit discriminant numbers on tag variants.Kevin Atkinson-0/+69
2012-01-10test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switchPatrick Walton-1/+1
2012-01-10rename sendfn to fn~, lambda to fn@Niko Matsakis-11/+33
2012-01-09add rust_task_is_unwinding predicate and do not kill if already unwindingNiko Matsakis-3/+13
2012-01-09Change all uses of 'when' in alt-patterns to 'if'Austin Seipp-6/+6
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-31/+31
2012-01-09Merge pull request #1470 from grahame/grahameBrian Anderson-0/+48
2012-01-09Fix error message case in two cfail testMarijn Haverbeke-2/+2
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