0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Starting with the ExpressionVisitor class More... almost 14 years ago
Adding more visitors to the RubyAstVisitor class More... almost 14 years ago
Starting with the visitAssignmentStatement method More... almost 14 years ago
Added comments that explain how the AST is visited for each method from the RubyAstVisitor More... almost 14 years ago
Adding more visitor methods to the RubyAstVisitor class More... almost 14 years ago
Starting with DUChain testing More... almost 14 years ago
The lambda '->' construct will be treated as a method call More... almost 14 years ago
Some random improvements on the visitMethodStatement method More... almost 14 years ago
Fixed memory leak on the block_call rule of the parser More... almost 14 years ago
Optimized how comments are stored by the parser More... almost 14 years ago
Fixed the parser benchmarking. More... almost 14 years ago
Improved the function test to check that the previous commit is working as expected More... almost 14 years ago
Fixed syntax error when the name of a method is an operator and its method body is empty More... almost 14 years ago
Fixing more typos on the documentation More... almost 14 years ago
The openClassDeclaration method is no longer needed More... almost 14 years ago
Merge branch 'tests' More... almost 14 years ago
Polishing More... almost 14 years ago
Fixing lots of typos on the documentation More... almost 14 years ago
Starting with the DUChainTestBase class More... almost 14 years ago
Starting the DUChain test by benchmarking the parser More... almost 14 years ago
Updated the visitMethodCall since now the block is allocated in the cond pointer More... almost 14 years ago
It's simpler to allocate the block from a method_call to the cond pointer More... almost 14 years ago
Fixing aliased pointers for symbols More... almost 14 years ago
Initializing a couple of attributes in the init_parser function that I completely forgot More... almost 14 years ago
Avoid crash when visiting the 'super' method More... almost 14 years ago
Polishing the LanguageSupport class More... almost 14 years ago
Don't generate parameters named like reserved words More... almost 14 years ago
Moved the kdevruby_doc.rb script to documentation/ More... almost 14 years ago
Improved how parameters are printed in the generated builtins.rb file More... almost 14 years ago
Fixed returned backtick token on method definitions More... almost 14 years ago