summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-07-06You can have any protocol you want, provided it's pingpong.Eric Holk-4/+40
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-0/+17
2012-07-06Select on pipes.Eric Holk-357/+126
2012-07-06Enabling pipes for all stages, and updating closure syntax.Eric Holk-18/+16
2012-07-06Moved pipes runtime support to libcore, and add a test that will help verify ...Eric Holk-191/+59
2012-07-06Contracts work well enough to do the message ring benchmark, and it's really ...Eric Holk-0/+326
2012-07-06send only takes one data argument.Eric Holk-2/+2
2012-07-06Macro and iface tricks to simulate self move.Eric Holk-0/+307
2012-07-06Progress towards pipes.Eric Holk-37/+61
2012-07-06An example using pipes with most of the synchronization code in place.Eric Holk-0/+247
2012-07-06First example of a program using pipes.Eric Holk-0/+110
2012-07-05Fix test that was using rust_task_allow_kill incorrectlyBrian Anderson-2/+4
2012-07-05A new `times` method on numeric typesBen Striegel-4/+17
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-26/+26
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-3/+1
2012-07-05Consider slices to be a structural type. Closes #2748.Michael Sullivan-0/+17
2012-07-05Arc requires send trait (issue #2788)Eric Holk-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-26/+30
2012-07-04Add tests for various ways to write 'do' and 'for' without argsBrian Anderson-0/+16
2012-07-04Remove empty argument lists from do expressionsBen Striegel-51/+51
2012-07-03test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2Patrick Walton-1/+1
2012-07-03test: Make run-fail/zip-different-lengths not rely on resolve bugsPatrick Walton-1/+1
2012-07-03test: Fix cyclic import in class-cast-to-iface-cross-crate-2Patrick Walton-2/+1
2012-07-03test: Make tag-exports not use the obsolete tag export syntaxPatrick Walton-3/+6
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-8/+8
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-16/+2
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-2/+16
2012-07-03Change crust -> extern.Graydon Hoare-18/+18
2012-07-03Fix more future::future breakage.Graydon Hoare-0/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-108/+108
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-4/+20
2012-07-02Update compile-fail/missing-do for new error-comment syntaxBrian Anderson-3/+3
2012-07-02Added testcase for the missing do compile noteArmin Ronacher-0/+9
2012-07-02Start sketching some traitorous code (xfail'd)Lindsey Kuper-0/+46
2012-07-02Merge branch 'doc-comments'Brian Anderson-595/+627
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-595/+627
2012-07-02Update nbody benchmark to more idiomatic Rust; nix obsolete commentsLindsey Kuper-31/+27
2012-07-01syntax: Support dropping argument list from for/doBrian Anderson-1/+11
2012-07-01Add two tests, one xfailed, for inferring lambda kinds in return positionBrian Anderson-0/+19
2012-07-01Convert to new closure syntaxBrian Anderson-436/+440
2012-06-30syntax: Fix lambda parsing following 'ret'Brian Anderson-0/+5
2012-06-30syntax: Add support for new lambda syntaxBrian Anderson-1/+20
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-249/+249
2012-06-30syntax: Pretty-print 'do' correctlyBrian Anderson-0/+7
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-594/+594
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-0/+32
2012-06-29Adding a bunch of atomic intrinsics.Eric Holk-0/+37
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-726/+726
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-6/+12
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-63/+63