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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
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
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-334
/
+0
2011-08-03
Un-xfail more pretty-printing tests
Brian Anderson
-9
/
+0
2011-08-03
Pretty-print kinds of type params
Brian Anderson
-2
/
+0
2011-08-03
Disambiguate unop statements in pretty-printer. Closes #674
Brian Anderson
-1
/
+35
2011-08-03
Revert "Handle conditionals on _|_ - typed values correctly"
Brian Anderson
-3
/
+0
2011-08-02
Handle _|_ - typed discriminants in alts correctly
Tim Chevalier
-0
/
+4
2011-08-02
Handle conditionals on _|_ - typed values correctly
Tim Chevalier
-0
/
+3
2011-08-02
Make _|_ type binopable
Tim Chevalier
-0
/
+4
2011-08-02
Remove task-comm-chan-chan test
Brian Anderson
-53
/
+0
2011-08-02
Enable more tests that pretty-print correctly now
Brian Anderson
-3
/
+0
2011-08-02
Pretty-print fn constraints more correctish
Brian Anderson
-3
/
+0
2011-08-02
Un-xfail run-pass/claim-nonterm
Brian Anderson
-2
/
+0
2011-08-02
Un-xfail run-fail/fn-constraint-claim
Brian Anderson
-2
/
+0
2011-08-02
Don't pp extra lines after block open when preserving whitespace. Closes #759
Brian Anderson
-7
/
+8
2011-08-02
In trans, don't assume both sides of a binop have the same type
Tim Chevalier
-0
/
+10
2011-08-02
Allow patterns of the form `[a, b, c ...] to be matched and transcribed.
Paul Stansifer
-9
/
+19
2011-08-02
Include benchmarks in pretty-print tests
Brian Anderson
-2
/
+6
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-4
/
+3
2011-08-02
Typecheck pretty-printing test results as libraries. Issue #789
Brian Anderson
-1
/
+1
2011-08-02
Add dedicated pretty-printer tests with new pp-exact directive
Brian Anderson
-6
/
+67
2011-08-02
Pretty-print test the rfail tests. Issue #789
Brian Anderson
-0
/
+2
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-2
/
+19
2011-08-02
Remove test/run-pass/simple-qsort
Brian Anderson
-23
/
+0
2011-08-02
Add xfail-pretty test directive. Issue #789
Brian Anderson
-3
/
+9
2011-08-02
Run pretty-printed sources through the compiler again for sanity
Brian Anderson
-4
/
+10
2011-08-02
Implement test that pretty-printed code converges. Issue #789
Brian Anderson
-10
/
+101
2011-08-02
Remove unused procsrv::clone function from compiletest
Brian Anderson
-7
/
+0
2011-08-02
Fix comment typo in compiletest
Brian Anderson
-1
/
+1
2011-08-02
Pretty-print tests only run on .rs files. Issue #789
Brian Anderson
-5
/
+22
2011-08-02
Introduce pretty-print testing mode to compiletest. Issue #789
Brian Anderson
-2
/
+19
2011-08-02
Replace an open-coded conversion with ivec::from_vec
Brian Anderson
-6
/
+1
2011-08-02
Move compiletest modules into separate files
Brian Anderson
-587
/
+617
[prev]
[next]