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
/
comm.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-1
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
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-10-16
Remove libdebug and update tests.
Luqman Aden
-3
/
+1
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-0
/
+2
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-3
/
+3
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-4
/
+4
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-2
/
+2
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
-4
/
+4
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-4
/
+4
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-2
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
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-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
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-30
Remove oldcomm from the test suite
Brian Anderson
-6
/
+6
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-4
/
+4
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-5
/
+5
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-9
/
+4
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-5
/
+3
2012-08-27
Camel case various core constructors
Brian Anderson
-3
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-3
/
+3
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
/
+2
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-3
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-5
/
+5
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-1
/
+1
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-1
/
+1
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-2
/
+2
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-5
/
+6
[next]