-
-
Notifications
You must be signed in to change notification settings - Fork 641
Insights: dlang/dmd
Overview
Could not load contribution data
Please try again later
30 Pull requests merged by 10 people
-
Update source code and coverage links
#21111 merged
Mar 29, 2025 -
Fix #21105: Is-expressions should not generate unnecessary code for lowerings
#21106 merged
Mar 29, 2025 -
Turn macro translations into template functions
#21108 merged
Mar 28, 2025 -
errors in cdpost()
#21103 merged
Mar 28, 2025 -
Improve fix: #20867 ICE on final switch forward referencing its enum.
#21097 merged
Mar 28, 2025 -
in codelem(), use AArc64 register masks
#21101 merged
Mar 27, 2025 -
size_t was wrong, sign extension omitted
#21093 merged
Mar 27, 2025 -
neglected to generate code for cdeq()
#21090 merged
Mar 26, 2025 -
Optimize BaseLoc Line Lookup with Caching for Performance Improvement
#21088 merged
Mar 26, 2025 -
Fix error when struct initializer isn't accepted
#21086 merged
Mar 26, 2025 -
Improve 'no property' error suggestions for pointers
#21087 merged
Mar 26, 2025 -
Fix dlang#18262 - Fix expected error message for enum auto-increment
#21067 merged
Mar 25, 2025 -
[druntime] core.int128: Add 64-bit mul() overload and optimize via inline asm on x86_64
#21081 merged
Mar 25, 2025 -
fix cdpost()
#21084 merged
Mar 25, 2025 -
AArch64 cannot compare shorts directly
#21080 merged
Mar 25, 2025 -
add has to be in addition to fixup
#21075 merged
Mar 24, 2025 -
[druntime] core.int128: Optimize a bit and prepare for more LDC/GDC optimizations
#21071 merged
Mar 24, 2025 -
add target.isAArch64 to e2ir.d
#21074 merged
Mar 24, 2025 -
AArch64 doesn't have LEA instruction, so use pointers instead of Effe…
#21072 merged
Mar 24, 2025 -
Refactored memcpy calls to D slices
#21062 merged
Mar 23, 2025 -
Fix hidden base constructor supplemental message
#21069 merged
Mar 23, 2025 -
AArch64 does not have LEA, fake it
#21064 merged
Mar 23, 2025 -
Fix #20901: can escape stack pointer through indexed array literal
#21063 merged
Mar 23, 2025 -
Don't raise "cannot return non-void" on Terror
#21028 merged
Mar 22, 2025 -
Refactor checkGC
#21058 merged
Mar 22, 2025 -
Use errorSupplemental for long errors with 2 sentences
#21060 merged
Mar 22, 2025 -
Require adjacent auto ref return as well
#21061 merged
Mar 22, 2025 -
Fix #21045 - import __stdin causes compilation to pause while reading from stdin
#21047 merged
Mar 22, 2025 -
Fix #21054 - No location for array literal sliced from init symbol
#21055 merged
Mar 22, 2025 -
more common subexpression bugs
#21056 merged
Mar 22, 2025
9 Pull requests opened by 6 people
-
Draft: replace AA runtime hooks with templated implementation
#21066 opened
Mar 23, 2025 -
Replace legacy _d_arrayappendcTX with templated version
#21076 opened
Mar 24, 2025 -
Translate `_d_arrayliteralTX` to a template
#21077 opened
Mar 24, 2025 -
Fix #21024 - Optimize x^^c expressions
#21082 opened
Mar 25, 2025 -
Fix #21065 - classInstanceSize is not a multiple of its classInstanceAlignment
#21092 opened
Mar 26, 2025 -
Fix #20985 - runnable\exe1.c heisenbugs on Win64
#21099 opened
Mar 27, 2025 -
Fixed MAKEFILE for cross-platform log formatting
#21100 opened
Mar 27, 2025 -
backend: Remove some void/unsafe initialization
#21107 opened
Mar 28, 2025 -
Improve linker error suggestions
#21109 opened
Mar 28, 2025
8 Issues closed by 4 people
-
Is-expressions should not generate unnecessary code for lowerings
#21105 closed
Mar 29, 2025 -
PR #21001 introduces bug
#21094 closed
Mar 28, 2025 -
Bad diagnostic for an enum member in an enum that use another enum as base type
#18262 closed
Mar 25, 2025 -
Hidden base class constructor call message suggests impossible alias
#21068 closed
Mar 23, 2025 -
dip1000: can escape stack pointer through indexed array literal
#20901 closed
Mar 23, 2025 -
import __stdin causes compilation to pause while reading from stdin
#21045 closed
Mar 22, 2025 -
`inout` and `auto ref` causing a return value to be accepted by `ref` but not actually be mutated
#21057 closed
Mar 22, 2025 -
No location for array literal sliced from init symbol
#21054 closed
Mar 22, 2025
12 Issues opened by 10 people
-
ImportC: Error: undefined escape sequence \e
#21112 opened
Mar 29, 2025 -
core.sys.linux.sys.timerfd header missing
#21110 opened
Mar 28, 2025 -
Types accepted in 'key in AA' expressions during speculative evaluation
#21104 opened
Mar 28, 2025 -
`make clean` errors on Windows: CreateProcess() failed
#21102 opened
Mar 28, 2025 -
Can't compile a module with a single import statement, while the imported module compiles fine
#21098 opened
Mar 27, 2025 -
TimeDateStamp in object files should be a deterministic hash
#21095 opened
Mar 27, 2025 -
Private template hides public non-template overload
#21091 opened
Mar 26, 2025 -
IES does not call functions on operator overloads, if omitting parens
#21085 opened
Mar 25, 2025 -
Log a proper error message when `cl.exe` is not found
#21083 opened
Mar 25, 2025 -
Segmentation fault with Nullable Date ternary
#21070 opened
Mar 23, 2025 -
classInstanceSize is not a multiple of its classInstanceAlignment
#21065 opened
Mar 23, 2025 -
Using dynamic arrays of extern(Objective-C) instances results in linker error
#21059 opened
Mar 22, 2025
9 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Return value of forward-referenced auto ref function mistakenly treated as lvalue
#19893 commented on
Mar 22, 2025 • 0 new comments -
Diagnostic for wrong argument name for templated functions
#21042 commented on
Mar 22, 2025 • 0 new comments -
[Druntime] Append operator is slower than simply allocating more memory and setting the data
#21031 commented on
Mar 24, 2025 • 0 new comments -
`runnable\exe1.c` heisenbugs on Win64
#20985 commented on
Mar 25, 2025 • 0 new comments -
Bad error message when template function with bad parameter type & constraint is instantiated
#20693 commented on
Mar 28, 2025 • 0 new comments -
Implement the generation of multiple copy constructors for fields
#16429 commented on
Mar 28, 2025 • 0 new comments -
Fibers: getcontext() return status check added
#20921 commented on
Mar 22, 2025 • 0 new comments -
Fix: Add -arch x86_64 to CXXFLAGS on macOS ARM64 to Resolve Linker Errors in Mixed C++ and D Testss
#21012 commented on
Mar 28, 2025 • 0 new comments -
Fix Bugzilla Issue 20535: Backend Optimizer Slowdown in Static Foreach
#21019 commented on
Mar 24, 2025 • 0 new comments