dmd
https://github.com/dlang/dmd
D
dmd D Programming Language compiler
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
D not yet supported2 Subscribers
Add a CodeTriage badge to dmd
Help out
- Issues
- fix regression for GDC: make return type of _d_assocarrayliteralTX consistent with V[K] in the AST
- Compiler treats function pointers, typeof(null) pointers and empty static arrays as needing GC scans
- [stable] Fix #22599 - Class objects without explicit pointers are scanned by the GC, and fix #22608 - Too conservative hasPointers() compiler logic
- [REG 2.101] TypeInfo_Class.m_flags wrong wrt. noPointers flag when the only pointers come from tuple members
- [REG 2.103] Class objects without explicit pointers are scanned by the GC
- [2024 edition] Disallow `case` with a runtime variable
- Refactor: Move resolvedLinkage from AST to Semantic layer
- unexpected deprecation on duplicate foreach vars
- (Core library) Module `core.sys.windows.objbase` functions not marked as @nogc nothrow
- @mustuse not checking properly in ternary assignment
- Docs
- D not yet supported