about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2011-03-28shootout: Hoist out the movement too; switch square root to an LLVM intrinsicPatrick Walton-13/+13
2011-03-27Add support for break and cont to rustcMarijn Haverbeke-0/+40
2011-03-26shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i...Patrick Walton-19/+21
2011-03-26Got the nbody demo working, and hopefully faster, too!Lindsey Kuper-106/+112
2011-03-26Updates to the nbody demo.Lindsey Kuper-38/+47
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+189
2011-03-25Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier-0/+8
2011-03-25Add test for local declarations with receive. XFAIL in rustc.Brian Anderson-0/+14
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-0/+32
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-0/+209
2011-03-23Support for 'float' in type signatures.Lindsey Kuper-0/+10
2011-03-22Further support for floating-point. Literals with exponents workTim Chevalier-0/+23
2011-03-22Add a test case for empty mutable vector literals, XFAIL'd in rustbootPatrick Walton-0/+4
2011-03-22Added test case for floatsTim Chevalier-0/+9
2011-03-22Add some nesting to the else-if test caseBrian Anderson-1/+24
2011-03-22Add test for sending strings over channelsBrian Anderson-0/+17
2011-03-22Add a regression test for channels of nil, which happens to work in rustc, bu...Brian Anderson-0/+17
2011-03-22Generalize send/recv to work for more typesBrian Anderson-0/+105
2011-03-18rustc: Fix inference for auto slots. Add a test case.Patrick Walton-0/+6
2011-03-18rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.Patrick Walton-0/+17
2011-03-16rustc: Add str_from_cstr() and str_from_buf() functions to the standard libra...Patrick Walton-0/+14
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-20/+5
2011-03-14Add fannkuchredux shootout benchmarkBrian Anderson-0/+99
2011-03-14Rename binary trees benchmark to match the original shootout sourceBrian Anderson-0/+0