about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-16.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-14/+14
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-14/+14
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-11/+6
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-3/+3
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+0
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-6/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-5/+5
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-05test: "import" -> "use"Patrick Walton-5/+4
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+32
2012-08-28Convert core::pipes to camel caseBrian Anderson-2/+2
2012-08-03Fixing failing test casesEric Holk-1/+1
2012-07-25Rewrite task-comm-NN to use pipesEric Holk-35/+35
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-22Use must_have_lock instead of private functions. (Issue #2700)Eric Holk-2/+0
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-0/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-02-05test: Resolve some FIXMEsBrian Anderson-13/+9
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-5/+5
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-19/+20
2011-08-20ReformatBrian Anderson-23/+17
2011-08-15Removed old object-based chans.Eric Holk-11/+10
2011-08-15Port ID-based channels.Eric Holk-0/+3
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-3/+3
2011-08-08Using unsafe chan pointer idiom to make task-comm-16.rs pass again.Eric Holk-5/+5
2011-08-08Temporarily disabling chan test to put out linux fire.Eric Holk-1/+8
2011-08-08Converted the rest of the task-comm-* tests over. Also fixed someEric Holk-29/+34
2011-07-27Reformat for new syntaxMarijn Haverbeke-29/+23
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-15/+0
2011-07-21Improving move semantics for channel operations.Eric Holk-7/+4
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-100/+77
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-9/+9
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-1/+1
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-17/+17
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-17/+17
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-17/+17
2011-04-19Remove effect system from src.Graydon Hoare-7/+7
2011-03-22Add test for sending strings over channelsBrian Anderson-0/+17