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-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
2011-06-17
rustc: Demand that if conditions have bool type
Brian Anderson
-0
/
+11
2011-06-17
rustc: Fail to unify if two ty_vars don't unify
Brian Anderson
-0
/
+9
2011-06-17
test: Fix mismatched types in prep for typechecker fixes
Brian Anderson
-1
/
+1
2011-06-16
Add better error messages for bad attributes in .rc files
Brian Anderson
-0
/
+5
2011-06-16
rustc: Fix regressed handling of bad attributes
Brian Anderson
-0
/
+10
2011-06-16
Write some tests for swap.
Michael Sullivan
-0
/
+7
2011-06-15
Improve and test failure behavior for malformed attributes
Brian Anderson
-0
/
+34
2011-06-15
test: Add a compile-fail test for attribute/syntax parsing
Brian Anderson
-0
/
+8
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-2
/
+2
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-3
/
+1
2011-06-15
Extend alias analysis to check assignments
Marijn Haverbeke
-9
/
+3
2011-06-14
Remove some unnecessary xfails
Tim Chevalier
-45
/
+8
[prev]
[next]