0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Send dumped methods to file not network, it’s the better default
gron
as Stefan Marr
More... about 3 years ago
Merge PR #149: Add support for an explicit path on the EG flag, which points to the graal to be used
gron
as Stefan Marr
More... about 3 years ago
Add support for an explicit path on the EG flag, which points to the graal to be used
gron
as Stefan Marr
More... about 3 years ago
Merge PR #148: Update Truffle to version that brings Truffle's Hosted Inlining
gron
as Stefan Marr
More... about 3 years ago
Update MX and Truffle to latest version of today
gron
as Stefan Marr
More... about 3 years ago
Update Truffle to version with Truffle inlining
gron
as Stefan Marr
More... about 3 years ago
Merge PR #147: Fix isCloneUninitializedSupported/cloneUninitialized, fix use of deprecated getCallerFrame, and coverage tests
gron
as Stefan Marr
More... about 3 years ago
Added missing cloneUninitialized()
gron
as Stefan Marr
More... about 3 years ago
Add missing isCloneUninitializedSupported override
gron
as Stefan Marr
More... about 3 years ago
Skip the first 5 lines in the coverage output
gron
as Stefan Marr
More... about 3 years ago
Fix deprecation and removal of TruffleRuntime.getCallerFrame()
gron
as Stefan Marr
More... about 3 years ago
Update Truffle and mx, Truffle to version before Truffle Inlining, May 23
gron
as Stefan Marr
More... about 3 years ago
Merge PR #146: Update core-lib fixes some bugs in untested SomSom code
gron
as Stefan Marr
More... about 3 years ago
Update core-lib fixes some bugs in untested SomSom code
gron
as Stefan Marr
More... about 3 years ago
Merge PR #145: Open up parser and lexer for adaptation in subclasses
gron
as Stefan Marr
More... about 3 years ago
Update expected results for tests
gron
as Stefan Marr
More... about 3 years ago
Make jvmci-libs depend on core-lib to be sure to have the submodules loaded
gron
as Stefan Marr
More... about 3 years ago
Move initialization of source compiler into SomLanguage
gron
as Stefan Marr
More... about 3 years ago
Create source coord with right length in tests
gron
as Stefan Marr
More... about 3 years ago
Refactor local, argument, and field handling to do the adds in the overridable methods
gron
as Stefan Marr
More... about 3 years ago
Make binary selector methods avoid calling the same method twice
gron
as Stefan Marr
More... about 3 years ago
Make unknown name for variable write a parse error to get the location
gron
as Stefan Marr
More... about 3 years ago
Always set the source coord, also on parse errors
gron
as Stefan Marr
More... about 3 years ago
Return field/argument objects from add methods in cgenc/mgenc
gron
as Stefan Marr
More... about 3 years ago
Use mx to get labsjdk
gron
as Stefan Marr
More... about 3 years ago
[HACK?] Add assertion for the length of field source coordinates
gron
as Stefan Marr
More... about 3 years ago
Turn SourcecodeCompiler back into proper class, and have one for AST, and one for Bytecode
gron
as Stefan Marr
More... about 3 years ago
Make argument object accessible for language server
gron
as Stefan Marr
More... about 3 years ago
Add *narySendSelector grammar rules to allow overriding and distinguishing it from selector parsing in tools
gron
as Stefan Marr
More... about 3 years ago
Represent classSide parsing as its own grammar rule
gron
as Stefan Marr
More... about 3 years ago