about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2011-11-16refactor all unix typesNiko Matsakis-6/+8
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-14/+14
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-3/+3
2011-11-16Fix S_IRUSR/S_IWUSR constants on mac. Closes #726Brian Anderson-6/+0
2011-11-16Add a test that native mods don't need to declare an ABIBrian Anderson-0/+9
2011-11-16Use attributes for native module ABI and link nameHaitao Li-29/+70
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-1/+2
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-25/+25
2011-11-15Make run-pass/bitwise 64-bit compatibleBrian Anderson-3/+17
2011-11-15Support conditional compilation based on architectureBrian Anderson-0/+5
2011-11-15Make run-pass/native-fn-linkname's main take no argsBrian Anderson-1/+1
2011-11-15Use native fn's link name attribute if givenHaitao Li-0/+19
2011-11-15Fix handling of loops and conditionals in alias.rsMarijn Haverbeke-0/+19
2011-11-14xfail-fast run-pass/native-dupe.rsBrian Anderson-0/+3
2011-11-14stdlib: Run cleanups on data that fails to sendBrian Anderson-0/+10
2011-11-14Un-xfail-win32 two tests that should actually workBrian Anderson-2/+0
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-0/+12
2011-11-13Drop enqueued elements when a port is destructed. Closes #1155Brian Anderson-0/+18