about summary refs log tree commit diff
path: root/src/test/run-pass/trivial-message.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-16/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+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-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-28Convert core::pipes to camel caseBrian Anderson-1/+1
2012-07-25Remove shared_arc (unused) and fix trivial-messageEric Holk-1/+1
2012-07-25Rewrite task-comm-NN to use pipesEric Holk-6/+4
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-5/+4
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-7/+7
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-6/+6
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-1/+1
2011-05-27Remove parser support for recv as an initializer in preparation for changing ...Michael Sullivan-1/+1
2011-05-20Added a couple of test cases for sending messages. One works as expected, the...Eric Holk-0/+15