summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-03[ruby/prism] Wire up the options through JavaScriptKevin Newton
2023-11-03[ruby/prism] Wire up options through the Java parserKevin Newton
2023-11-03[ruby/prism] Properly support the start line optionKevin Newton
2023-11-03[ruby/prism] Properly support the suppress_warnings optionKevin Newton
2023-11-03[ruby/prism] Properly support the encoding optionKevin Newton
2023-11-03[ruby/prism] Rename serialization APIs for consistencyKevin Newton
2023-11-03[ruby/prism] Wire up options through the FFI APIKevin Newton
2023-11-03[ruby/prism] Wire up options through the Ruby APIKevin Newton
2023-11-03[ruby/prism] Create an options struct for passing all of the possible optionsKevin Newton
2023-11-03.travis.yml: Reduce the parallel job number.Jun Aruga
2023-11-03vm_getivar: assume the cached shape_id like have a common ancestorJean Boussier
2023-11-03.travis.yml: Disable ppc64le allow_failures.Jun Aruga
2023-11-03Update bundled gems list as of 2023-11-03Nobuyoshi Nakada
2023-11-03rb_ivar_defined: handle complex modulesJean Boussier
2023-11-03[ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generat...Jun Aruga
2023-11-03[PRISM] Fix CallNode with arguments when poppedMatt Valentine-House
2023-11-03Fix onigmo name table without stNobuyoshi Nakada
2023-11-03Fix thread leakageNobuyoshi Nakada
2023-11-02Make String.new size pools aware.Jean Boussier
2023-11-02[ruby/prism] Handle invalid constants in the constant poolKevin Newton
2023-11-02[PRISM] Fix popped for ForNodeJemma Issroff
2023-11-02[PRISM] Fix popped for CallOperatorWriteNodeJemma Issroff
2023-11-02[PRISM] Fix popped for Call{And,Or}WriteNodeJemma Issroff
2023-11-02[PRISM] Fix popped for SingletonClassNodeJemma Issroff
2023-11-02[PRISM] Fix popped for CaseNodeJemma Issroff
2023-11-02[PRISM] Fix popped for AssocSplatNodeJemma Issroff
2023-11-02[PRISM] Fix popped for MatchWriteNodeJemma Issroff
2023-11-02[PRISM] Fix popped for ConstantPathOperatorWriteNodeJemma Issroff
2023-11-02[PRISM] Fix popped for ConstantPathOrWriteNodeJemma Issroff
2023-11-02[PRISM] Fix popped on DefinedNodeJemma Issroff
2023-11-02[PRISM] Fixed popped for ConstantPathAndWriteNodeJemma Issroff
2023-11-02[PRISM] Fix test infrastucture, comment out failing testsJemma Issroff
2023-11-02Fix vm_getivar to handle module with TOO_COMPLEX shapeJean Boussier
2023-11-02Use shape capacity transition for class ivarsPeter Zhu
2023-11-02Make every initial size pool shape a root shapePeter Zhu
2023-11-02YJIT: Always define method codegen table at boot (#8807)Takashi Kokubun
2023-11-02Fix write barrier in rb_copy_generic_ivarPeter Zhu
2023-11-02Remove duplicated code in generic_ivar_setPeter Zhu
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