| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -1/+1 |
| | | | | | This should be a snapshot transition. | ||||
| * | Un-XFAIL compile-fail export tests for stage0 | Brian Anderson | 2011-05-10 | 1 | -1/+0 |
| | | |||||
| * | Add missing ret statements to check_mod | Brian Anderson | 2011-05-04 | 1 | -2/+0 |
| | | | | | Un-XFAIL compile-fail export tests | ||||
| * | More export XFAILs. | Graydon Hoare | 2011-05-04 | 1 | -0/+3 |
| | | |||||
| * | Add a regression test for use of unexported fully-qualified paths | Brian Anderson | 2011-05-01 | 1 | -0/+21 |
| An unexported foo.baz can't be resolved from inside foo when called as foo.baz instead of just baz. This behavior may want to change eventually. | |||||