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
/
libstd
/
comm.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+3
2012-12-13
Rename Send trait to Owned
Brian Anderson
-7
/
+7
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-2
/
+2
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-4
/
+9
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-12
Make moves explicit in std tests
Tim Chevalier
-4
/
+4
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-2
/
+2
2012-09-28
std: Make the DuplexStream constructor public
Brian Anderson
-1
/
+1
2012-09-28
De-export std::{arc,comm,sync}. Part of #3583.
Graydon Hoare
-3
/
+1
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-1
/
+7
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-2
/
+2
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-3
/
+0
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-0
/
+76
2012-01-09
Remove leftover comm.rs in std
Marijn Haverbeke
-186
/
+0
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-10
/
+10
2011-12-19
preparing for removing math from std
Stefan Plantikow
-0
/
+2
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+184
[prev]