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
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
2011-07-06
Swap the expected/actual for typechecking fields of updated records
Brian Anderson
-0
/
+9
2011-07-06
Add a compile-fail test for attempts to extend non-objects.
Lindsey Kuper
-0
/
+13
2011-07-05
Require that the meta items in a use statement have unique names
Brian Anderson
-0
/
+7
2011-07-05
Error if the link attribute has duplicate items. Issue #614
Brian Anderson
-0
/
+7
2011-07-05
Add a test file for distinct ty_native types
Marijn Haverbeke
-0
/
+7
2011-07-03
Make non-str fail expression a type checking failure instead of a translation...
Josh Matthews
-0
/
+5
2011-07-02
Fix assertion failure when syntax extension name is missing.
Josh Matthews
-0
/
+5
2011-07-02
Fix the error-pattern on compile-fail/fail-simple
Brian Anderson
-1
/
+1
2011-07-01
Add a test for mismatched crate metadata in use statements
Brian Anderson
-0
/
+5
2011-07-01
Implement autoderef for function calls.
Michael Sullivan
-0
/
+7
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-13
/
+13
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-1
/
+1
2011-06-28
Require that both sides of a swap be lvals.
Michael Sullivan
-0
/
+5
2011-06-28
Add test case for non-matching crate metadata in use statements
Brian Anderson
-0
/
+4
2011-06-28
Another test for typestate and expr_fn
Tim Chevalier
-0
/
+10
2011-06-28
Handle lazy binops properly in typestate
Tim Chevalier
-0
/
+18
2011-06-28
Tests only: more tests with constraints and loops
Tim Chevalier
-0
/
+53
2011-06-28
Use 'resource' rather than 'res' as a keyword
Marijn Haverbeke
-1
/
+1
2011-06-28
Add test cases for resources
Marijn Haverbeke
-0
/
+8
2011-06-28
'#simplext' -> '#macro'
Paul Stansifer
-2
/
+2
[prev]
[next]