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-07-14
Add tests for unsupervise
Brian Anderson
-5
/
+17
2011-07-14
Add a flag to run ignored tests. Issue #428
Brian Anderson
-0
/
+40
2011-07-14
Add head and tail functions to std::ivec
Brian Anderson
-0
/
+18
2011-07-14
Add is_empty, is_not_empty preds to std::ivec
Brian Anderson
-0
/
+23
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-0
/
+37
2011-07-14
Revert "Allow main to return int"
Brian Anderson
-3
/
+0
2011-07-14
XFAIL some tests in stage 0
Brian Anderson
-0
/
+14
2011-07-13
Allow main to return int
Brian Anderson
-0
/
+3
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-0
/
+12
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-139
/
+139
2011-07-13
Add test case from issue #675. The previous fix actually fixes this too.
Tim Chevalier
-0
/
+5
2011-07-13
Parse nullary ret correctly
Tim Chevalier
-0
/
+6
2011-07-13
Add box patterns
Marijn Haverbeke
-0
/
+12
2011-07-12
Fix fast-check target by disabling code snippet printing on warnings (broken ...
Graydon Hoare
-0
/
+1
2011-07-12
Fix type inference of fn tail expressions. Closes #680
Brian Anderson
-0
/
+9
2011-07-12
Updating and unXFAILing somet communication tests.
Eric Holk
-105
/
+80
2011-07-12
test: Switch lib-either over to interior vectors. Puts out burning tinderbox.
Patrick Walton
-26
/
+26
2011-07-12
Make resolve check for type-variable name-shadowing
Tim Chevalier
-5
/
+8
2011-07-12
Change typestate to use visit instead of walk
Tim Chevalier
-0
/
+8
2011-07-11
Change "etc" syntax for record patterns from `{a:b ...}` to `{a:b, _}`.
Paul Stansifer
-1
/
+1
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-6
/
+6
2011-07-11
Visit the type argument in a port expression
Tim Chevalier
-0
/
+16
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-0
/
+28
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-0
/
+14
2011-07-11
Unify the rhs and lhs types in a send
Tim Chevalier
-0
/
+10
2011-07-11
rustc: Implement pointer dereference; add a test case
Patrick Walton
-0
/
+23
2011-07-11
Fix comparisons of the nil type to do something sensible.
Michael Sullivan
-5
/
+3
2011-07-11
Started working on MapReduce.
Eric Holk
-0
/
+220
2011-07-11
Fix autoderef of function calls when the function is not an lval.
Michael Sullivan
-0
/
+12
2011-07-11
Add a test that exercises these cases in bind.
Michael Sullivan
-0
/
+20
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+29
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-0
/
+30
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-11
/
+11
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-11
/
+11
2011-07-09
Add sha1 and int tests to stdtest. Issue #428
Brian Anderson
-0
/
+110
2011-07-09
Begin running the test for int::pow
Brian Anderson
-2
/
+5
2011-07-08
Tests for constraint propagation
Tim Chevalier
-0
/
+70
2011-07-08
Improve the error message for import glob collisions. Closes #482
Brian Anderson
-0
/
+14
2011-07-08
Add test case for issue #333. Closes #333
Brian Anderson
-0
/
+12
2011-07-08
Adding more support for working with u64s.
Eric Holk
-7
/
+14
2011-07-08
rustc: Do dynamic size calculations properly when concatenating interior vect...
Patrick Walton
-0
/
+16
2011-07-08
Ignore current scope when resolving self-shadowing imports
Marijn Haverbeke
-0
/
+16
2011-07-08
Auto-bind generic functions when their value is taken in non-call context
Marijn Haverbeke
-0
/
+13
2011-07-07
Added a stress test mode to pfib.
Eric Holk
-13
/
+57
2011-07-07
Un-xfail a test.
Lindsey Kuper
-1
/
+0
2011-07-07
Fix a bug that was interfering with method overriding. Issue #543.
Lindsey Kuper
-12
/
+2
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-0
/
+1
2011-07-06
Tie the knot for self-calls inside extended objects. Closes #539.
Lindsey Kuper
-6
/
+1
2011-07-06
Add a stdtest crate to hold the standard library tests
Brian Anderson
-0
/
+10
2011-07-06
Swap the expected/actual for typechecking fields of updated records
Brian Anderson
-0
/
+9
[prev]
[next]