aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Improve the LLVM-using experience.Jeffrey Yasskin2010-07-201-3/+4
* Fix argv.rs under the LLVM compiler.Jeffrey Yasskin2010-07-181-1/+0
* Fix the LLVM ocamlopt build.Jeffrey Yasskin2010-07-181-2/+2
* Work around auto-dereference crash in rustboot.Jeffrey Yasskin2010-07-181-1/+0
* Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Clos...Graydon Hoare2010-07-161-2/+0
* Un-XFAIL generic-fn-twice.rs, issue 93Patrick Walton2010-07-161-1/+0
* Feed the correct return type to the typechecker when typechecking objects, an...Patrick Walton2010-07-161-0/+1
* XFAIL foreach-nested.rs and foreach-nested-2.rs under LLVMPatrick Walton2010-07-161-0/+2
* XFAIL the new destructor tests; collided with new typechecker; add test for i...Graydon Hoare2010-07-151-0/+3
* Implement the "simple typechecker", which avoids HM inferencePatrick Walton2010-07-151-1/+3
* XFAIL jyasskin's new tests under LLVM backend.Graydon Hoare2010-07-151-0/+2
* XFAIL use-import-export.rs on the LLVM backend.Graydon Hoare2010-07-151-0/+1
* Fix support for profiling the compiler.Graydon Hoare2010-07-141-4/+6
* Fix LLVM-detection logic to notice when we have, or don't have, the ocaml bin...Graydon Hoare2010-07-131-6/+6
* Fix post-stmt drop calculations. Closes #106.Graydon Hoare2010-07-111-0/+1
* Add a boot/README file explaining rustboot's organization a bit.Graydon Hoare2010-07-111-1/+1
* Disable llvm-config logic due to optimistic assumption of "having the ocaml b...Graydon Hoare2010-07-101-1/+9
* Add rule for building shootout tests.Graydon Hoare2010-07-081-0/+4
* Some more typestate tests.Graydon Hoare2010-07-081-0/+1
* Add native-clean target.Graydon Hoare2010-07-061-1/+4
* Un-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more tho...Graydon Hoare2010-07-051-1/+0
* XFAIL native-mod when running MINGW_CROSS.Graydon Hoare2010-07-041-0/+4
* Move NO_VALGRIND check below MINGW_CROSS.Graydon Hoare2010-07-041-4/+4
* Preempt works on non-windows, just needed a little valgrind love to complete ...Graydon Hoare2010-07-041-3/+0
* XFAIL the remainder as until pwalton has a go at the typechecker. Branch is o...Graydon Hoare2010-07-041-1/+13
* Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare2010-07-031-5/+11
* Merge branch 'master' of [email protected]:graydon/rust into exterior_and_mutabl...Graydon Hoare2010-07-021-1/+2
|\
| * Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to lose...Roy Frostig2010-06-291-0/+2
| * Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the o...Roy Frostig2010-06-291-1/+0
* | Compensate for .tmp in run-fail tests.Graydon Hoare2010-07-021-1/+1
* | New test of explicit deref operator.Graydon Hoare2010-07-021-0/+1
* | Change make rules around running tests to not produce an .out file if test-ru...Graydon Hoare2010-07-021-4/+10
* | Add compile-check target for just attempting to compile, not run, the tests.Graydon Hoare2010-07-011-0/+3
* | Revert "Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc"Graydon Hoare2010-06-291-9/+6
* | Improve makefile to try to avoid wedging on failure-to-dep lib/std.rcGraydon Hoare2010-06-291-6/+9
|/
* Add a NO_VALGRIND override mechanism to makefile, if you want day-to-day buil...Graydon Hoare2010-06-281-0/+4
* Add to generic-obj.rs testcase a method that takes an argument of the object ...Roy Frostig2010-06-281-0/+1
* Testcase (XFAILed) for fn item given as lval.Roy Frostig2010-06-281-0/+2
* Testcase (XFAILed) for mutable alias vec weirdness.Roy Frostig2010-06-281-0/+2
* Change slot_mem_ctrl to classify vec[state] as GC mem. Breaking / XFAILing mu...Graydon Hoare2010-06-271-0/+1
* Fix forgotten llvm xfail in Makefile.Graydon Hoare2010-06-251-0/+1
* Add testcases for item name conflict at the same path level.Roy Frostig2010-06-251-0/+1
* A couple new tests for broken parts of the typechecker, XFAILed.Graydon Hoare2010-06-241-0/+4
* Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. Ad...Graydon Hoare2010-06-241-1/+1
* Clean up trans_alt_tag to use slots, not assume interior words. Also remove r...Graydon Hoare2010-06-241-1/+0
* Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare2010-06-241-1/+1
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-0/+1
* Populate tree.Graydon Hoare2010-06-231-166/+225
* Initial git commit.Graydon Hoare2010-06-161-0/+677