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-04-13
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
-0
/
+1
2011-04-13
Add ExtFmt test for unsigned type
Brian Anderson
-0
/
+1
2011-04-13
Fix a typo in test expr-alt-generic-box1.rs
Brian Anderson
-1
/
+1
2011-04-13
Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 pr...
Graydon Hoare
-2
/
+0
2011-04-13
Fix temporary-spilling logic in trans_args, uncomment most of lib-deque.rs (w...
Graydon Hoare
-10
/
+0
2011-04-13
Add generic-temporary.rs minimal test showing cause of lib-deque.rs failure o...
Graydon Hoare
-0
/
+21
2011-04-13
Fix lib-deque.rs to pass typarams by alias.
Graydon Hoare
-6
/
+6
2011-04-13
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
-4
/
+4
2011-04-12
Un-XFAIL generic-tag-corruption.rs.
Graydon Hoare
-2
/
+0
2011-04-11
Add support for bool, char to extfmt.
Brian Anderson
-3
/
+10
2011-04-11
Add new minimal testcase showing generic tag memory corruption.
Graydon Hoare
-0
/
+6
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+30
2011-04-10
Un-XFAIL expr-block-fn.rs
Brian Anderson
-1
/
+0
2011-04-08
Disable effect checking in rustboot
Marijn Haverbeke
-52
/
+0
2011-04-07
Add a test case for calling generic functions taking alias args with box types
Brian Anderson
-0
/
+13
2011-04-07
Add an XFAILed test for blocks that result in functions
Brian Anderson
-0
/
+15
2011-04-07
Make block results work for generic types
Brian Anderson
-40
/
+174
2011-04-07
Updated test to use 'check' rather than just logging results.
Lindsey Kuper
-5
/
+3
2011-04-07
Support for self-calls that take arguments.
Lindsey Kuper
-0
/
+50
2011-04-07
"xfail-stage0", not "XFAIL-stage0"
Patrick Walton
-1
/
+1
2011-04-07
XFAIL lib-option.rs in stage0 due to crash on Darwin on tinderbox
Patrick Walton
-0
/
+1
2011-04-07
Fix effect on deref-lval
Patrick Walton
-1
/
+1
2011-04-07
rustc: Allow dereference expressions to be used as lvalues. Add a test case.
Patrick Walton
-0
/
+6
2011-04-07
rustc: Link to external tag discriminants. Un-XFAIL test/run-pass/lib-option.rs.
Patrick Walton
-2
/
+1
2011-04-06
Minimal testcase for next bootstrap blocker.
Graydon Hoare
-0
/
+6
2011-04-05
Brute force and ignorance workaround for tag-and-generic-obj; un-XFAIL it.
Graydon Hoare
-2
/
+0
2011-04-05
Add new minimal test for current blocker on bootstrapping.
Graydon Hoare
-0
/
+12
2011-04-02
Add more tests for alt expressions
Brian Anderson
-2
/
+111
2011-04-02
Join the results of alt arms so alt can be used as an expression.
Brian Anderson
-1
/
+0
2011-04-01
Cleanup typos and newlines
Brian Anderson
-2
/
+2
2011-03-31
Add an XFAILed test for treating alts as expressions
Brian Anderson
-0
/
+31
2011-03-31
Un-XFAIL expr-if-box.rs
Brian Anderson
-1
/
+0
2011-03-31
Add a test for block expressions of generic types. XFAILed
Brian Anderson
-0
/
+56
2011-03-31
Add another test for blocks as expressions
Brian Anderson
-0
/
+31
2011-03-31
Un-XFAIL expr-block-box.rs
Brian Anderson
-1
/
+0
2011-03-31
Move str test from expr-if.rs to expr-if-box.rs in preperation for breaking t...
Brian Anderson
-7
/
+7
2011-03-31
Add a test for block expressions that have results. XFAILed.
Brian Anderson
-0
/
+11
2011-03-29
Re-XFAIL lib-int.rs and lib-uint.rs.
Graydon Hoare
-0
/
+2
2011-03-29
Re-XFAIL lib-bitv.rs harder
Graydon Hoare
-1
/
+1
2011-03-29
Re-XFAIL lib-bitv.rs
Graydon Hoare
-0
/
+1
2011-03-29
rustc: Un-XFAIL lib-uint.rs
Patrick Walton
-1
/
+0
2011-03-29
rustc: Un-XFAIL lib-int.rs.
Patrick Walton
-1
/
+0
2011-03-29
rustc: Parse parameter IDs in external crate metadata. Un-XFAIL lib-bitv.rs.
Patrick Walton
-1
/
+0
2011-03-29
Beginnings of support for magical self prefix; nothing profound happening yet.
Lindsey Kuper
-0
/
+29
2011-03-28
Add partial support for if expressions resulting in generic types
Brian Anderson
-0
/
+53
2011-03-28
Add an XFAILed test for if expressions resulting in boxes
Brian Anderson
-0
/
+14
2011-03-28
Handle structural types as the result of if expressions
Brian Anderson
-0
/
+24
2011-03-28
Teach rustc to use the result of if expressions
Brian Anderson
-0
/
+98
2011-03-28
Add long-while.rs to check on frame growth.
Graydon Hoare
-0
/
+8
2011-03-28
Move all allocas to dedicated basic block at top of function, to keep frames ...
Graydon Hoare
-5
/
+8
[next]