Pinned Loading
-
libsoundio-d
libsoundio-d PublicD translation of libsoundio, a library for real-time audio input and output
D 13
1,341 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 20 commits in 5 repositories
Created 1 repository
-
dkorpel/GMTK2025
D
This contribution was made on Apr 2
Created a pull request in dlang/dmd that received 3 comments
backend: Remove void initialization from code
vars
It's not @safe
since it contains pointers, and it's not like code
is such a large struct that leaving a few fields uninitialized is a big win.
+27
−27
lines changed
•
3
comments
Opened 6 other pull requests in 3 repositories
dlang/dlang.org
3
merged
-
Fix 2.111.0 changelog
This contribution was made on Apr 1
-
Remove beta changelog 2.111
This contribution was made on Apr 1
-
Merge stable
This contribution was made on Apr 1
dlang/dmd
2
merged
-
Fix #21179 - Failure to convert const(T) to T after type is used in c…
This contribution was made on Apr 10
-
Fix #21189 - wrong/missing error line when source file isn't regular
This contribution was made on Apr 9
dlang/phobos
1
merged
-
Merge stable
This contribution was made on Apr 2
Reviewed 13 pull requests in 2 repositories
dlang/dmd
12 pull requests
-
Added test cases for other existing fixed issues
This contribution was made on Apr 14
-
upgrade obj_mangle2() to use OutBuffer
This contribution was made on Apr 12
-
Replace TimeDateStamp with deterministic hash for reproducible builds
This contribution was made on Apr 10
-
Fix #21189 - wrong/missing error line when source file isn't regular
This contribution was made on Apr 9
-
getrandom()
backwards compatibility shimThis contribution was made on Apr 8 -
fix #21153 - [REG 2.111.0] Infinite loop in isAliasThisTuple
This contribution was made on Apr 5
-
Refactored memset and memcpy calls to D slices in multiple files
This contribution was made on Apr 5
-
dmd: Remove all public C++ functions
This contribution was made on Apr 4
-
add exe2.c exe3.c Import C test files
This contribution was made on Apr 4
-
load floating point constant error
This contribution was made on Apr 4
-
[stable] Fix #21098
This contribution was made on Apr 1
-
[stable] build.d: Fix VERSION fallback if
git describe
failsThis contribution was made on Apr 1
dlang/dlang.org
1 pull request
-
[spec] Add notes for
scope
attribute/parameter about-preview=dip1000
This contribution was made on Apr 16
Created an issue in dlang/dmd that received 1 comment
Failure to convert const(T) to T after type is used in cast()
This doesn't compile anymore with 2.111: import std.bitmanip; void main() { ubyte[] bytes; peek!ushort(bytes); auto b = cast(const ubyte[2][]) byte…
1
comment
Opened 2 other issues in 2 repositories
dlang/dmd
1
closed
-
wrong/missing error line when source file isn't regular
This contribution was made on Apr 9
dlang/phobos
1
open
-
std.file.rename segfaults on null string on Windows
This contribution was made on Apr 1