Popular repositories
1,073 contributions in the last year
Contribution activity
January 2021
Created 15 commits in 3 repositories
Created a pull request in dlang/dmd that received 6 comments
[dmd-cxx] Backport fixes for issue 18143 and 18719.
Last couple of problems found when testing druntime bindings in master.
+107
−4
•
6
comments
Opened 18 other pull requests in 4 repositories
dlang/dmd
13
merged
- [dmd-cxx] Rename Compiler::loadModule to onParseModule, define onImport.
- Update copyright years of dmd sources to 2021
- dmd.declaration: Fix syntax highlighting on 'this' parameter in message
- array.h: Default initialize Array with zeroes
- [dmd-cxx] Fix Issue 15371 - __traits(getMember) should bypass the protection
- [dmd-cxx] Fix Issue 21353 - 'with()' statement ignores symbol visibility in some cases
- [dmd-cxx] Remove visiblity and lookup deprecation
- test: Remove empty TEST_OUTPUT directives
- [dmd-cxx] Add TEST_OUTPUT to all tests that generate messages during compilation
- [dmd-cxx] Support deprecated, @disable and user-defined attributes on enum members
- [dmd-cxx] Implement new syntax for contracts and invariants
- [dmd-cxx] Support UDAs for function arguments and single-parameter alias declarations
- [dmd-cxx] Backport more recent traits to the C++ port
dlang/druntime
1
open
1
merged
dlang/phobos
2
merged
cgdb/cgdb
1
open
Reviewed 18 pull requests in 3 repositories
dlang/dmd 14 pull requests
- Add `-gdwarf=<version>` compiler switch
- printAST: Use printfloat instead of printf to format RealExp's
- Fix build regression in printast.d for real.sizeof == 8
- Fix 21530 - dtoh: Sanitize identifiers wrt. reserved C++ keywords
- dtoh: Warn about use of C++ keywords as identifiers during -HC generation
- Remove unused traits identifier 'parameters'
- fix Issue 21526 - x87 not rounding to precision on assignment on some…
- Fix issue 21177 - printf check does not recognize GNU extensions
- DWARF debug infos: Don't name ulong 'uint long'
- Implementation of Properties.
- Add getVisibility trait as an alias to getProtection
- fix issue 20788 - Difference between colored and non colored output
- fix Issue 11717 - CTFE: non-constant value with array and vector ops
- use Identifier[] instead of Array!Identifier * for package names