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-08-11
Update and un-XFAIL run-pass/many.rs
Brian Anderson
-11
/
+8
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-10
Use actual type, not declared type, when zeroing move arguments
Tim Chevalier
-0
/
+16
2011-08-10
Test case for issue #812.
Lindsey Kuper
-0
/
+19
2011-08-10
Begin valgrinding run-fail tests
Brian Anderson
-19
/
+40
2011-08-09
Actually perform handoff from caller to callee on move-mode args.
Graydon Hoare
-0
/
+12
2011-08-09
test: XFAIL binops.rs for now due to mysterious tinderbox failure on Linux
Patrick Walton
-0
/
+5
2011-08-09
test: Update binops.rs with the new equality semantics
Patrick Walton
-11
/
+7
2011-08-09
Port the fuzzer and tests to ivec type [T] syntax.
Erick Tryzelaar
-21
/
+13
2011-08-09
Move along; nothing to see here...
Lindsey Kuper
-0
/
+54
2011-08-09
Un-XFAIL a test. Issue #435.
Lindsey Kuper
-4
/
+0
2011-08-09
Update comments on sio-ctx test
Brian Anderson
-1
/
+1
2011-08-09
Test case for issue #758.
Lindsey Kuper
-0
/
+11
2011-08-09
XFAIL sio-ctx
Brian Anderson
-0
/
+5
2011-08-09
The self-stack stuff (from #702) also closes issue #718.
Lindsey Kuper
-4
/
+5
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-36
/
+54
2011-08-09
Thread "self" through the stack. Backwarding! Closes #702.
Lindsey Kuper
-51
/
+5
2011-08-08
Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...
Graydon Hoare
-4
/
+0
2011-08-08
Introduced task handles.
unknown
-11
/
+6
2011-08-08
Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...
Graydon Hoare
-0
/
+22
2011-08-08
Using unsafe chan pointer idiom to make task-comm-16.rs pass again.
Eric Holk
-5
/
+5
2011-08-08
Temporarily disabling chan test to put out linux fire.
Eric Holk
-1
/
+8
2011-08-08
Converted the rest of the task-comm-* tests over. Also fixed some
Eric Holk
-134
/
+167
2011-08-08
Added an unsafe way to pass libchans over spawn and chans, and converted task...
Eric Holk
-8
/
+17
2011-08-05
XFAIL sio-srv
Brian Anderson
-1
/
+5
2011-08-05
Another test for the occurs check, this one from issue 778
Tim Chevalier
-0
/
+4
2011-08-05
Rewrote receive to return a value. This lets us initialize variables by recei...
Eric Holk
-4
/
+3
2011-08-05
Initialize all constraints to False
Tim Chevalier
-0
/
+17
2011-08-05
Un-XFAIL sio-ctx, sio-srv
Brian Anderson
-8
/
+0
2011-08-05
XFAIL all the sio tests
Brian Anderson
-0
/
+20
2011-08-05
Basic async IO module using libuv
Rob Arnold
-0
/
+100
2011-08-05
(Almost) Always unify a function tail expr with the function result type
Tim Chevalier
-0
/
+11
2011-08-04
Prohibit assignment to upvars in lambdas. Closes #805.
Michael Sullivan
-0
/
+31
2011-08-04
Add a cleanup for copying closures. Closes #804.
Michael Sullivan
-0
/
+7
2011-08-04
Don't force resolution of type variables until there is no enclosing function...
Michael Sullivan
-0
/
+7
2011-08-04
Handle alt on a _|_ - typed value
Tim Chevalier
-0
/
+3
2011-08-04
Implement the occurs check
Tim Chevalier
-0
/
+9
2011-08-03
Fix the pretty print tests to handle terminal newlines. Sorry!
Michael Sullivan
-3
/
+3
2011-08-03
Remove an obsolete FIXME in stdtest/deque.rs. Closes #140.
Michael Sullivan
-6
/
+2
2011-08-03
Whitespace cleanup
Brian Anderson
-5
/
+5
2011-08-03
Convert line endings when doing exact pretty-print testing
Brian Anderson
-0
/
+8
2011-08-03
Add some hacks to get stdin piping working more correctly in windows
Brian Anderson
-1
/
+50
2011-08-03
Revert "Revert "Handle conditionals on _|_ - typed values correctly""
Tim Chevalier
-0
/
+3
2011-08-03
Add #concat_idents[] and #ident_to_str[]
Paul Stansifer
-0
/
+8
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 the last remaining xfail-boot directive
Brian Anderson
-4
/
+0
[prev]
[next]