0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add StringEqualsNode, which is used for `expr = 'str'`, i.e. literal string comparions.
gron
as Stefan Marr
More... over 3 years ago
Use array instead of list of inliner, which we need in most cases anyway.
gron
as Stefan Marr
More... over 3 years ago
Remove word-api.jar does not exist anymore
gron
as Stefan Marr
More... over 3 years ago
Update core-lib
gron
as Stefan Marr
More... over 3 years ago
Update tool test data, since we changed how length works
gron
as Stefan Marr
More... over 3 years ago
Enable LengthPrim to apply to Array and Symbol objects as eager primitive
gron
as Stefan Marr
More... over 3 years ago
Remove SArguments methods and do argument access directly
gron
as Stefan Marr
More... over 3 years ago
Merge PR #119: Extend NodeStats with Activation Counts, and add Truffle Coverage tool support
gron
as Stefan Marr
More... over 3 years ago
Notify instrumentation about inserted nodes only when we use a tool
gron
as Stefan Marr
More... over 3 years ago
Filter out header as well
gron
as Stefan Marr
More... over 3 years ago
Try using histogram for coverage testing
gron
as Stefan Marr
More... over 3 years ago
lcov file does not have stable, testable order: sort it with sort
gron
as Stefan Marr
More... over 3 years ago
Delete the lcov.info file otherwise results are incorrect
gron
as Stefan Marr
More... over 3 years ago
Enable coverage tests, and run tools tests separately
gron
as Stefan Marr
More... over 3 years ago
Disable tests which fail in yuria
gron
as Stefan Marr
More... over 3 years ago
Add old NodeActivation nodes to the counting set to deduplicate counts
gron
as Stefan Marr
More... over 3 years ago
Add transferToInterpreter to hide println
gron
as Stefan Marr
More... over 3 years ago
Fix expectations in AstNodeTests after properly cloning AstNode objects
gron
as Stefan Marr
More... over 3 years ago
Update expected test data
gron
as Stefan Marr
More... over 3 years ago
Generalize field in WriteAndReturnSelf
gron
as Stefan Marr
More... over 3 years ago
Work around data nodes generated by DSL
gron
as Stefan Marr
More... over 3 years ago
Added custom wrapper for generic message send node
gron
as Stefan Marr
More... over 3 years ago
Add toString()
gron
as Stefan Marr
More... over 3 years ago
Properly clone sub trees to keep counts separate
gron
as Stefan Marr
More... over 3 years ago
Make num activations less important for ordering
gron
as Stefan Marr
More... over 3 years ago
Only notify about insertion of new nodes
gron
as Stefan Marr
More... over 3 years ago
Simplify handling of multiple NodeActivation nodes and keeping all around
gron
as Stefan Marr
More... over 3 years ago
Unwrap to avoid double wrapping
gron
as Stefan Marr
More... over 3 years ago
Call notifyInserted when inserting multiple nodes
gron
as Stefan Marr
More... over 3 years ago
Avoid double wrapping in dispatch chain when removing invalid node
gron
as Stefan Marr
More... over 3 years ago