index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reserved word tests (since reserved words were removed)
Marijn Haverbeke
2011-05-13
7
-35
/
+0
*
Implement module namespaces
Marijn Haverbeke
2011-05-13
3
-3
/
+6
*
Move capture checking into resolve.rs
Marijn Haverbeke
2011-05-13
3
-1
/
+25
*
Fix mistaken replacements in error-pattern comments in tests
Marijn Haverbeke
2011-05-12
17
-17
/
+17
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
30
-36
/
+36
*
Add a missed xfail-stage0
Marijn Haverbeke
2011-05-11
1
-0
/
+1
*
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
2011-05-11
3
-3
/
+4
*
Un-XFAIL compile-fail export tests for stage0
Brian Anderson
2011-05-10
6
-6
/
+0
*
rustc: Alias fix part 2 -- Check that the aliasness of function parameters ma...
Patrick Walton
2011-05-09
1
-0
/
+15
*
Enforce in typechecker that preds return a bool
Tim Chevalier
2011-05-05
1
-1
/
+3
*
Test cases for pred / check stuff
Tim Chevalier
2011-05-05
6
-0
/
+45
*
Check well-formedness of constraints
Tim Chevalier
2011-05-05
2
-0
/
+26
*
Check that the operand in a check is a call
Tim Chevalier
2011-05-05
1
-0
/
+9
*
Un-XFAILed not-a-pred in stage0 (it fails correctly)
Tim Chevalier
2011-05-05
1
-3
/
+0
*
Add missing ret statements to check_mod
Brian Anderson
2011-05-04
6
-12
/
+0
*
More export XFAILs.
Graydon Hoare
2011-05-04
2
-0
/
+6
*
XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
Graydon Hoare
2011-05-04
4
-0
/
+12
*
Change two compile-fail patterns to match rustc output.
Graydon Hoare
2011-05-04
2
-2
/
+2
*
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
2011-05-03
30
-0
/
+60
*
Add some tests of tag-export interaction
Brian Anderson
2011-05-02
1
-0
/
+17
*
Add a test that imports can't circumvent exports
Brian Anderson
2011-05-01
1
-0
/
+19
*
Add a regression test for use of unexported fully-qualified paths
Brian Anderson
2011-05-01
1
-0
/
+21
*
Hide unexported tag variants
Brian Anderson
2011-05-01
1
-0
/
+17
*
Implement simple module export
Brian Anderson
2011-05-01
3
-2
/
+46
*
Enable typestate_check
Tim Chevalier
2011-04-28
11
-11
/
+0
*
Support all expression forms in typestate
Tim Chevalier
2011-04-28
2
-0
/
+44
*
Handle nested items correctly in typestate_check
Tim Chevalier
2011-04-19
1
-0
/
+12
*
Remove effect system from src.
Graydon Hoare
2011-04-19
1
-21
/
+0
*
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
2011-04-11
2
-0
/
+30
*
Disable effect checking in rustboot
Marijn Haverbeke
2011-04-08
6
-52
/
+0
*
Beginnings of support for magical self prefix; nothing profound happening yet.
Lindsey Kuper
2011-03-29
1
-0
/
+13
*
Switch xfail system to use comments embedded in source files.
Graydon Hoare
2011-03-25
51
-0
/
+55
*
Teach rustc about reserved keywords
Brian Anderson
2011-02-22
7
-0
/
+35
*
Cleanup for 'be' statement and comments about future typestate
Brian Anderson
2011-02-10
2
-2
/
+2
*
Add compile-fail tests for tail calls
Brian Anderson
2011-02-10
2
-0
/
+23
*
Reenable xfailed tests for rustboot that pass with trivial or no modifications
Brian Anderson
2011-01-30
1
-1
/
+1
*
Fix test now that we look at the full error-pattern. Also enable it for rustc.
Rafael Ávila de Espíndola
2011-01-26
1
-1
/
+1
*
Print an error if we try to refer to a module in an expr_path.
Rafael Ávila de Espíndola
2011-01-25
1
-0
/
+10
*
Small first step in expr_path. Call find_final_def just to detect
Rafael Ávila de Espíndola
2011-01-25
1
-0
/
+8
*
Enable more tests.
Rafael Ávila de Espíndola
2011-01-17
1
-1
/
+1
*
Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
Rafael Ávila de Espíndola
2011-01-14
1
-0
/
+8
*
Produce better errors for invalid imports.
Rafael Ávila de Espíndola
2011-01-12
1
-0
/
+6
*
Fix two invalid import cases we were not detecting:
Rafael Ávila de Espíndola
2011-01-11
2
-0
/
+23
*
Further corrections to the Makefile rules covering failing tests.
Graydon Hoare
2011-01-10
8
-6
/
+22
*
Add a check for binding an alias. Good thing, as we had two instances in our ...
Graydon Hoare
2010-11-08
1
-0
/
+7
*
First pass on splitting stratum and opacity off of effects. WIP.
Graydon Hoare
2010-11-02
4
-5
/
+5
*
Typecheck tags in "alt" patterns
Patrick Walton
2010-10-14
2
-0
/
+24
*
Closed issue 154 - prevents compiler from compiliing a line to zero statements
Or Brostovski
2010-09-30
1
-0
/
+7
*
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...
Graydon Hoare
2010-09-20
1
-2
/
+2
*
Check for infinitely sized tags. Un-XFAIL test/compile-fail/infinite-tag-type...
Patrick Walton
2010-09-16
1
-2
/
+5
[next]