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-08-31
Start paring down std::str. Issue #855
Brian Anderson
-5
/
+5
2011-08-31
Check all paths return properly in blocks. Closes #874.
Michael Sullivan
-0
/
+5
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-2
/
+2
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-16
/
+16
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-15
/
+5
2011-08-31
Revert "Replace xfail-stageN with simply xfail-test"
Marijn Haverbeke
-5
/
+15
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-15
/
+5
2011-08-30
Convert #env to istrs. Temporarily disable usage in rustc. Issue #855
Brian Anderson
-1
/
+1
2011-08-30
Library test cases for vec::zip
Tim Chevalier
-0
/
+17
2011-08-30
Test that fn preconditions get typechecked
Tim Chevalier
-0
/
+18
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-9
/
+9
2011-08-25
Allow pure fns to have any return type
Tim Chevalier
-11
/
+1
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-1
/
+1
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-1
/
+1
2011-08-22
Remove silly restriction on passing type params by alias
Marijn Haverbeke
-9
/
+0
2011-08-20
Reformat
Brian Anderson
-244
/
+200
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-2
/
+2
2011-08-17
Track arguments in typestate
Tim Chevalier
-0
/
+18
2011-08-17
Refactor import lookup in middle:resolve
Brian Anderson
-0
/
+14
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-0
/
+31
2011-08-17
Add compile-fail tests for malformed glob imports
Brian Anderson
-0
/
+12
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-11
/
+11
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-16
/
+17
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-3
/
+3
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-6
/
+6
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-13
/
+0
2011-08-16
Make let bindings' scope start at their definition
Marijn Haverbeke
-27
/
+7
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-6
/
+6
2011-08-15
Add backtraces for syntax problems.
Paul Stansifer
-1
/
+1
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-17
/
+4
2011-08-12
Eliminate autoderef on binops and unary negation.
Michael Sullivan
-0
/
+17
2011-08-12
Convert most working tests to ivecs
Brian Anderson
-17
/
+17
2011-08-12
Remove last uses of vec::len
Brian Anderson
-3
/
+3
2011-08-12
Convert compile-fail/alias-mismatch to ivecs
Brian Anderson
-2
/
+2
2011-08-12
Remove references to std::vec from compile-fail/cross-crate-glob-collision.rs
Brian Anderson
-4
/
+4
2011-08-12
Properly typecheck unary minus
Marijn Haverbeke
-0
/
+5
2011-08-11
rustc: Lowercase "main function not found" error
Brian Anderson
-1
/
+1
2011-08-11
Lowercase the "wrong type in main fn" error
Brian Anderson
-3
/
+3
2011-08-11
Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAIL
Brian Anderson
-4
/
+1
2011-08-08
Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...
Graydon Hoare
-4
/
+0
2011-08-08
Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...
Graydon Hoare
-0
/
+14
2011-08-05
Another test for the occurs check, this one from issue 778
Tim Chevalier
-0
/
+4
2011-08-05
Initialize all constraints to False
Tim Chevalier
-0
/
+17
2011-08-04
Prohibit assignment to upvars in lambdas. Closes #805.
Michael Sullivan
-0
/
+31
2011-08-04
Implement the occurs check
Tim Chevalier
-0
/
+9
2011-08-03
Actually un-xfail the test for put in fns.
Michael Sullivan
-3
/
+0
2011-08-03
Reject programs that do a put outside of iterators.
Michael Sullivan
-2
/
+2
2011-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-0
/
+8
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-80
/
+0
[next]