about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-07-30Update tests for macro syntax change.Paul Stansifer-2/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-765/+766
2012-07-30Rename `#mod` -> `#module` to not collide with the keyword.Paul Stansifer-1/+1
2012-07-30test: Add a test for mods inside functions. Closes #493Brian Anderson-0/+11
2012-07-30rustc: "iface" -> "trait" in comments, error messages, and identifiers.Lindsey Kuper-6/+6
2012-07-30syntax: Fix semicolon printing. Closes #3036Brian Anderson-0/+6
2012-07-30Revert "Fix build by xfailing tests which produce irreducible CFGs."Elliott Slaughter-2/+0
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-75/+147
2012-07-30Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowlyBrian Anderson-1/+1
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-5/+18
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-201/+69
2012-07-27Forbid duplicate fields in record types and exprsTim Chevalier-0/+6
2012-07-27Correctly forbid upvars in nested impls, traits and classesTim Chevalier-0/+82
2012-07-27change region inference to not consider & that appears in a fnNiko Matsakis-0/+9
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