summaryrefslogtreecommitdiff
path: root/tests/language-feature/modules
AgeCommit message (Expand)Author
2025-07-22Fix public unscoped enum constants not visible across module boundaries (#7864)Copilot
2025-06-12Fix intermittent debug failures with Debug build (#7369)Jay Kwak
2025-06-04Disable 23 tests failing assertions (#7317)Jay Kwak
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-10Fix parsing logic of for loops' initial statement. (#5813)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-03-08Parser and module finding logic fixes. (#3720)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-01-25Fixes for `module` and `include`. (#3519)Yong He
2023-12-08Handle import, entrypoint and global params in included files. (#3395)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2021-06-06Include a "stack trace" with nested-import errors (#1872)T. Foley