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