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
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-556
/
+86
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-4
/
+4
2013-08-04
Remove old tests and code for `select`
Brian Anderson
-108
/
+2
2013-08-02
Add SendDeferred trait and use it to fix #8214.
Ben Blum
-0
/
+30
2013-07-31
std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...
Brian Anderson
-81
/
+2
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-2
/
+2
2013-07-20
Use Option .take() or .take_unwrap() instead of util::replace where possible
blake2-ppc
-12
/
+7
2013-07-19
std: Remove old magic core mod
Brian Anderson
-28
/
+28
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-50
/
+50
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-50
/
+50
2013-06-20
std: Port SharedChan to newsched
Brian Anderson
-15
/
+25
2013-06-21
libstd: cleanup warnings
James Miller
-1
/
+0
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-5
/
+5
2013-06-15
rm vec::uniq_len
Daniel Micay
-1
/
+1
2013-06-01
Swap return value of pipes::init Fixes #4501
Nick Desaulniers
-6
/
+6
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-12
/
+12
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+2
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-8
/
+12
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-54
/
+754
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-05-08
libcore: Remove mutable fields from pipes
Patrick Walton
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-1
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-3
/
+3
2013-03-21
librustc: Register new snapshots
Patrick Walton
-3
/
+0
2013-03-20
add stage3 markers where necessary for dist-snap
Graydon Hoare
-0
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-07
De-implicit-self libstd
Ben Striegel
-5
/
+5
2013-03-06
Fix bug in coherence that causes all cross-crate impls to be regarded as
Niko Matsakis
-0
/
+21
2013-03-04
De-implicit-self libcore
Ben Striegel
-6
/
+6
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-4
/
+4
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-6
/
+6
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-6
/
+6
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-5
/
+5
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-3
/
+0
2013-01-31
std: remove transitional code
Tim Chevalier
-7
/
+0
2013-01-29
libstd: De-export libstd. rs=deexport
Patrick Walton
-2
/
+1
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-1
/
+8
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
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
[next]