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-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
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-1
/
+14
2011-06-27
Tests for while loops that may invalidate constraints
Tim Chevalier
-0
/
+34
2011-06-25
Fail typechecking for bad binop/type combinations
Brian Anderson
-0
/
+51
2011-06-25
Add a test for mismatched types when comparing functions
Brian Anderson
-0
/
+8
2011-06-25
Remove variable name 'res' from test suite
Marijn Haverbeke
-1
/
+1
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-0
/
+40
2011-06-24
Add a test that tests typestate checking inside of fn exprs.
Michael Sullivan
-0
/
+11
2011-06-23
Correct error message for argument mode mismatch
Tim Chevalier
-0
/
+9
2011-06-22
Compute typestate properly for move
Tim Chevalier
-0
/
+6
2011-06-22
rustc: Convert field access on invalid types from an ICE to a fatal error
Brian Anderson
-1
/
+11
2011-06-22
rustc: Don't commit unification changes until unify succeeds
Brian Anderson
-0
/
+9
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-0
/
+14
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-0
/
+6
2011-06-22
test: Enable more tests
Brian Anderson
-8
/
+2
2011-06-21
Emit a better error message for unbound type parameters in nested functions
Tim Chevalier
-0
/
+11
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-2
/
+11
2011-06-18
Typecheck block tail expressions that are fn return values
Brian Anderson
-0
/
+9
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-0
/
+30
[next]