Popular repositories Loading
480 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
March 2025
Created 37 commits in 1 repository
Opened 1 pull request in 1 repository
snazzy-d/sdc
1
open
-
CI testsfor 2.110
This contribution was made on Mar 7
Reviewed 3 pull requests in 1 repository
snazzy-d/sdc
3 pull requests
-
[GC] Prevent garbage finalizer bit when enabling metadata
This contribution was made on Mar 10
-
Add registerFileZeroTerminated and registerMixinZeroTerminated
This contribution was made on Mar 5
-
Avoid stack overflow if pthread_create hook loads itself
This contribution was made on Mar 2
Created an issue in dlang/dmd that received 5 comments
Forward reference error
Sample code:
struct S {} void foo()(S s) { bar(s);
} auto bar(S s) { foo(s);
}
Leads to the following error:
fail.d(4): Error: forward reference to…
5
comments