-
Digital Mars
- Pacific Northwest
- http://www.walterbright.com
- @WalterBright
Block or Report
Block or report WalterBright
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
dlang/dlang.org Public
Pages for the dlang.org website, home of the D Programming Language
-
1,245 contributions in the last year
Less
More
Contribution activity
April 2022
Created 31 commits in 3 repositories
Created a pull request in dlang/phobos that received 68 comments
add std.int128 a 128 bit integer arithmetic type
A 128 bit signed integer type. Not done is the unsigned version.
+380
−2
•
68
comments
Opened 38 other pull requests in 2 repositories
dlang/dmd
6
open
28
merged
- fix Issue 23044 - importC: comma expression with function call parsed…
- fix Issue 23039 - importC: declaration with array length has itself i…
- fix Issue 23038 - importC: sizeof inside struct has struct members in…
- fix Issue 23037 - importC: type with only type-qualifier doesn't work
- fix Issue 23031 - importC: hex character escapes should be variable l…
- fix Issue 23034 - importC: head-const struct confused with multiple f…
- fix Issue 23029 - ImportC: _Generic treats pointer to const and regul…
- fix Issue 23028 - ImportC: found _Generic instead of statement
- fix Issue 23025 - ImportC: duplicate symbol for tentative definition …
- fix Issue 23011 - importC: asm label to set symbol name doesn't work …
- fix Issue 23008 - importC: dmd asserts on empty struct or union as gl…
- fix Issue 23004 - importC: calling function pointer named 'init' or '…
- fix Issue 22976 - importC: fails to multiply by element size when doi…
- mv toElemCast() out of Visitor
- mv ElemsToStaticArray and ExpressionsToStaticArray outside of Visitor
- move Dsymbol_toElem() out of Visitor
- fix Issue 23003 - ImportC should not import object.d
- ctests2.c: consolidate 10 compilable tests
- fix Issue 23002 - importC: struct or union field with same name as ty…
- fix Issue 22994 - importC: some types not zero-initialized in static …
- remove Visitor from toElem()
- change class expressionPrettyPrintVisitor to expressionPrettyPrint()
- consolidate C tests into ctests1.c
- remove Visitor from checkSharedAccess()
- rename FileBuffer to Buffer
- Some pull requests not shown.
dlang/druntime
1
open
1
closed
2
merged
Reviewed 10 pull requests in 2 repositories
dlang/dmd
9 pull requests
- ctests2.c: consolidate 10 compilable tests
- ImportC: run cpp on Posix .c files
- add bitfields to D
- remove Visitor from checkSharedAccess()
- add a bunch of nothrows
- Preliminary preprocessor work - interfaces and GNUPreprocessor
- Implement DIP 1038: @mustuse
- fix Issue 22974 - importC: D name mangling applied to extern variable…
- fix Issue 22970 - importC: taking address one past array end gives bo…
dlang/phobos
1 pull request
Created an issue in dlang-community/D-Scanner that received 4 comments
std/int128.d(19:15)[warn]: Public declaration 'Int128' has no documented example
I tried a documented example: embedded in the documentation for the struct as a member of the struct following the closing brace of the struct I …
4
comments

