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
/
libcore
/
comm.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
core: New closure syntax for comm.rs/task.rs docs
Benjamin Herr
-2
/
+2
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-67
/
+67
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-15
/
+15
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-8
/
+8
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-23
/
+23
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-21
/
+21
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-2
/
+2
2012-06-22
core: Name is_failure to is_err, is_success to is_ok
Brian Anderson
-1
/
+1
2012-06-21
core: Remove resolved FIXME around port destruction
Brian Anderson
-2
/
+0
2012-06-20
Change core::comm to use classes instead of resources
Tim Chevalier
-21
/
+30
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-2
/
+2
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-3
/
+3
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-2
/
+3
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-3
/
+3
2012-05-15
core: Don't fail during port dtor
Brian Anderson
-17
/
+40
2012-05-03
core: Add comm::listen
Brian Anderson
-0
/
+17
2012-05-03
core: Add send/recv/peek methods for both ports and chans
Brian Anderson
-31
/
+82
2012-05-03
core: Reorder declarations in comm so they read well
Brian Anderson
-70
/
+82
2012-05-03
core: Add comm::recv_chan to receive from a channel
Brian Anderson
-0
/
+52
2012-04-07
core: Add priv::weaken_task
Brian Anderson
-3
/
+2
2012-03-23
Remove a FIXME and workaround that appear to be obsolete
Tim Chevalier
-3
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-1
/
+0
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-30
/
+17
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-2
/
+2
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-17
core: Fix signature of call_with_retptr. Closes #1987
Brian Anderson
-2
/
+1
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-2
/
+1
2012-03-15
Associate FIXMEs with issue numbers (comments only)
Tim Chevalier
-2
/
+2
2012-03-15
core: Channels are just port ids
Brian Anderson
-9
/
+7
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-11
/
+11
2012-03-09
core: Convert to rustdoc
Brian Anderson
-50
/
+44
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-1
/
+1
2012-03-05
rt: Add a hack to fix a port detach bug
Brian Anderson
-0
/
+2
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-2
/
+0
2012-03-05
rt: Properly block tasks while waiting for port detach
Brian Anderson
-2
/
+14
2012-03-05
rt: Simplify the recv interface
Brian Anderson
-11
/
+12
2012-02-20
core: New task API
Brian Anderson
-3
/
+5
2012-02-16
core: Add comm::select2
Brian Anderson
-1
/
+121
2012-02-14
core: Add comm::peek for looking into the message queue
Brian Anderson
-0
/
+16
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-5
/
+5
2012-01-23
Add export{} syntax to encapsulate things that should be abstract
Tim Chevalier
-2
/
+2
2012-01-23
core: Format comm docs correctly
Brian Anderson
-16
/
+20
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-2
/
+2
2012-01-19
libcore: "tag" -> "enum"
Patrick Walton
-2
/
+2
[next]