| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Change slot_mem_ctrl to classify vec[state] as GC mem. Breaking / XFAILing ↵ | Graydon Hoare | 2010-06-27 | 1 | -0/+1 |
| | | | | | mutable-vec-drop.rs test. | ||||
| * | Fix forgotten llvm xfail in Makefile. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | Add testcases for item name conflict at the same path level. | Roy Frostig | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | A couple new tests for broken parts of the typechecker, XFAILed. | Graydon Hoare | 2010-06-24 | 1 | -0/+4 |
| | | |||||
| * | Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵ | Graydon Hoare | 2010-06-24 | 1 | -1/+1 |
| | | | | | Add test for output slot modes with several broken cases. | ||||
| * | Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵ | Graydon Hoare | 2010-06-24 | 1 | -1/+0 |
| | | | | | record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it. | ||||
| * | Add fmt module, move out some common format helpers, add ↵ | Graydon Hoare | 2010-06-24 | 1 | -1/+1 |
| | | | | | instruction-selection tracing and make selection use queues rather than list refs. | ||||
| * | Resolve and typecheck patterns in pattern alt. | Roy Frostig | 2010-06-24 | 1 | -0/+1 |
| | | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -166/+225 |
| | | |||||
| * | Initial git commit. | Graydon Hoare | 2010-06-16 | 1 | -0/+677 |