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
Age
Commit message (
Expand
)
Author
Lines
2012-08-24
Add a compile-fail test for #3255
Ben Blum
-0
/
+9
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-2
/
+15
2012-08-23
Add a test case for helpful errors when copying into closures (#2942)
Ben Blum
-0
/
+39
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-0
/
+8
2012-08-23
don't consider use of `@fn` to be region-param'd
Niko Matsakis
-0
/
+22
2012-08-23
don't infer region paramaterization for ids in a bound context
Niko Matsakis
-0
/
+21
2012-08-23
Remove match check from test cases
Tim Chevalier
-7
/
+13
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-54
/
+54
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-2
/
+175
2012-08-22
Add compile-fail tests for unsound moving out of enums (#2329)
Ben Blum
-0
/
+67
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-21
/
+29
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-42
/
+64
2012-08-20
Disallow deconstructing destructing structs (fixes #3147)
Ben Blum
-0
/
+17
2012-08-20
Do vtable resolution for *all* method calls, not just statically resolved one...
Michael Sullivan
-0
/
+23
2012-08-17
rustc: Implement "priv" for simple items.
Patrick Walton
-0
/
+13
2012-08-17
forgotten tests for #3217, #2977, #3067
Niko Matsakis
-0
/
+33
2012-08-17
test: Fix unused variable warning in repeat-to-run-dtor-twice.rs.
Patrick Walton
-1
/
+1
2012-08-17
rustc: Prevent destructors from being run twice with the repeated vector syntax
Patrick Walton
-0
/
+16
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-2
/
+7
2012-08-17
Stop parsing `iface`.
Lindsey Kuper
-4
/
+2
2012-08-17
Remove the class keyword
Brian Anderson
-46
/
+46
2012-08-16
Fix sub-breakage due to the changed error message.
Graydon Hoare
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-5
/
+5
2012-08-15
test: Fix parsing problem in map-types.rs
Patrick Walton
-1
/
+1
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-11
/
+32
2012-08-15
Reject empty matches on inhabited types
Tim Chevalier
-0
/
+9
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-15
Add cfail test arc-rw-state-shouldnt-escape
Ben Blum
-0
/
+11
2012-08-14
Add xfailed test for #2123
Tim Chevalier
-0
/
+9
2012-08-14
Fix another broken test
Brian Anderson
-2
/
+2
2012-08-14
xfail view-items-at-top
Brian Anderson
-0
/
+2
2012-08-14
test: Use a mod that exists in view-item-at-top
Brian Anderson
-1
/
+1
2012-08-14
Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...
Ben Blum
-0
/
+96
2012-08-14
Dodge 'use' keyword in testsuite. Was burning tree.
Graydon Hoare
-2
/
+2
2012-08-14
libsyntax: Give a nice error message when view items are used anywhere other ...
Patrick Walton
-0
/
+10
2012-08-13
Change borrowck error 'the the block' -> 'the block'
Ben Blum
-2
/
+2
2012-08-13
test: Make issue-2590 conform to the spirit of the test better
Patrick Walton
-3
/
+1
2012-08-13
test: Make issue-2590 test for implicit copies instead of moves.
Patrick Walton
-1
/
+3
2012-08-13
test: Fix type error message in an effort to unbreak the build
Patrick Walton
-1
/
+1
2012-08-13
test: Modify error messages in some compile-fail tests in an attempt to unbre...
Patrick Walton
-14
/
+14
2012-08-11
correct glb computation, improve region error msgs
Niko Matsakis
-0
/
+34
2012-08-10
Fix compile-fail arc/sync tests
Ben Blum
-0
/
+5
2012-08-10
Add a can't-nest-rw-arcs test case (xfailed, #3177)
Ben Blum
-0
/
+9
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+2
2012-08-10
Change 'ret' to 'return' in an error message
Brian Anderson
-0
/
+5
2012-08-09
Convert sync to the new struct syntax
Ben Blum
-1
/
+1
2012-08-09
Change coherence error 'implement a trait instead' -> 'implement a trait or n...
Ben Blum
-0
/
+6
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-0
/
+24
2012-08-09
unxfail-test and try to test for similar conditions as before
Niko Matsakis
-7
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-38
/
+37
[prev]
[next]