27
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Jun 04, 2025 — Jun 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10998 from ntrel/bitarr-const More... 4 days ago
Fix tests for hasIndirections in phobos.sys.traits. More... 6 days ago
Fix incorrect use of alias in hasComplexDestruction. More... 6 days ago
Fix for test in phobos.sys.traits due to compiler fix. More... 6 days ago
fix #10161: Add isValidUTF to validate strings without an exception. More... 9 days ago
Merge pull request #11020 from nordlow/avoid-json-void More... 13 days ago
Remove void CTFE init in emptyOrderedObject to avoid -fastdfa compilation error More... 13 days ago
fix typo More... 18 days ago
Remove unused import More... 23 days ago
Use builtin __traits(hasMember, ...) in place of std.traits.hasMember!(...) to reduce template bloat More... 24 days ago
fix typo (#11013) More... 26 days ago
fixed some typos (#11012) More... 27 days ago
Fix #11000: getInstalledTZNames can't handle a trailing slash. (#11011) More... 27 days ago
fix typo (#11010) More... 28 days ago
Fix issue 11006 - EINTR signal causes spurious failure in std.stdio writes More... about 1 month ago
Fix issue 11005 - LockingTextWriter silently drops fputc/fputwc errors More... about 1 month ago
Fix --key= empty string value consuming next arg in std.getopt More... about 1 month ago
std.process: switch retryInterrupted to std.internal.retry.retryOnEINTR More... about 1 month ago
Add std.internal.retry with retryOnEINTR and retryShortIO helpers More... about 1 month ago
Fix missing function doc links in std.string More... about 1 month ago
Add const for opCmp parameter too More... about 1 month ago
Add const to BitArray opOpAssign!"~" and opBinary!"~" parameters More... about 1 month ago
Merge pull request #10994 from dkorpel/only-index-assign More... about 1 month ago
Fix circleci CURL_USER_AGENT quoting in run.sh More... about 1 month ago
Use labeled break instead of cast(void) return More... about 1 month ago
Fix #10993 - std.range: switch fallthrough in only() index assignment More... about 1 month ago
Fix #10981 - Wrong usage of the write() system call in std.file.write() and in std.file.copy() (#10982) More... about 2 months ago
Fix default argument attributes More... about 2 months ago
Fix #10989 - std.array calls non-existent Trace hook in version(D_ProfileGC) More... 2 months ago
Inline hasElaborateDestructor!(...) into __(needsDestruction, ...) More... 2 months ago