| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | 2011-05-03 | 1 | -0/+2 |
| | | |||||
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+2 |
| | | |||||
| * | Change the destructor-ordering test to use channels instead of a shared ↵ | Jeffrey Yasskin | 2010-08-06 | 1 | -39/+78 |
| | | | | | | | | mutable object. This test used to take advantage of a hole in the type system that allows objects with destructors to refer to stateful objects. | ||||
| * | Remove explicit deref workaround in dtor-order test. No longer necessary. | Roy Frostig | 2010-07-20 | 1 | -1/+1 |
| | | |||||
| * | Work around auto-dereference crash in rustboot. | Jeffrey Yasskin | 2010-07-18 | 1 | -1/+1 |
| | | |||||
| * | More destruction ordering tests. | Jeffrey Yasskin | 2010-07-16 | 1 | -2/+52 |
| | | |||||
| * | Initial test that the compiler runs destructors in the right order. | Jeffrey Yasskin | 2010-07-16 | 1 | -0/+29 |