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
Age
Commit message (
Expand
)
Author
Lines
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
test: Un-xfail some working tests
Brian Anderson
-25
/
+8
2011-05-23
Typecheck @[] correctly
Tim Chevalier
-5
/
+3
2011-05-23
Un-xfail test/run-pass/mlist
Marijn Haverbeke
-3
/
+0
2011-05-23
Un-xfail test/run-pass/use-import-export
Marijn Haverbeke
-4
/
+0
2011-05-22
stdlib: Add regression tests for std::str
Brian Anderson
-0
/
+9
2011-05-22
stdlib: Add regression tests for std::map
Brian Anderson
-0
/
+18
2011-05-22
stdlib: Add regression tests for std::list
Brian Anderson
-0
/
+41
2011-05-22
stdlib: Add list::from_vec
Brian Anderson
-0
/
+16
2011-05-22
stdlib: Report an error when getopts is given an argument to a flag option
Brian Anderson
-4
/
+9
2011-05-22
stdlib: Add regression tests for std::getopts
Brian Anderson
-0
/
+538
2011-05-22
stdlib: Add regression test for fs::connect and a FIXME
Brian Anderson
-0
/
+15
2011-05-22
test: Un-xfail alias-uninit-value.rs. Closes #374.
Brian Anderson
-4
/
+0
2011-05-21
test: Use more sensible cases in expr-alt-fail-all.
Brian Anderson
-1
/
+1
2011-05-21
test: Adda test that all arms of an alt may result in fail
Brian Anderson
-0
/
+20
2011-05-21
test: Add a test for mismatched types of if branches
Brian Anderson
-0
/
+9
2011-05-21
rustc: If all if branches are _|_, then the entire if is _|_
Brian Anderson
-0
/
+16
2011-05-21
rustc: Allow if expressions to fail
Brian Anderson
-0
/
+48
2011-05-21
rustc: Allow alt expressions to fail
Brian Anderson
-0
/
+43
2011-05-20
Some tests for ! annotations
Tim Chevalier
-0
/
+58
2011-05-20
Un-XFAIL some tests that now pass.
Tim Chevalier
-11
/
+0
2011-05-20
XFAIL two tests for stage0
Tim Chevalier
-1
/
+2
2011-05-20
Merge remote-tracking branch 'graydon/master' into typestate_4
Tim Chevalier
-0
/
+29
2011-05-20
un-XFAIL forgot-ret and update error pattern
Tim Chevalier
-5
/
+1
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-0
/
+29
2011-05-20
Added a couple of test cases for sending messages. One works as expected, the...
Eric Holk
-0
/
+29
2011-05-19
rustc: Translate else if blocks the same as other blocks. Closes #388
Brian Anderson
-2
/
+4
2011-05-19
rustc: Find the correct outer scope in trans_block
Brian Anderson
-0
/
+18
2011-05-19
Added two version of reverse and a swap function to the standard library.
Eric Holk
-0
/
+29
2011-05-19
Finish name collision testing.
Marijn Haverbeke
-0
/
+8
2011-05-19
xfail vector-no-ann.rs.
Graydon Hoare
-0
/
+5
2011-05-19
Checking to make sure we know what 'self' is in nested objects.
Lindsey Kuper
-0
/
+45
2011-05-19
Make trans use span_err for the dreaded "ty_var in trans::type_of" error
Tim Chevalier
-0
/
+10
2011-05-17
rustc: Run block cleanups on else if blocks
Brian Anderson
-0
/
+17
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-268
/
+268
2011-05-17
Parser fix: 'fail' was eating the next token that came after it.
Paul Stansifer
-0
/
+14
2011-05-17
Return a better result from blocks. Closes issue #377
Brian Anderson
-0
/
+19
2011-05-16
Update a couple tests that slipped through.
Graydon Hoare
-2
/
+2
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-0
/
+123
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-177
/
+177
2011-05-16
Two tests that the typechecker correctly unifies type arguments in patterns w...
Tim Chevalier
-0
/
+52
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-0
/
+71
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-97
/
+0
2011-05-14
Add a regression test for issue #374 (XFAILed)
Brian Anderson
-4
/
+10
2011-05-14
WIP
Brian Anderson
-0
/
+21
2011-05-13
'with' no longer a token; whitespace police.
Lindsey Kuper
-0
/
+1
[next]