summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-01Fix SystemStackError in test_run_out_of_shape_for_class_cvarPeter Zhu
2023-11-01[ruby/prism] Disallow assigning to numbered parameters in regexpKevin Newton
2023-11-01Fix remove_class_variable for too complex classesPeter Zhu
2023-11-01[prism] Updates for syncKevin Newton
2023-11-01[ruby/prism] Fix up lintKevin Newton
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
2023-11-01[ruby/prism] Comment format for prism.cKevin Newton
2023-11-01[ruby/prism] More documentation for ast.hKevin Newton
2023-11-01[ruby/prism] Even more C file documentationKevin Newton
2023-11-01[ruby/prism] Documentation for nodesKevin Newton
2023-11-01[ruby/prism] Remove unnecessary PM_EMPTY_ARGUMENTSKevin Newton
2023-11-01[ruby/prism] Remove unnecessary PM_EMPTY_NODE_LISTKevin Newton
2023-11-01[ruby/prism] Documentation for defines, version, and prettyprintKevin Newton
2023-11-01[ruby/prism] Documentation for diagnostics and regexpKevin Newton
2023-11-01[ruby/prism] Documentation for constant poolKevin Newton
2023-11-01[ruby/prism] Documentation for the encodingsKevin Newton
2023-11-01[ruby/prism] Documentation for pm_strncasecmpKevin Newton
2023-11-01[ruby/prism] Documentation for more C functionsKevin Newton
2023-11-01[ruby/prism] Documentation for pm_newline_list_tKevin Newton
2023-11-01[ruby/prism] Documentation for pm_string_tKevin Newton
2023-11-01[ruby/prism] Even more C documentationKevin Newton
2023-11-01[ruby/prism] Start better documenting C APIKevin Newton
2023-11-01[ruby/prism] Finish Ruby documentationKevin Newton
2023-11-01[ruby/prism] More Ruby docsKevin Newton
2023-11-01[ruby/prism] Docs for node.rb and parse_result.rbKevin Newton
2023-11-01[ruby/prism] Add comments on flagsKevin Newton
2023-11-01[ruby/prism] Fix up Prism and Debug docsKevin Newton
2023-11-01[ruby/prism] Fix up extension docsKevin Newton
2023-11-01[ruby/prism] Fix up Ruby docsKevin Newton
2023-11-01[ruby/prism] Forward parameters into arraysKevin Newton
2023-11-01[ruby/prism] Fix rescue modifier commentKevin Newton
2023-11-01Refactor rb_obj_remove_instance_variablePeter Zhu
2023-11-01Optimize for too complex objectsPeter Zhu
2023-11-01[ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff
2023-11-01[ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff
2023-11-01[prism] Use a pointer for optional node listKevin Newton
2023-11-01thread_pthread.c: unbreak 10.5 Intel by restoring accidentally deleted macroSergey Fedorov
2023-11-01remove_instance_variable: Handle running out of shapesJean Boussier
2023-11-01Fix removing non-existent ivar for too complexPeter Zhu
2023-11-01[rubygems/rubygems] avoid dependency on setCody Cutrer
2023-11-01[rubygems/rubygems] Add Bundler::Plugin.loaded? helperCody Cutrer
2023-10-31Fix remove_instance_variable for too complex generic ivarPeter Zhu
2023-10-31Fix SystemStackError for test_run_out_of_shape_for_classPeter Zhu
2023-10-31Fix remove_instance_variable for too complex classPeter Zhu
2023-10-31[PRISM] Remove unnecessary variableJemma Issroff
2023-10-31[PRISM] Implement compilation for SuperNodeJemma Issroff
2023-10-31[PRISM] Compile forwarding super nodeJemma Issroff
2023-10-31Add ST table to gen_ivtbl for complex shapesPeter Zhu
2023-10-31Create table for too complex generic variablesPeter Zhu
2023-10-31Fix "too complex" iv sets on generic ivar objectsAaron Patterson