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-05-19
Finish name collision testing.
Marijn Haverbeke
-0
/
+8
2011-05-19
xfail vector-no-ann.rs.
Graydon Hoare
-0
/
+5
2011-05-19
Make trans use span_err for the dreaded "ty_var in trans::type_of" error
Tim Chevalier
-0
/
+10
2011-05-17
Parser fix: 'fail' was eating the next token that came after it.
Paul Stansifer
-0
/
+6
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-0
/
+73
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-2
/
+2
2011-05-16
Two tests that the typechecker correctly unifies type arguments in patterns w...
Tim Chevalier
-0
/
+52
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-0
/
+21
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-26
/
+0
2011-05-13
Remove reserved word tests (since reserved words were removed)
Marijn Haverbeke
-35
/
+0
2011-05-13
Implement module namespaces
Marijn Haverbeke
-3
/
+6
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-1
/
+25
2011-05-12
Fix mistaken replacements in error-pattern comments in tests
Marijn Haverbeke
-17
/
+17
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-36
/
+36
2011-05-11
Add a missed xfail-stage0
Marijn Haverbeke
-0
/
+1
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-3
/
+4
2011-05-10
Un-XFAIL compile-fail export tests for stage0
Brian Anderson
-6
/
+0
2011-05-09
rustc: Alias fix part 2 -- Check that the aliasness of function parameters ma...
Patrick Walton
-0
/
+15
2011-05-05
Enforce in typechecker that preds return a bool
Tim Chevalier
-1
/
+3
2011-05-05
Test cases for pred / check stuff
Tim Chevalier
-0
/
+45
2011-05-05
Check well-formedness of constraints
Tim Chevalier
-0
/
+26
2011-05-05
Check that the operand in a check is a call
Tim Chevalier
-0
/
+9
2011-05-05
Un-XFAILed not-a-pred in stage0 (it fails correctly)
Tim Chevalier
-3
/
+0
2011-05-04
Add missing ret statements to check_mod
Brian Anderson
-12
/
+0
2011-05-04
More export XFAILs.
Graydon Hoare
-0
/
+6
2011-05-04
XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
Graydon Hoare
-0
/
+12
2011-05-04
Change two compile-fail patterns to match rustc output.
Graydon Hoare
-2
/
+2
2011-05-03
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
-0
/
+60
2011-05-02
Add some tests of tag-export interaction
Brian Anderson
-0
/
+17
2011-05-01
Add a test that imports can't circumvent exports
Brian Anderson
-0
/
+19
2011-05-01
Add a regression test for use of unexported fully-qualified paths
Brian Anderson
-0
/
+21
2011-05-01
Hide unexported tag variants
Brian Anderson
-0
/
+17
2011-05-01
Implement simple module export
Brian Anderson
-2
/
+46
2011-04-28
Enable typestate_check
Tim Chevalier
-11
/
+0
2011-04-28
Support all expression forms in typestate
Tim Chevalier
-0
/
+44
2011-04-19
Handle nested items correctly in typestate_check
Tim Chevalier
-0
/
+12
2011-04-19
Remove effect system from src.
Graydon Hoare
-21
/
+0
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+30
2011-04-08
Disable effect checking in rustboot
Marijn Haverbeke
-52
/
+0
2011-03-29
Beginnings of support for magical self prefix; nothing profound happening yet.
Lindsey Kuper
-0
/
+13
2011-03-25
Switch xfail system to use comments embedded in source files.
Graydon Hoare
-0
/
+55
2011-02-22
Teach rustc about reserved keywords
Brian Anderson
-0
/
+35
2011-02-10
Cleanup for 'be' statement and comments about future typestate
Brian Anderson
-2
/
+2
2011-02-10
Add compile-fail tests for tail calls
Brian Anderson
-0
/
+23
2011-01-30
Reenable xfailed tests for rustboot that pass with trivial or no modifications
Brian Anderson
-1
/
+1
2011-01-26
Fix test now that we look at the full error-pattern. Also enable it for rustc.
Rafael Ávila de Espíndola
-1
/
+1
2011-01-25
Print an error if we try to refer to a module in an expr_path.
Rafael Ávila de Espíndola
-0
/
+10
2011-01-25
Small first step in expr_path. Call find_final_def just to detect
Rafael Ávila de Espíndola
-0
/
+8
2011-01-17
Enable more tests.
Rafael Ávila de Espíndola
-1
/
+1
2011-01-14
Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
Rafael Ávila de Espíndola
-0
/
+8
[prev]
[next]