about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-16.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-116/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-17/+17
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-12/+12
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+3
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-4/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-22/+22
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-8/+7
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-14/+14
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