summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-12-05rustc: Add suffix ".rc" to LLVM module identifierHaitao Li-0/+7
2011-12-05typeck: Fix for #932Stefan Plantikow-0/+4
2011-12-05rustc: Fix memory leak in do-while loopHaitao Li-0/+8
2011-12-02const_check: trans: added support for trivial castsStefan Plantikow-0/+15
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-0/+45
2011-12-02Be less specific in 'unresolved import' error patternsMarijn Haverbeke-6/+6
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2
2011-12-02Make import ignore imports coming after themMarijn Haverbeke-3/+3
2011-12-01test: Don't fill queue in run-pass/send-iloop. Closes #1244Brian Anderson-0/+3
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+45
2011-11-30adjust and un-xfailNiko Matsakis-17/+21
2011-11-30xfail run-pass/bind-native-printfBrian Anderson-0/+1
2011-11-29rt: Delete the entire stack chain on task destructionBrian Anderson-1/+2
2011-11-29rt: Fix calculation of stack args location in x86_64/morestack.SBrian Anderson-0/+45
2011-11-29update io test to use tmp directory, and update configure to create itNiko Matsakis-1/+1
2011-11-29extra whitespaceNiko Matsakis-1/+1
2011-11-29fix bug in shape concerning size of tag variantNiko Matsakis-0/+31
2011-11-29Add --stack-growth to the morestack test compile flagsBrian Anderson-0/+3
2011-11-28Ignore some should_fail tests on win32Brian Anderson-0/+2
2011-11-28c_vec: add testsJoshua Wise-0/+58
2011-11-24Comment-out some math tests that produce different results on win32Brian Anderson-7/+9
2011-11-24std: math: renaming and documentation fixesStefan Plantikow-1/+2
2011-11-24std: factored f32 and f64 out from mathStefan Plantikow-2/+4
2011-11-24std: added missing calls to math; covers C95 completely now, includes testsStefan Plantikow-9/+225
2011-11-24std: rewrote math to support most C95 libmath calls on f32, f64 and floatStefan Plantikow-6/+6
2011-11-24rustc: Fix a bug in cdir attribute parsingBrian Anderson-0/+11
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-11/+13
2011-11-23Allow import directives in any blockMarijn Haverbeke-0/+11
2011-11-23Rollback return-by-referenceMarijn Haverbeke-101/+0
2011-11-22rt: Make __morestack (without unwinding) work on 32-bit linuxBrian Anderson-0/+37
2011-11-22Add fs::rmdir() and tempfile/gen_str() tests.Elly Jones-0/+29
2011-11-22rustc: Allow trailing comma in record fieldsHaitao Li-0/+8
2011-11-22Properly check for copies when constructing a record using withMarijn Haverbeke-0/+13
2011-11-22Only warn about unreachable range patterns when appropriateMarijn Haverbeke-9/+3
2011-11-21stdlib: added (2,3,4)-valued logic ADTsStefan Plantikow-0/+292
2011-11-21Ignore test_log_functions test for nowMarijn Haverbeke-0/+1
2011-11-21Added logarithm functions for floats to std::mathStefan Plantikow-0/+39
2011-11-21Add a pass that checks that blocks are only used in safe waysMarijn Haverbeke-6/+3
2011-11-20Added a little sudoku solver to test/bench for everone's puzzle solving needsStefan Plantikow-0/+170
2011-11-18re-enable tests for #1058 and #1059Niko Matsakis-5/+2
2011-11-18add test for issue #1174Niko Matsakis-0/+16
2011-11-18Add tests for unsafe::reinterpret_castBrian Anderson-0/+14
2011-11-18stdlib: Add tests for sys::size_of and sys::align_ofBrian Anderson-0/+45
2011-11-18Add some tests for new kind systemMarijn Haverbeke-73/+30
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-266/+116
2011-11-18Add a pass-by-copy parameter passing conventionMarijn Haverbeke-0/+8
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-0/+16
2011-11-17remove compile-command from local variable blocksNiko Matsakis-11/+0
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-0/+1
2011-11-16Disconnect ports before draining them. Issue #1155Brian Anderson-0/+27