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
/
issue-3609.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
-36
/
+0
2018-08-05
Fix test/run-pass
varkor
-3
/
+0
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-1
/
+0
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-2
/
+2
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+2
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+3
2015-01-05
Remove uses of default_type_params feature gate from tests.
Huon Wilson
-2
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-4
/
+10
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-2
/
+2
2014-04-08
Register new snapshots
Alex Crichton
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-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
-1
/
+2
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-2
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-01-29
Remove do keyword from test/
Scott Lawrence
-3
/
+2
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-0
/
+1
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-7
/
+5
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-02
replace `range` with an external iterator
Daniel Micay
-3
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-03-15
Clonify some of run-pass
Ben Striegel
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-17
Remove use of capture clause #4965
Seth Pink
-1
/
+0
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-03
Add test cases (one xfailed, one not)
Tim Chevalier
-0
/
+28