index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
trivial-message.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-16
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-21
Allow various lints as part of ui-ifying `src/test/run-pass` suite.
Felix S. Klock II
-0
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-3
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-0
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-3
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-3
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-1
/
+1
2012-07-25
Remove shared_arc (unused) and fix trivial-message
Eric Holk
-1
/
+1
2012-07-25
Rewrite task-comm-NN to use pipes
Eric Holk
-6
/
+4
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-5
/
+4
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-7
/
+7
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-6
/
+6
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-1
/
+1
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-1
/
+1
2011-05-20
Added a couple of test cases for sending messages. One works as expected, the...
Eric Holk
-0
/
+15