1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added rune type to built-in functions, implicitly castable to both int and char.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Minor clean-up of GoString
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improvements to ancillary structure templates
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
GoString minor updates
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added GoString structure that behaves more like a normal Go string
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Disabled not relevant CS0660, CS0661 warnings on generated ancillary interface type files
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updates to structure promotion implementation
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved extension type precedence lookup
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added type precedence ordering to extension method lookups to better selected target for multi-level promotions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Continued work on promoted struct implementation
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Corrected interface promotions with qualified identifiers
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed method declaration signature
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added option to only update metadata and improved conversion stats
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added code analysis suppressions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Completed metadata lookup for promoted interfaces.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved interface promotion operations
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved promoted interface support
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Cleaned up function signature generation code
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Corrected metadata lookup for function parameters
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Rearchitectured converter to use cached metadata to build function signatures.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved comment handling for comments that appear on lines in-between imports
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated README
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved pre-scan operations.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated metadata pre-scan
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Established pre-scan architecture.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated README
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated README
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed function signature reset between functions.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved Slice ToString representation
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated pointer implementations to use Ref<T> and Ptr<T> types when "ref" keyword doesn't apply.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago