summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-07-27core: Make #fmt pureBrian Anderson-0/+21
2012-07-27In resolve, check for duplicate pattern-bound varsTim Chevalier-0/+25
2012-07-27Make alts on uninhabited enum types typecheck and translate properlyTim Chevalier-0/+11
2012-07-26re-xfailing pingpongEric Holk-0/+1
2012-07-26Added .peek for recv_packetsEric Holk-1/+0
2012-07-26Fix borrow check errors in k-nucleotide.Eric Holk-2/+2
2012-07-26Use iteration protocol for ebml, use vec::view in more places (issue #2880)Eric Holk-8/+4
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-6/+6
2012-07-26shootout-mandelbrot: devnull writer needs get_type implDamian Gryski-0/+1
2012-07-26Merge branch 'incoming' of github.com:mozilla/rustPaul Stansifer-157/+204
2012-07-26Add xfailed test case for #3029Tim Chevalier-0/+8
2012-07-26Re-added test for Issue 935 -- not sure what happened to itTim Chevalier-0/+31
2012-07-26Add test for issue 868Tim Chevalier-0/+15
2012-07-26Change `#macro` to `macro_rules!` in some cases.Paul Stansifer-1/+2
2012-07-25Reject non-UTF-8 files when reading as str. Close #2918.Graydon Hoare-0/+5
2012-07-25Remove shared_arc (unused) and fix trivial-messageEric Holk-1/+1
2012-07-25Rewrite task-comm-NN to use pipesEric Holk-157/+145
2012-07-25Merge pull request #3014 from elliottslaughter/fix-failed-build-by-xfailing-t...Graydon Hoare-0/+2
2012-07-25Fix build by xfailing tests which produce irreducible CFGs.Elliott Slaughter-0/+2
2012-07-25Polymorphic protocols work well enough to do MapReduce.Eric Holk-4/+2
2012-07-25Added infrastructure to spin for a bit on recv. A spin count > 0 makes bench/...Eric Holk-1/+1
2012-07-25Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macro...Eric Holk-0/+148
2012-07-25Compiled a bounded version of pingpong.Eric Holk-0/+2
2012-07-25Refactor the bounded pingpong example to avoid needing to generate unsafe code.Eric Holk-6/+4
2012-07-25Hand-written bounded pingpong implementation.Eric Holk-0/+106
2012-07-25Started playing with macros to make receiving easierEric Holk-6/+72
2012-07-25Merge pull request #3009 from elliottslaughter/utf8-idents-test-fixGraydon Hoare-1/+2
2012-07-25avoid capture of bound regions when infering types for closureNiko Matsakis-21/+116
2012-07-25correct treatment of mutability for deref'd componentsNiko Matsakis-0/+9
2012-07-24test: Add a max/min classes test casePatrick Walton-0/+30
2012-07-24Fix test floating point comparison to tolerate imprecise FPUs.Elliott Slaughter-1/+2
2012-07-24Fix xfail commentEric Holk-1/+1
2012-07-24Test case for #3005Eric Holk-0/+32
2012-07-24Fix whitespace.Graydon Hoare-2/+2
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-1/+1
2012-07-23tests: Rename to avoid colliding with real rust-zmq.Erick Tryzelaar-3/+3
2012-07-23Convert bench and run-pass tests to new task_builder interfaceBen Blum-65/+49
2012-07-23Oops, xfail-win32 task-killjoin-rsrcBen Blum-0/+2
2012-07-23Fix and un-xfail task-killjoin-rsrc.rsBen Blum-9/+6
2012-07-23Add task::spawn_unlinked and start migrating away from task::unsuperviseBen Blum-42/+21
2012-07-23Move fail upcall into rust libcore.Elliott Slaughter-14/+6
2012-07-19Fix intersection of two region params in infer, cc #2962Niko Matsakis-0/+36
2012-07-19Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...Patrick Walton-34/+0
2012-07-19test: XFAIL some more in an effort to unbreak the treePatrick Walton-3/+2
2012-07-18test: Change the expected error message on iface-test.rs to contain "trait" i...Patrick Walton-1/+1
2012-07-18test: XFAIL issue-1466.rs due to cycle collector crashes.Patrick Walton-0/+1
2012-07-18accept naked exprs with commas in pattern armsNiko Matsakis-0/+34
2012-07-18Remove nonexistent importsTim Chevalier-4/+0
2012-07-18In resolve3, error on non-existent importsTim Chevalier-0/+10
2012-07-18xfail issue-506 - broken on darwinBen Blum-0/+1