Skip to content
View WalterBright's full-sized avatar

Organizations

@dlang

Block or report WalterBright

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dlang/dmd Public

    dmd D Programming Language compiler

    D 3.1k 649

  2. dlang/phobos Public

    The standard library of the D programming language

    D 1.2k 738

  3. dlang/druntime Public archive

    Low level runtime library for the D programming language

    D 653 418

  4. dlang/dlang.org Public

    Pages for the dlang.org website, home of the D Programming Language

    D 361 379

  5. dlang/tools Public

    Ancillary tools for the D programming language compiler

    D 202 146

  6. dmd Public

    Forked from dlang/dmd

    dmd D Programming Language compiler

    D 4

768 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 31 commits in 2 repositories

Created a pull request in dlang/dmd that received 3 comments

fix #21142 seg fault on floating point code

Forgot to save index register(s) on XMM post increment.

+22 −2 lines changed 3 comments
Opened 30 other pull requests in 1 repository
Reviewed 6 pull requests in 1 repository

Created an issue in dlang/dmd that received 1 comment

ImportC old style C function prototypes

void proto1() { int proto2(); proto2(proto2(1,2),3); } int proto2(a,b) { } // line 11 test.c(11): Error: undefined identifier `a` test.c(11): Erro…

1 comment
Opened 1 other issue in 1 repository
dlang/dmd 1 open
Loading