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