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