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
/
test
/
compile-fail
/
no-capture-arc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-29
std: Camel case some constructors
Brian Anderson
-1
/
+1
2012-08-10
Fix compile-fail arc/sync tests
Ben Blum
-0
/
+1
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+1
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
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-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-2
/
+0
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+2
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-2
/
+0
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-0
/
+19