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
Age
Commit message (
Expand
)
Author
Lines
2012-05-30
Adding a test to make sure CCI works with capture clauses.
Eric Holk
-0
/
+25
2012-05-30
Include capture clauses when generating metadata.
Eric Holk
-6
/
+2
2012-05-30
test our some of the various combinations of fn subtyping
Niko Matsakis
-0
/
+14
2012-05-30
test for pure fn vs impure fn etc subtyping
Niko Matsakis
-0
/
+22
2012-05-30
test for troublesome case where preserve was freeing uninitialized memory
Niko Matsakis
-0
/
+16
2012-05-30
allow for loop bodies
Niko Matsakis
-0
/
+21
2012-05-30
integrate purity into type
Niko Matsakis
-23
/
+71
2012-05-30
refactor region manip. to remove redundancy, get closer to fn subtyping
Niko Matsakis
-3
/
+3
2012-05-30
add a test that types w/ def_ids compare just fine to types w/o def_ids
Niko Matsakis
-2
/
+12
2012-05-30
Make heap closures always require a capture clause to capture mutable variabl...
Michael Sullivan
-3
/
+3
2012-05-29
Handle poststates of breaking loops correctly in typestate
Tim Chevalier
-1
/
+0
2012-05-29
Test case for issue 2380
Tim Chevalier
-0
/
+18
2012-05-29
Resolve bounds in iface types
Tim Chevalier
-0
/
+6
2012-05-29
make all arguments modes immutable
Niko Matsakis
-1
/
+54
2012-05-29
modify shape code to only emit monomorphized enums (#2444)
Niko Matsakis
-0
/
+12
2012-05-29
In reachability, don't ignore nested items
Tim Chevalier
-0
/
+8
2012-05-29
Fix an error message to not refer to "block type". Closes #2423.
Michael Sullivan
-1
/
+1
2012-05-29
Moving the arc tests into arc.rs.
Eric Holk
-28
/
+0
2012-05-29
Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Eric Holk
-18
/
+28
2012-05-28
Re-xfail reflect-visit-type since it crashes check-fast.
Graydon Hoare
-0
/
+4
2012-05-28
Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs.
Graydon Hoare
-6
/
+0
2012-05-26
bench: Remove task-perf-vector-party. No longer relevant
Brian Anderson
-23
/
+0
2012-05-26
bench: Increase the difficulty of some benchmarks
Brian Anderson
-5
/
+5
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-55
/
+63
2012-05-25
In generic word count, use str instead of [u8], and use built in is_alphabeti...
Eric Holk
-95
/
+8
2012-05-25
Update word-count-generic to latest syntax and un-xfail it. Closes #1740.
Eric Holk
-52
/
+76
2012-05-25
detect ambig. calls to iface bounds, use transactions
Niko Matsakis
-4
/
+26
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-05-25
test for issue #2443
Niko Matsakis
-0
/
+16
2012-05-25
replace last_use with liveness info
Niko Matsakis
-1
/
+1
2012-05-25
revisit error message; create spill map
Niko Matsakis
-2
/
+2
2012-05-24
Const kind checking. The rules are almost certainly incomplete and unsound...
Eric Holk
-7
/
+25
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-0
/
+13
2012-05-24
remove dead assignments
Niko Matsakis
-4
/
+5
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-8
/
+0
2012-05-24
improve liveness so it reports unused vars / dead assignments
Niko Matsakis
-36
/
+120
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-146
/
+547
2012-05-24
fix classes and parameterized ifaces; remove needless self check
Niko Matsakis
-7
/
+28
2012-05-24
change region scope of call arguments, old one was unsound
Niko Matsakis
-5
/
+46
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-69
/
+155
2012-05-23
bench: Remove 99bob benchmarks
Brian Anderson
-206
/
+0
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-1
/
+38
2012-05-23
A shareable atomically reference counted pointer wrapper.
Eric Holk
-0
/
+28
2012-05-23
shuffle error messages in borrowck, and prevent it from spewing too many
Niko Matsakis
-49
/
+49
2012-05-23
bench: Reduce constants in std-smallintmap to make it valgrind fast
Brian Anderson
-1
/
+1
2012-05-23
Resources are once again not copyable.
Eric Holk
-0
/
+16
2012-05-23
new test
Niko Matsakis
-0
/
+33
2012-05-23
modify borrowck to allow arbitrary borrows in pure scopes
Niko Matsakis
-39
/
+84
2012-05-22
Merge pull request #2430 from mmeyerho/master
Brian Anderson
-0
/
+6
2012-05-22
Convert more resource tests to use classes with dtors
Tim Chevalier
-22
/
+17
[prev]
[next]