about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-0.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-38/+0
2018-08-05Fix test/run-passvarkor-2/+0
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+2
2015-04-14Fallout: move from scoped to spawnAaron Turon-1/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-7/+7
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-6/+6
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-9/+9
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-4/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-09-30rpass: Remove usage of fmt!Alex Crichton-6/+6
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-04-29test: Fix tests.Patrick Walton-3/+3
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-1/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-4/+2
2012-08-28Convert core::pipes to camel caseBrian Anderson-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-25Rewrite task-comm-NN to use pipesEric Holk-12/+10
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-01-06port over the tests to use the new APINiko Matsakis-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-4/+4