Graydon Hoare
|
60044bbcef
|
XFAIL jyasskin's new tests under LLVM backend.
|
2010-07-15 17:22:30 -07:00 |
|
Graydon Hoare
|
3b9286cb65
|
XFAIL use-import-export.rs on the LLVM backend.
|
2010-07-15 16:57:28 -07:00 |
|
Graydon Hoare
|
d0da083c5b
|
Fix support for profiling the compiler.
|
2010-07-14 17:03:08 -07:00 |
|
Graydon Hoare
|
777002c565
|
Fix LLVM-detection logic to notice when we have, or don't have, the ocaml bindings. Also XFAIL missed new case. Closes #102.
|
2010-07-13 16:23:52 -07:00 |
|
Graydon Hoare
|
b3cf793bd9
|
Fix post-stmt drop calculations. Closes #106.
|
2010-07-11 22:31:56 -07:00 |
|
Graydon Hoare
|
30c4070e3d
|
Add a boot/README file explaining rustboot's organization a bit.
|
2010-07-11 14:54:43 -07:00 |
|
Graydon Hoare
|
5e0757f0ba
|
Disable llvm-config logic due to optimistic assumption of "having the ocaml bindings". Also add NO_LLVM override make-var, for good measure.
|
2010-07-10 19:58:02 -07:00 |
|
Graydon Hoare
|
fc4338e584
|
Add rule for building shootout tests.
|
2010-07-08 21:56:09 -07:00 |
|
Graydon Hoare
|
115e14a32c
|
Some more typestate tests.
|
2010-07-08 07:33:25 -07:00 |
|
Graydon Hoare
|
a3f2609630
|
Add native-clean target.
|
2010-07-06 13:51:39 -07:00 |
|
Graydon Hoare
|
3175c83ff0
|
Un-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more thorough test revealed more bugs.
|
2010-07-05 14:43:02 -07:00 |
|
Graydon Hoare
|
24afa7532f
|
XFAIL native-mod when running MINGW_CROSS.
|
2010-07-04 22:41:04 -07:00 |
|
Graydon Hoare
|
c21e12bc8b
|
Move NO_VALGRIND check below MINGW_CROSS.
|
2010-07-04 22:40:19 -07:00 |
|
Graydon Hoare
|
2a413070c6
|
Preempt works on non-windows, just needed a little valgrind love to complete in a reasonable time.
|
2010-07-04 21:18:47 -07:00 |
|
Graydon Hoare
|
7f01af9555
|
XFAIL the remainder as until pwalton has a go at the typechecker. Branch is otherwise done, enough to merge anyway.
|
2010-07-04 17:01:22 -07:00 |
|
Graydon Hoare
|
df0fa603d0
|
Add version-stamp machinery (and put "Draft + datestamp" into doc footer).
|
2010-07-03 00:27:33 -07:00 |
|
Graydon Hoare
|
8660ce50a1
|
Merge branch 'master' of git@github.com:graydon/rust into exterior_and_mutable_types
|
2010-07-02 16:27:39 -07:00 |
|
Graydon Hoare
|
1578715d12
|
Compensate for .tmp in run-fail tests.
|
2010-07-02 13:35:29 -07:00 |
|
Graydon Hoare
|
4d00333b1e
|
New test of explicit deref operator.
|
2010-07-02 12:55:12 -07:00 |
|
Graydon Hoare
|
4ea41512fc
|
Change make rules around running tests to not produce an .out file if test-run fails.
|
2010-07-02 12:54:01 -07:00 |
|
Graydon Hoare
|
fb7e37842b
|
Add compile-check target for just attempting to compile, not run, the tests.
|
2010-07-01 18:37:53 -07:00 |
|
Roy Frostig
|
e692ccfb0c
|
Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to lose their type parameters over the course of the typechecking pass.
|
2010-06-29 16:13:26 -07:00 |
|
Graydon Hoare
|
0ad7468ff2
|
Revert "Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc"
This reverts commit 3bc263f10215e5768e9ff57ee1f1aa2bd81da5d1.
|
2010-06-29 10:30:36 -07:00 |
|
Graydon Hoare
|
3bc263f102
|
Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc
|
2010-06-29 10:25:25 -07:00 |
|
Roy Frostig
|
0d6aaec493
|
Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the original XFAIL is more generally that of issue #92.
|
2010-06-29 00:48:49 -07:00 |
|
Graydon Hoare
|
d94f0e2498
|
Add a NO_VALGRIND override mechanism to makefile, if you want day-to-day builds to cycle faster on linux.
|
2010-06-28 22:29:17 -07:00 |
|
Roy Frostig
|
d5ff6e133c
|
Add to generic-obj.rs testcase a method that takes an argument of the object type-param type. XFAIL the test since it no longer passes.
|
2010-06-28 21:45:48 -07:00 |
|
Roy Frostig
|
5b5b334c24
|
Testcase (XFAILed) for fn item given as lval.
|
2010-06-28 21:18:09 -07:00 |
|
Roy Frostig
|
a27cbd4ee8
|
Testcase (XFAILed) for mutable alias vec weirdness.
|
2010-06-28 16:36:24 -07:00 |
|
Graydon Hoare
|
7045526a3e
|
Change slot_mem_ctrl to classify vec[state] as GC mem. Breaking / XFAILing mutable-vec-drop.rs test.
|
2010-06-27 13:53:23 -07:00 |
|
Graydon Hoare
|
a9c639ec8a
|
Fix forgotten llvm xfail in Makefile.
|
2010-06-25 15:42:24 -07:00 |
|
Roy Frostig
|
85a701c8f6
|
Add testcases for item name conflict at the same path level.
|
2010-06-25 01:26:44 -07:00 |
|
Graydon Hoare
|
bcf29b882a
|
A couple new tests for broken parts of the typechecker, XFAILed.
|
2010-06-24 16:57:00 -07:00 |
|
Graydon Hoare
|
af44ec2856
|
Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. Add test for output slot modes with several broken cases.
|
2010-06-24 13:32:59 -07:00 |
|
Graydon Hoare
|
0364a801bb
|
Clean up trans_alt_tag to use slots, not assume interior words. Also remove record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
|
2010-06-24 11:15:22 -07:00 |
|
Graydon Hoare
|
25eb1fd3c9
|
Add fmt module, move out some common format helpers, add instruction-selection tracing and make selection use queues rather than list refs.
|
2010-06-24 10:34:47 -07:00 |
|
Roy Frostig
|
bc286c7f2c
|
Resolve and typecheck patterns in pattern alt.
|
2010-06-24 08:13:32 -07:00 |
|
Graydon Hoare
|
d6b7c96c3e
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
Graydon Hoare
|
c01efc669f
|
Initial git commit.
|
2010-06-16 14:30:45 -07:00 |
|