summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-31Handle SHAPE_TOO_COMPLEX in `generic_ivar_set`Jean Boussier
2023-10-31Handle running out of shapes in `Object#dup`Jean Boussier
2023-10-31[PRISM] Implement compilation for PostExecutionNodeJemma Issroff
2023-10-31[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer
2023-10-31LLDB: Dump table structs in Hash [ci skip]Nobuyoshi Nakada
2023-10-31[ruby/prism] Fix a possible malloc(0)Haldun Bayhantopcu
2023-10-31[ruby/prism] Share comment generation logicKevin Newton
2023-10-31[ruby/prism] Fix a possible null dereferenceHaldun Bayhantopcu
2023-10-31Add defined array nodeHParker
2023-10-31compile defined with nested constants and stovetopHParker
2023-10-31Fix warning in Prism compile For NodeMatt Valentine-House
2023-10-31Keep unused literal nodesyui-knk
2023-10-31Update bundled gems list as of 2023-10-30git
2023-10-31Add a --disable-yjit job for Ubuntu CIJeremy Evans
2023-10-31[Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo
2023-10-31Disable wrong testNobuyoshi Nakada
2023-10-30[PRISM] Implement all argument types for CallNodesJemma Issroff