| Name | Description | Open Issues | Total Issues |
|---|---|---|---|
| accepts-invalid | Accepts invalid code | Search | 979 |
| backend | dmd's optimizer, code generator, and inline assembler | Search | 206 |
| bare-metal | Issues involved with developing code for systems with no operating system support and/or no C library support | Search | 10 |
| betterC | using D as a Better C compiler | Search | 112 |
| bootcamp | This issue can be approached by a person during bootcamp. | Search | 347 |
| bounty | A bounty is available for resolving this issue. See https://www.bountysource.com/trackers/383571-d-programming-language | Search | 33 |
| C++ | Concerning C++ interoperability. | Search | 159 |
| contracts | Has to do with contract programming - in conditions, out conditions, invariants, and asserts. | Search | 45 |
| CTFE | Has to do with Compile Time Function Evaluation | Search | 287 |
| ddoc | Issues that pertain to the ddoc output handling | Search | 154 |
| DebugInfo | symbolic debugging info, or any issue with using a debugger on D executables. Includes Dwarf and Codeview. | Search | 96 |
| diagnostic | An error or warning is missing, misleading, or incorrect. | Search | 1044 |
| disassembler | disassembler output from using -vasm switch | Search | 5 |
| dll | Problems related to using dlls or shared libraries with D. | Search | 51 |
| EH | Exception handling related problem. | Search | 31 |
| GDC | Issue related to the GDC, the GCC-based D compiler. | Search | 15 |
| iasm | An issue with the inline assembler | Search | 83 |
| ice | Covers all compiler seg faults, stack overflows, crashes and internal error messages. | Search | 992 |
| ice-on-invalid-code | (Obsolete, use ice instead.) ICE on code that is not valid | Search | 313 |
| ice-on-valid-code | (Obsolete, use ice instead.) ICE on code that is valid | Search | 433 |
| ImportC | Issues pertaining to the ability of DMD to directly transform a C source file into a matching D AST | Search | 467 |
| industry | The bug report is causing issues in industrial use (corporation using D in production). | Search | 324 |
| json | Has to do with the json output of dmd. | Search | 15 |
| later | For pull requests that have gone a while without a decision in the github PR queue. | Search | 1 |
| LDC | Related to the LLVM-based compiler, LDC. | Search | 2 |
| link-failure | Generates code which fails to link, a missing symbol or duplicated symbols. | Search | 216 |
| live | Related to the @live system of Ownership and Borrowing of pointers | Search | 13 |
| mangling | Issues with name mangling | Search | 49 |
| objc | Objective C support | Search | 9 |
| Optlink | Any problems with the Win32 linker | Search | 63 |
| patch | This issue has an attached patch which fixes it. Incomplete or erroneous patches should not be marked with 'patch'. Use 'pull' keyword for patches that exist as pull requests on github. | Search | 1056 |
| performance | Everything is working according to spec, but has egregious performance problems. | Search | 248 |
| preapproved | Issues containing this keyword are preapproved by the language designers. An implementation fulfilling these issues will be merged (of course assuming it passes implementation review). | Search | 45 |
| pull | If a pull request exists on github that fixes this issue. | Search | 6235 |
| rejects-valid | Rejects valid code | Search | 2730 |
| safe | Issues with the @safe/@trusted/@system semantics and implementation. | Search | 421 |
| SIMD | Issues pertaining to D's vector support, SIMD code generation, etc. | Search | 126 |
| spec | Issues pertaining to the language specification | Search | 663 |
| TDPL | An issue that is a discrepancy between what the book "The D Programming Language" says and what the spec says or what the compiler/library does. | Search | 30 |
| TestSuite | Problems with the D test suite | Search | 53 |
| trivial | Use this to tag bugs that are very simple and easy to fix. | Search | 89 |
| Vision | Fixing will further the Vision Plan https://wiki.dlang.org/Vision/2018H1 | Search | 8 |
| wrong-code | Generates incorrect code. Has to be able to compile and link. | Search | 1400 |