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-06-14
Un-xfail some tests that work
Tim Chevalier
-9
/
+2
2011-06-14
Add xfail-stage0 to some tests (not sure if it matters...)
Tim Chevalier
-0
/
+3
2011-06-10
Un-XFAIL pred-on-wrong-slots
Tim Chevalier
-3
/
+1
2011-06-10
Friendlier error message for break outside a loop
Tim Chevalier
-0
/
+7
2011-06-10
Merge pull request #447 from paulstansifer/quick_error_message_fix
Patrick Walton
-0
/
+4
2011-06-10
Handle mutable references in alias analysis
Marijn Haverbeke
-0
/
+12
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-0
/
+10
2011-06-09
Improve error message for wrong number of type arguments
Tim Chevalier
-0
/
+13
2011-06-09
A revised, improved alias-checker
Marijn Haverbeke
-4
/
+24
2011-06-09
Add new visitor framework
Marijn Haverbeke
-0
/
+9
2011-06-08
rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs
Patrick Walton
-1
/
+1
2011-06-07
rustc: Print out a real error message on unresolved types. Puts out burning t...
Patrick Walton
-1
/
+1
2011-06-07
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...
Patrick Walton
-2
/
+1
2011-06-06
First take on an alias-safety checker
Marijn Haverbeke
-0
/
+26
2011-06-04
stdlib: Use spans for #fmt errors originating in std
Brian Anderson
-0
/
+15
2011-06-04
rustc: Use spans for #env errors
Brian Anderson
-0
/
+15
2011-06-04
rustc: Use spans on extfmt error messages
Brian Anderson
-0
/
+37
2011-06-03
"macro" -> "syntax extension" for now
Paul Stansifer
-1
/
+1
2011-06-03
Make the macro system more modular.
Paul Stansifer
-0
/
+5
2011-06-03
Temporarily xfail compile-fail/pattern-tyvar
Marijn Haverbeke
-0
/
+3
2011-06-02
Implement pcwalton's code review suggestions.
Paul Stansifer
-1
/
+1
2011-06-02
Error message, instead of segfault, when recursive types are used.
Paul Stansifer
-0
/
+4
2011-06-01
Use span_err instead of err. Fixes issue #444.
Lindsey Kuper
-0
/
+14
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+24
2011-05-31
More tests for <-.
Michael Sullivan
-4
/
+0
2011-05-31
Add some simple tests for move.
Michael Sullivan
-0
/
+4
2011-05-31
rustc: Teach rustc to use block results as fn return values. Closes #372
Brian Anderson
-0
/
+14
2011-05-31
change fn to pred in pred-on-wrong-slots (but it's still xfailed
Tim Chevalier
-1
/
+1
2011-05-27
Check the declaration type in a for loop against the sequence type
Tim Chevalier
-0
/
+23
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-1
/
+1
2011-05-27
Handle circularity in glob imports in a more elegant fashion.
Paul Stansifer
-1
/
+1
2011-05-27
Add a map from def_id s to items in resolve::env.
Paul Stansifer
-0
/
+34
2011-05-27
Fix bugs: make sure glob imports show up in the right module,
Paul Stansifer
-3
/
+38
2011-05-27
"import module::*;" now works.
Paul Stansifer
-0
/
+24
2011-05-26
Fix testcase to be slightly less fussy about line number of error, as it just...
Graydon Hoare
-1
/
+1
2011-05-26
Track spans for each local variable in typestate
Tim Chevalier
-0
/
+25
2011-05-25
rustc: Fail better when the first argument to #fmt is not a string literal
Brian Anderson
-0
/
+9
2011-05-25
rustc: Fail when #fmt is given too many arguments
Brian Anderson
-0
/
+8
2011-05-24
rustc: Use demand functions instead of open-coded typecheck for spawn
Brian Anderson
-2
/
+0
2011-05-24
Stop showing a 'cyclic import' message for unresolved imports
Marijn Haverbeke
-5
/
+8
2011-05-24
Improve nonexistent-module error message
Tim Chevalier
-0
/
+7
2011-05-23
test: Remove compile-fail/export-boot.rs
Brian Anderson
-21
/
+0
2011-05-23
test: Un-xfail some compile-fail tests
Brian Anderson
-23
/
+2
2011-05-23
Un-XFAIL vector-no-ann
Tim Chevalier
-5
/
+1
2011-05-23
Typecheck @[] correctly
Tim Chevalier
-5
/
+0
2011-05-21
test: Add a test for mismatched types of if branches
Brian Anderson
-0
/
+9
2011-05-20
Some tests for ! annotations
Tim Chevalier
-0
/
+40
2011-05-20
Un-XFAIL some tests that now pass.
Tim Chevalier
-9
/
+0
2011-05-20
XFAIL two tests for stage0
Tim Chevalier
-1
/
+1
2011-05-20
un-XFAIL forgot-ret and update error pattern
Tim Chevalier
-5
/
+1
[prev]
[next]