| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base. | Roy Frostig | 2010-07-19 | 1 | -0/+1 | |
| | | ||||||
| * | Autoderef objects when passing them as implicit (indirect) arg upon ↵ | Roy Frostig | 2010-07-19 | 1 | -0/+1 | |
| | | | | | vtbl-dispatch. Add testcase and XFAIL it on LLVM. Closes #112. | |||||
| * | Fix argv.rs under the LLVM compiler. | Jeffrey Yasskin | 2010-07-19 | 1 | -1/+0 | |
| | | | | | | | The call to rust_start was assuming that all rust main() functions have the same signature, but the compiler doesn't actually canonicalize them. So instead just match the C signature of rust_start, and cast. | |||||
| * | Work around auto-dereference crash in rustboot. | Jeffrey Yasskin | 2010-07-19 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed circular buffer resizing bug. | Michael Bebenita | 2010-07-19 | 1 | -1/+0 | |
| | | ||||||
| * | Added a message passing system based on lock free queues for inter-thread ↵ | Michael Bebenita | 2010-07-19 | 1 | -3/+20 | |
| | | | | | communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes. | |||||
| * | Fix opeq.rs for LLVM by implementing simple augmented-assignment operators. | Jeffrey Yasskin | 2010-07-20 | 1 | -1/+0 | |
| | | ||||||
| * | Make the LLVM compiler crash when it hits a source construct it doesn't know | Jeffrey Yasskin | 2010-07-20 | 1 | -0/+1 | |
| | | | | | what to do with, rather than silently omitting it from the output. | |||||
| * | Un-XFAIL a bunch of LLVM tests that already pass. | Jeffrey Yasskin | 2010-07-20 | 1 | -15/+0 | |
| | | ||||||
| * | Sort the XFAILed tests to make it easier to track changes. | Jeffrey Yasskin | 2010-07-20 | 1 | -13/+13 | |
| | | ||||||
| * | Make the build system run dsymutil so we can debug llvm-produced binaries on ↵ | Jeffrey Yasskin | 2010-07-20 | 1 | -2/+18 | |
| | | | | | OSX. | |||||
| * | Improve the LLVM-using experience. | Jeffrey Yasskin | 2010-07-20 | 1 | -3/+4 | |
| | | | | | | | | llvm-config may be installed somewhere that's not on the path or in ocaml's default lib directory, so allow users to override $CFG_LLVM_CONFIG with an environment variable and look up lib and binary paths through calls to llvm-config. | |||||
| * | Fix argv.rs under the LLVM compiler. | Jeffrey Yasskin | 2010-07-18 | 1 | -1/+0 | |
| | | | | | | | The call to rust_start was assuming that all rust main() functions have the same signature, but the compiler doesn't actually canonicalize them. So instead just match the C signature of rust_start, and cast. | |||||
| * | Fix the LLVM ocamlopt build. | Jeffrey Yasskin | 2010-07-18 | 1 | -2/+2 | |
| | | ||||||
| * | Work around auto-dereference crash in rustboot. | Jeffrey Yasskin | 2010-07-18 | 1 | -1/+0 | |
| | | ||||||
| * | Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. ↵ | Graydon Hoare | 2010-07-16 | 1 | -2/+0 | |
| | | | | | Closes #51. | |||||
| * | Un-XFAIL generic-fn-twice.rs, issue 93 | Patrick Walton | 2010-07-16 | 1 | -1/+0 | |
| | | ||||||
| * | Feed the correct return type to the typechecker when typechecking objects, ↵ | Patrick Walton | 2010-07-16 | 1 | -0/+1 | |
| | | | | | and add a testcase. | |||||
| * | XFAIL foreach-nested.rs and foreach-nested-2.rs under LLVM | Patrick Walton | 2010-07-16 | 1 | -0/+2 | |
| | | ||||||
| * | XFAIL the new destructor tests; collided with new typechecker; add test for ↵ | Graydon Hoare | 2010-07-15 | 1 | -0/+3 | |
| | | | | | issue #109. | |||||
| * | Implement the "simple typechecker", which avoids HM inference | Patrick Walton | 2010-07-15 | 1 | -1/+3 | |
| | | ||||||
| * | XFAIL jyasskin's new tests under LLVM backend. | Graydon Hoare | 2010-07-15 | 1 | -0/+2 | |
| | | ||||||
| * | XFAIL use-import-export.rs on the LLVM backend. | Graydon Hoare | 2010-07-15 | 1 | -0/+1 | |
| | | ||||||
| * | Fix support for profiling the compiler. | Graydon Hoare | 2010-07-14 | 1 | -4/+6 | |
| | | ||||||
| * | Fix LLVM-detection logic to notice when we have, or don't have, the ocaml ↵ | Graydon Hoare | 2010-07-13 | 1 | -6/+6 | |
| | | | | | bindings. Also XFAIL missed new case. Closes #102. | |||||
| * | Fix post-stmt drop calculations. Closes #106. | Graydon Hoare | 2010-07-11 | 1 | -0/+1 | |
| | | ||||||
| * | Add a boot/README file explaining rustboot's organization a bit. | Graydon Hoare | 2010-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Disable llvm-config logic due to optimistic assumption of "having the ocaml ↵ | Graydon Hoare | 2010-07-10 | 1 | -1/+9 | |
| | | | | | bindings". Also add NO_LLVM override make-var, for good measure. | |||||
| * | Add rule for building shootout tests. | Graydon Hoare | 2010-07-08 | 1 | -0/+4 | |
| | | ||||||
| * | Some more typestate tests. | Graydon Hoare | 2010-07-08 | 1 | -0/+1 | |
| | | ||||||
| * | Add native-clean target. | Graydon Hoare | 2010-07-06 | 1 | -1/+4 | |
| | | ||||||
| * | Un-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more ↵ | Graydon Hoare | 2010-07-05 | 1 | -1/+0 | |
| | | | | | thorough test revealed more bugs. | |||||
| * | XFAIL native-mod when running MINGW_CROSS. | Graydon Hoare | 2010-07-04 | 1 | -0/+4 | |
| | | ||||||
| * | Move NO_VALGRIND check below MINGW_CROSS. | Graydon Hoare | 2010-07-04 | 1 | -4/+4 | |
| | | ||||||
| * | Preempt works on non-windows, just needed a little valgrind love to complete ↵ | Graydon Hoare | 2010-07-04 | 1 | -3/+0 | |
| | | | | | in a reasonable time. | |||||
| * | XFAIL the remainder as until pwalton has a go at the typechecker. Branch is ↵ | Graydon Hoare | 2010-07-04 | 1 | -1/+13 | |
| | | | | | otherwise done, enough to merge anyway. | |||||
| * | Add version-stamp machinery (and put "Draft + datestamp" into doc footer). | Graydon Hoare | 2010-07-03 | 1 | -5/+11 | |
| | | ||||||
| * | Merge branch 'master' of [email protected]:graydon/rust into ↵ | Graydon Hoare | 2010-07-02 | 1 | -1/+2 | |
| |\ | | | | | | | exterior_and_mutable_types | |||||
| | * | Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to ↵ | Roy Frostig | 2010-06-29 | 1 | -0/+2 | |
| | | | | | | | | | lose their type parameters over the course of the typechecking pass. | |||||
| | * | Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the ↵ | Roy Frostig | 2010-06-29 | 1 | -1/+0 | |
| | | | | | | | | | original XFAIL is more generally that of issue #92. | |||||
| * | | Compensate for .tmp in run-fail tests. | Graydon Hoare | 2010-07-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | New test of explicit deref operator. | Graydon Hoare | 2010-07-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Change make rules around running tests to not produce an .out file if ↵ | Graydon Hoare | 2010-07-02 | 1 | -4/+10 | |
| | | | | | | | | | test-run fails. | |||||
| * | | Add compile-check target for just attempting to compile, not run, the tests. | Graydon Hoare | 2010-07-01 | 1 | -0/+3 | |
| | | | ||||||
| * | | Revert "Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc" | Graydon Hoare | 2010-06-29 | 1 | -9/+6 | |
| | | | | | | | | | This reverts commit 3bc263f10215e5768e9ff57ee1f1aa2bd81da5d1. | |||||
| * | | Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc | Graydon Hoare | 2010-06-29 | 1 | -6/+9 | |
| |/ | ||||||
| * | Add a NO_VALGRIND override mechanism to makefile, if you want day-to-day ↵ | Graydon Hoare | 2010-06-28 | 1 | -0/+4 | |
| | | | | | builds to cycle faster on linux. | |||||
| * | Add to generic-obj.rs testcase a method that takes an argument of the object ↵ | Roy Frostig | 2010-06-28 | 1 | -0/+1 | |
| | | | | | type-param type. XFAIL the test since it no longer passes. | |||||
| * | Testcase (XFAILed) for fn item given as lval. | Roy Frostig | 2010-06-28 | 1 | -0/+2 | |
| | | ||||||
| * | Testcase (XFAILed) for mutable alias vec weirdness. | Roy Frostig | 2010-06-28 | 1 | -0/+2 | |
| | | ||||||