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-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
2012-01-19
Use ctypes in native function declarations
Haitao Li
-1
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+43
2012-01-17
Remove un-needed <
Roland Tanglao
-2
/
+2
2012-01-16
Forgot to add some spaces before backslashes
Roland Tanglao
-9
/
+9
2012-01-16
add spaces before newlines in rustdocs
Roland Tanglao
-22
/
+22
2012-01-16
convert comments to rustdocs for box, char, comm and cytpes.rs
Roland Tanglao
-81
/
+58
2012-01-14
libcore: Remove void declaration from comm::rustrt
Brian Anderson
-1
/
+0
2012-01-09
Remove leftover comm.rs in std
Marijn Haverbeke
-2
/
+0
2012-01-09
Fix typo in example in libcore docs
Marijn Haverbeke
-1
/
+1
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-10
/
+10
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+184