-
Digital Mars
- Pacific Northwest
- http://www.walterbright.com
- @WalterBright
Pinned Loading
-
-
dlang/druntime
dlang/druntime Public archiveLow level runtime library for the D programming language
-
dlang/dlang.org
dlang/dlang.org PublicPages for the dlang.org website, home of the D Programming Language
-
692 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 | |||||||||||||||||||||||||||||||||||||||||
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 40 commits in 1 repository
Created a pull request in dlang/dmd that received 4 comments
Opened 40 other pull requests in 2 repositories
dlang/dmd
39
merged
-
improve formatting of disassembly output
This contribution was made on Mar 31
-
partially implement cdstreq()
This contribution was made on Mar 30
-
errors in cdpost()
This contribution was made on Mar 28
-
in codelem(), use AArc64 register masks
This contribution was made on Mar 27
-
size_t was wrong, sign extension omitted
This contribution was made on Mar 27
-
neglected to generate code for cdeq()
This contribution was made on Mar 26
-
fix cdpost()
This contribution was made on Mar 25
-
AArch64 cannot compare shorts directly
This contribution was made on Mar 25
-
add has to be in addition to fixup
This contribution was made on Mar 24
-
add target.isAArch64 to e2ir.d
This contribution was made on Mar 24
-
AArch64 doesn't have LEA instruction, so use pointers instead of Effe…
This contribution was made on Mar 24
-
AArch64 does not have LEA, fake it
This contribution was made on Mar 23
-
more common subexpression bugs
This contribution was made on Mar 22
-
bug in cddivass()
This contribution was made on Mar 21
-
2 more detail bugs
This contribution was made on Mar 21
-
arguments swapped for loadFromEA()
This contribution was made on Mar 20
-
wrong register mask for cssave()
This contribution was made on Mar 20
-
flags not set by complement instruction
This contribution was made on Mar 18
-
overlooked necessary sign extension
This contribution was made on Mar 17
-
it is IFL1 not IFL2
This contribution was made on Mar 17
-
load sign extended bytes
This contribution was made on Mar 16
-
carith and more branch logic
This contribution was made on Mar 15
-
get branches to block working
This contribution was made on Mar 15
-
more common subexpression implementation
This contribution was made on Mar 14
-
progress on dealing with common subexpressions
This contribution was made on Mar 14
- Some pull requests not shown.
dlang/DIPs
1
open
-
Add Bitfields to D
This contribution was made on Mar 28
Reviewed 3 pull requests in 1 repository
dlang/dmd
3 pull requests
-
it is IFL1 not IFL2
This contribution was made on Mar 17
-
load sign extended bytes
This contribution was made on Mar 16
-
Accept __rvalue attribute on ref functions
This contribution was made on Mar 9
Created an issue in dlang/dmd that received 1 comment
ImportC declaration of struct in inner scope
void cdind() { struct ABC { int y; } *p; { struct ABC { int x; } abc; abc.x = 1; // Error: `x` is not a member of `ABC` }
}
If about anything is c…
1
comment
Opened 1 other issue in 1 repository
dlang/dmd
1
closed
-
i = i && 1; fails at runtime
This contribution was made on Mar 6