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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
spawn2.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+5
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-9
/
+9
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-10-25
Remove ancient emacs mode lines from test cases
Brian Anderson
-1
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-9
/
+9
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-9
/
+9
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
-9
/
+9
2013-05-08
test: Fix tests.
Patrick Walton
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-9
/
+9
2013-03-11
Remove uses of log
Brian Anderson
-9
/
+9
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-9
/
+9
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-5
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-01-06
port over the tests to use the new API
Niko Matsakis
-1
/
+1
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-9
/
+9
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-9
/
+9
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-1
/
+1
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-2
/
+2
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-4
/
+4
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-2
/
+2
2011-08-15
Converted two more spawn tests.
Eric Holk
-1
/
+4
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-1
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-31
/
+21
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-4
/
+10
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-05-27
Re-XFAIL, not valgrind-clean.
Graydon Hoare
-0
/
+3
2011-05-27
Switching over to wrappers for spawning functions of multiple arguments. Does...
Eric Holk
-4
/
+29
2011-05-27
Un-XFAILing spawn tests.
Eric Holk
-4
/
+0
2011-05-27
Working on 2 argument spawn. The arguments seem to be copied correctly once, ...
Eric Holk
-0
/
+15