0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mark the uses of access members that may preceed a class name More... over 13 years ago
Modified the cpath rule on the parser's grammar so now it's stored as a list More... over 13 years ago
Fixed yet another crash on singleton classes More... over 13 years ago
Visit the method call arguments even if the method that is being called hasn't been found More... over 13 years ago
Fixed a crash when visiting a singleton class opened from an UnsureType. More... over 13 years ago
Don't crash in singleton classes when the given variable is an UnsureType More... over 13 years ago
Fixed issue on the end position of chained method calls with a brace block More... over 13 years ago
Updated a parser test More... over 13 years ago
Fixed the offset of nodes in a binary operation More... over 13 years ago
Mark the uses of expressions that act as method call members More... over 13 years ago
Make the visitMethodCallMembers to work with UnsureType's too. More... over 13 years ago
Fixed a bug on the visitArrayValue method and instance variables More... over 13 years ago
Don't add a module twice in the list of moduleMixins or in the list of mixers More... over 13 years ago
Merged the visitInclude and visitExtend methods. More... over 13 years ago
Mark the uses of modules inside the include/extend statements More... over 13 years ago
Declare block variables even if the method is not found More... over 13 years ago
Use an ExpressionVisitor to retrieve the base class declaration. More... over 13 years ago
Added some DUChain locks More... over 13 years ago
Moved some logic from the visitMethodCall method to visitMethodCallArgs. More... over 13 years ago
Fixed crash on visiting method arguments More... over 13 years ago
Polishing the DeclarationBuilder More... over 13 years ago
Moved the openContextForClassDefinition method from the ContextBuilder to the DeclarationBuilder. More... over 13 years ago
Removed the implementation of the RubyAstVisitor::visitMethodCall method. More... over 13 years ago
Fixed yet another crash on defining methods inside blocks More... over 13 years ago
Fixed crash on the assignment statement. More... over 13 years ago
Removed the ObjectType. I'm using the Object class from the builtins instead More... over 13 years ago
Initialize the lastClassModule attribute More... over 13 years ago
Fixed crash when an access modifier is inside a block More... over 13 years ago
Fixed a crash on the super keyword handling More... over 13 years ago
Improved the code that handles the super keyword More... over 13 years ago