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
/
test
/
compile-fail
/
no-capture-arc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-1
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-11
sync: Move underneath libstd
Alex Crichton
-3
/
+1
2014-03-24
test: Update all tests with the sync changes
Alex Crichton
-4
/
+3
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-2
/
+2
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-05
move concurrent stuff from libextra to libsync
JeremyLetang
-3
/
+3
2014-01-29
Remove do keyword from test/
Scott Lawrence
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-24
Remove the get function
Olivier Saut
-3
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-1
/
+0
2013-01-14
s/moved variable/moved value/
John Clements
-1
/
+1
2012-12-28
test: Fix a bunch of compile-fail tests. rs=bustage
Patrick Walton
-1
/
+1
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-1
/
+1
2012-12-13
Fix broken tests
Brian Anderson
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
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