summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02Better handle running out of shapes in remove_shape_recursiveJean Boussier
2023-11-02Surpressing additional message if it missed to detect gem nameHiroshi SHIBATA
2023-11-02Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from ru...Hiroshi SHIBATA
2023-11-02Windows: Fix description of runtimesLars Kanis
2023-11-02Added TestRipper namespace to test_call_colon2Hiroshi SHIBATA
2023-11-02test/ripper: nest helper classes under TestRipper modulelukeg
2023-11-02Fix functions for name tables as `st_foreach_callback_func`Nobuyoshi Nakada
2023-11-02Support Pathname object for warning feature of bundled gemsHiroshi SHIBATA
2023-11-01List prism as a default gemKevin Newton
2023-11-02[DOC] Update the document for `FilePathStringValue`Nobuyoshi Nakada
2023-11-02Remove duplicate to_path conversionNobuyoshi Nakada
2023-11-01YJIT: skip to_a in format_number (#8815)Mau Magnaguagno
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