aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100.Graydon Hoare2010-07-221-0/+2
* Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111.Graydon Hoare2010-07-221-0/+1
* Fix simple generic type parameters in LLVM.Jeffrey Yasskin2010-07-231-2/+0
* Implement tuple access for LLVM.Jeffrey Yasskin2010-07-231-1/+0
* Nothing change, to tickle tinderboxes.Graydon Hoare2010-07-211-1/+1
* XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup.Graydon Hoare2010-07-211-0/+1
* Teach the makefile to generate .ll files,Jeffrey Yasskin2010-07-221-0/+6
* Fix more bad tabs in Makefile.Graydon Hoare2010-07-201-3/+3
* Extend compile-check for llvm case.Graydon Hoare2010-07-201-0/+4
* Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throw...Graydon Hoare2010-07-201-0/+3
* Fix whitespace in Makefile.Graydon Hoare2010-07-201-1/+1
* ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base.Roy Frostig2010-07-191-0/+1
* Autoderef objects when passing them as implicit (indirect) arg upon vtbl-disp...Roy Frostig2010-07-191-0/+1
* Fix argv.rs under the LLVM compiler.Jeffrey Yasskin2010-07-191-1/+0
* Work around auto-dereference crash in rustboot.Jeffrey Yasskin2010-07-191-0/+2
* Fixed circular buffer resizing bug.Michael Bebenita2010-07-191-1/+0
* Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita2010-07-191-3/+20
* Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.Jeffrey Yasskin2010-07-201-1/+0
* Make the LLVM compiler crash when it hits a source construct it doesn't knowJeffrey Yasskin2010-07-201-0/+1
* Un-XFAIL a bunch of LLVM tests that already pass.Jeffrey Yasskin2010-07-201-15/+0
* Sort the XFAILed tests to make it easier to track changes.Jeffrey Yasskin2010-07-201-13/+13
* Make the build system run dsymutil so we can debug llvm-produced binaries on ...Jeffrey Yasskin2010-07-201-2/+18
* 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