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
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Arc requires send trait (issue #2788)
Eric Holk
-4
/
+4
2012-07-05
Remove create_lock in favor of lock_and_signal() (issue #2780)
Eric Holk
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-10
/
+16
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-03
core: Import future::extensions
Patrick Walton
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-12
/
+10
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-7
/
+7
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-27
Mark exclusive arc-related functions as unsafe. Fixes #2727.
Eric Holk
-13
/
+11
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-5
/
+5
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-19
/
+25
2012-06-21
Remove some warnings and make tests pass.
Eric Holk
-3
/
+0
2012-06-21
Basic functionality for new ports and chans
Eric Holk
-6
/
+11
2012-06-19
Temporarily ignoring tests that can go into infinite loops.
Eric Holk
-0
/
+1
2012-06-19
Reference fixes.
Eric Holk
-4
/
+7
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-0
/
+231
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-231
/
+0
2012-06-16
Revert "Reference and whitespace fixes."
Tim Chevalier
-7
/
+4
2012-06-15
Reference and whitespace fixes.
Eric Holk
-4
/
+7
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-0
/
+231