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
/
libcore
/
comm.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-3
/
+3
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-2
/
+3
2013-05-13
core: Move locks, atomic rc to unstable::sync
Brian Anderson
-2
/
+2
2013-05-11
Warning police
Tim Chevalier
-10
/
+7
2013-05-10
Stop using the '<->' operator
Alex Crichton
-18
/
+11
2013-05-08
libcore: Fix tests.
Patrick Walton
-3
/
+4
2013-05-08
libcore: Remove more mutable fields from comm
Patrick Walton
-22
/
+28
2013-05-08
Remove mutable fields from comm by using casts. Also mark the cast in cell.
Patrick Walton
-36
/
+55
2013-05-08
libcore: Remove mutable fields from pipes
Patrick Walton
-39
/
+55
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-2
/
+2
2013-04-29
test: Fix more tests.
Patrick Walton
-3
/
+3
2013-04-29
librustc: Forbid type implementations on typedefs.
Patrick Walton
-15
/
+60
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-1
/
+2
2013-04-19
core: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-4
/
+0
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-11
/
+23
2013-04-18
core::pipes: Just reordering declarations
Brian Anderson
-46
/
+49
2013-04-18
core::comm: Remove functions in favor of methods
Brian Anderson
-159
/
+97
2013-04-18
core: Remove a stray #[doc(hidden)] attribute
Brian Anderson
-1
/
+0
2013-04-18
core: Inline the protocol definitions of sendp and oneshot
Brian Anderson
-4
/
+128
2013-04-16
libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...
Huon Wilson
-3
/
+3
2013-04-14
core: remove unnecessary unsafe blocks/functions
Alex Crichton
-10
/
+8
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-9
/
+8
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-0
/
+4
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-8
/
+8
2013-03-21
librustc: Register new snapshots
Patrick Walton
-12
/
+0
2013-03-20
add stage3 markers where necessary for dist-snap
Graydon Hoare
-0
/
+4
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+8
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-06
Fix bug in coherence that causes all cross-crate impls to be regarded as
Niko Matsakis
-88
/
+150
2013-03-04
De-implicit-self libcore
Ben Striegel
-24
/
+24
2013-03-01
Rename core::private to core::unstable. #4743
Brian Anderson
-3
/
+3
2013-03-01
auto merge of #5162 : brson/rust/fixmes, r=brson
bors
-2
/
+2
2013-02-28
Remove code that was awaiting a snapshot
Tim Chevalier
-3
/
+0
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-3
/
+3
2013-02-27
Convert NOTEs to FIXMEs
Brian Anderson
-2
/
+2
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-0
/
+410
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-516
/
+0
2012-12-13
Rename Send trait to Owned
Brian Anderson
-17
/
+17
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-22
/
+22
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-5
/
+5
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-2
/
+2
2012-10-02
De-export comm, task. Part of #3583.
Graydon Hoare
-2
/
+0
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-6
/
+6
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-8
/
+7
2012-09-25
Demode core::result
Brian Anderson
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+2
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-25
/
+34
[next]