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
Cleaned up header comment line feeds
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Implemented better handling of unsafe pointers (where required)
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Completed updates to TypeInfo updates
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Changed TypeInfo PrimitiveName to TypeName and FrameworkName to FullTypeName
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Reduced complex helper functions to operate with complex128 only - casting will be required to work with complex64
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added more needed operators to complex128
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated downsized conversions to be explicit casts
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added all Go defined types that implement EmptyInterface
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved type switch equality testing
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added type switch implementation
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added SwitchExpression class to properly handle Go switch and type switch statements
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Some work on labeled break / continue statements.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated encountered empty interfaces to map to go.builtin.EmptyInterface
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Applied EmptyInterface to NillType and rune
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added an EmptyInterface type from which all converted Go types will derive
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Changed namespace for go.BuiltInFunctions to go.builtin
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added more statement implementations, including if
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added statement placeholder handlers
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added DyamicType to static TypeInfo
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added ExpressionInfo metadata that will help determine the type an expression as well as its value
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Removed unnecessary trim from function literal lambda simplification
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added variable declarations and cleaned up code organization
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Improved handling of function literals as expressions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated behavioral conversions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed return spacing
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed method declaration blocks
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added grammar comments to expression parser
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added type assertion and conversion expressions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated quick test code
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added interface type assertion extension functions to auto-generated template code
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago