about summary refs log tree commit diff
path: root/src/Makefile
AgeCommit message (Expand)AuthorLines
2010-07-19ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base.Roy Frostig-0/+1
2010-07-19Autoderef objects when passing them as implicit (indirect) arg upon vtbl-disp...Roy Frostig-0/+1
2010-07-19Fix argv.rs under the LLVM compiler.Jeffrey Yasskin-1/+0
2010-07-19Work around auto-dereference crash in rustboot.Jeffrey Yasskin-0/+2
2010-07-19Fixed circular buffer resizing bug.Michael Bebenita-1/+0
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-3/+20
2010-07-20Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.Jeffrey Yasskin-1/+0
2010-07-20Make the LLVM compiler crash when it hits a source construct it doesn't knowJeffrey Yasskin-0/+1
2010-07-20Un-XFAIL a bunch of LLVM tests that already pass.Jeffrey Yasskin-15/+0
2010-07-20Sort the XFAILed tests to make it easier to track changes.Jeffrey Yasskin-13/+13
2010-07-20Make the build system run dsymutil so we can debug llvm-produced binaries on ...Jeffrey Yasskin-2/+18
2010-07-20Improve the LLVM-using experience.Jeffrey Yasskin-3/+4
2010-07-18Fix argv.rs under the LLVM compiler.Jeffrey Yasskin-1/+0
2010-07-18Fix the LLVM ocamlopt build.Jeffrey Yasskin-2/+2
2010-07-18Work around auto-dereference crash in rustboot.Jeffrey Yasskin-1/+0
2010-07-16Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Clos...Graydon Hoare-2/+0
2010-07-16Un-XFAIL generic-fn-twice.rs, issue 93Patrick Walton-1/+0
2010-07-16Feed the correct return type to the typechecker when typechecking objects, an...Patrick Walton-0/+1
2010-07-16XFAIL foreach-nested.rs and foreach-nested-2.rs under LLVMPatrick Walton-0/+2
2010-07-15XFAIL the new destructor tests; collided with new typechecker; add test for i...Graydon Hoare-0/+3
2010-07-15Implement the "simple typechecker", which avoids HM inferencePatrick Walton-1/+3
2010-07-15XFAIL jyasskin's new tests under LLVM backend.Graydon Hoare-0/+2
2010-07-15XFAIL use-import-export.rs on the LLVM backend.Graydon Hoare-0/+1
2010-07-14Fix support for profiling the compiler.Graydon Hoare-4/+6
2010-07-13Fix LLVM-detection logic to notice when we have, or don't have, the ocaml bin...Graydon Hoare-6/+6
2010-07-11Fix post-stmt drop calculations. Closes #106.Graydon Hoare-0/+1
2010-07-11Add a boot/README file explaining rustboot's organization a bit.Graydon Hoare-1/+1
2010-07-10Disable llvm-config logic due to optimistic assumption of "having the ocaml b...Graydon Hoare-1/+9
2010-07-08Add rule for building shootout tests.Graydon Hoare-0/+4
2010-07-08Some more typestate tests.Graydon Hoare-0/+1
2010-07-06Add native-clean target.Graydon Hoare-1/+4
2010-07-05Un-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more tho...Graydon Hoare-1/+0
2010-07-04XFAIL native-mod when running MINGW_CROSS.Graydon Hoare-0/+4
2010-07-04Move NO_VALGRIND check below MINGW_CROSS.Graydon Hoare-4/+4
2010-07-04Preempt works on non-windows, just needed a little valgrind love to complete ...Graydon Hoare-3/+0
2010-07-04XFAIL the remainder as until pwalton has a go at the typechecker. Branch is o...Graydon Hoare-1/+13
2010-07-03Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare-5/+11
2010-07-02Merge branch 'master' of git@github.com:graydon/rust into exterior_and_mutabl...Graydon Hoare-1/+2
2010-07-02Compensate for .tmp in run-fail tests.Graydon Hoare-1/+1
2010-07-02New test of explicit deref operator.Graydon Hoare-0/+1
2010-07-02Change make rules around running tests to not produce an .out file if test-ru...Graydon Hoare-4/+10
2010-07-01Add compile-check target for just attempting to compile, not run, the tests.Graydon Hoare-0/+3
2010-06-29Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to lose...Roy Frostig-0/+2
2010-06-29Revert "Improve makefile to try to avoid wedging on failure-to-dep lib/std.rc"Graydon Hoare-9/+6
2010-06-29Improve makefile to try to avoid wedging on failure-to-dep lib/std.rcGraydon Hoare-6/+9
2010-06-29Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the o...Roy Frostig-1/+0
2010-06-28Add a NO_VALGRIND override mechanism to makefile, if you want day-to-day buil...Graydon Hoare-0/+4
2010-06-28Add to generic-obj.rs testcase a method that takes an argument of the object ...Roy Frostig-0/+1
2010-06-28Testcase (XFAILed) for fn item given as lval.Roy Frostig-0/+2
2010-06-28Testcase (XFAILed) for mutable alias vec weirdness.Roy Frostig-0/+2