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
Age
Commit message (
Expand
)
Author
Lines
2011-08-12
Eliminate autoderef on binops and unary negation.
Michael Sullivan
-0
/
+17
2011-08-12
Convert most working tests to ivecs
Brian Anderson
-17
/
+17
2011-08-12
Remove last uses of vec::len
Brian Anderson
-3
/
+3
2011-08-12
Convert compile-fail/alias-mismatch to ivecs
Brian Anderson
-2
/
+2
2011-08-12
Remove references to std::vec from compile-fail/cross-crate-glob-collision.rs
Brian Anderson
-4
/
+4
2011-08-12
Properly typecheck unary minus
Marijn Haverbeke
-0
/
+5
2011-08-11
rustc: Lowercase "main function not found" error
Brian Anderson
-1
/
+1
2011-08-11
Lowercase the "wrong type in main fn" error
Brian Anderson
-3
/
+3
2011-08-11
Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAIL
Brian Anderson
-4
/
+1
2011-08-08
Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...
Graydon Hoare
-4
/
+0
2011-08-08
Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...
Graydon Hoare
-0
/
+14
2011-08-05
Another test for the occurs check, this one from issue 778
Tim Chevalier
-0
/
+4
2011-08-05
Initialize all constraints to False
Tim Chevalier
-0
/
+17
2011-08-04
Prohibit assignment to upvars in lambdas. Closes #805.
Michael Sullivan
-0
/
+31
2011-08-04
Implement the occurs check
Tim Chevalier
-0
/
+9
2011-08-03
Actually un-xfail the test for put in fns.
Michael Sullivan
-3
/
+0
2011-08-03
Reject programs that do a put outside of iterators.
Michael Sullivan
-2
/
+2
2011-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-0
/
+8
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-80
/
+0
2011-08-02
Move ppaux::ty_to_str to new record syntax
Marijn Haverbeke
-3
/
+3
2011-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-0
/
+4
2011-08-01
Add tests for destructuring locals
Marijn Haverbeke
-0
/
+11
2011-07-29
Disallow overloading a method with one of different type. Closes #703.
Lindsey Kuper
-7
/
+3
2011-07-29
Remove support for obj dtors
Marijn Haverbeke
-20
/
+0
2011-07-27
Have bind support non-alias parametric non-bound arguments.
Michael Sullivan
-12
/
+2
2011-07-27
Remove the bind-alias test, since binding to aliases is fine.
Michael Sullivan
-9
/
+0
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-122
/
+165
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-1285
/
+644
2011-07-26
Add a bunch of tests for blocks.
Michael Sullivan
-0
/
+37
2011-07-26
Remove uses of tuples from the test suite
Marijn Haverbeke
-14
/
+10
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-0
/
+10
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-6
/
+14
2011-07-22
Implement Macro By Example.
Paul Stansifer
-1
/
+1
2011-07-22
Add xfail-stage3 directives to tests
Brian Anderson
-0
/
+9
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-0
/
+25
2011-07-18
Sane error message for self-call in non-obj context. Closes #707.
Lindsey Kuper
-0
/
+14
2011-07-18
Fix native-type-mismatch test on win32
Brian Anderson
-1
/
+1
2011-07-15
More tests for anonymous objects. Issues #702, #703.
Lindsey Kuper
-0
/
+29
2011-07-14
XFAIL some tests in stage 0
Brian Anderson
-0
/
+2
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-0
/
+12
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-10
/
+10
2011-07-13
Add test case from issue #675. The previous fix actually fixes this too.
Tim Chevalier
-0
/
+5
2011-07-12
Make resolve check for type-variable name-shadowing
Tim Chevalier
-5
/
+8
2011-07-12
Change typestate to use visit instead of walk
Tim Chevalier
-0
/
+8
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-3
/
+3
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-0
/
+28
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+14
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-0
/
+12
2011-07-08
Tests for constraint propagation
Tim Chevalier
-0
/
+21
2011-07-08
Improve the error message for import glob collisions. Closes #482
Brian Anderson
-0
/
+14
[prev]
[next]