0
I Use This!
Very Low Activity

Commits : Listings

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