Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
1,125 contributions in the last year
Contribution activity
November 2020
Created 42 commits in 5 repositories
Created a pull request in dlang/dmd that received 20 comments
Opened 34 other pull requests in 4 repositories
dlang/dmd
3
open
2
closed
25
merged
- use TargetOS instead of params.isXXXXX
- Split off some changes in PR #11999 into a separate PR
- make machobj and elfobj compilable by all
- compile mscoffobj.d for all
- compile cgobj.d for all builds
- compile libomf.d and scanomf.d for all
- compile dwarfeh.d for all
- add libmscoff.d and scanmscoff.d to all builds
- always compile in libmach and scanmach
- remove aarray.d
- include all the dmd files
- cv8.d: compile for all platforms
- cod3.d pdata.d dt.d more conversion to runtime checks
- elpicpie.d: remove static if's
- more removal of static compilation from headers
- cgelem.d: remove TARGET dependency
- var.d: remove TARGET dependency
- cod4.d cgcod.d: remove static compilation
- cod1.d: remove static compilation
- cod2.d: prefer config.exe over static if
- cod3.d remove more static conditionals
- add EX_windos
- add EX_posix declaration
- remove use of redundant global config.exe
- update interface to stackoffsets()
- Some pull requests not shown.