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-spawn-move-and-copy.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
-33
/
+0
2018-08-05
Convert unknown_features lint into an error
varkor
-1
/
+0
2018-08-05
Fix test/run-pass
varkor
-1
/
+1
2016-02-11
Ignore tests that use threads on emscripten
Pierre Krieger
-0
/
+1
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-1
/
+3
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-1
/
+3
2015-04-12
Remove pretty-expanded from tests that use format_args!
Ryan Prichard
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-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-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
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
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2014-02-15
std: clean up ptr a bit
Corey Richardson
-3
/
+2
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-1
/
+1
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+0
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
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-12
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-7
/
+8
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-6
/
+6
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-4
/
+4
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-1
/
+1
2012-02-29
Recognize last uses for copied closed-over variables
Marijn Haverbeke
-0
/
+2
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-1
/
+1
2012-01-08
modify last use to take into account cap clause, add new test
Niko Matsakis
-0
/
+24