summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-17[ruby/prism] Parse `it` default parameterTakashi Kokubun
2024-01-17[ruby/prism] Wording in node field commentsKevin Newton
2024-01-17[ruby/prism] Added descriptive commentsnikhilbhatt
2024-01-17[ruby/prism] Document AndNode and OrNodenikhilbhatt
2024-01-17[ruby/openssl] test/openssl/test_ocsp.rb: fix flaky testKazuki Yamaguchi
2024-01-17[ruby/openssl] Add support for IO#timeout.Samuel Williams
2024-01-17[ruby/openssl] Only set min_version on OpenSSL < 1.1.0Ewoud Kohl van Wijngaarden
2024-01-17[PRISM] Fix memory leak of ST tablePeter Zhu
2024-01-17[Prism] Fix more method call argumnentseileencodes
2024-01-17YJIT: Support empty splat and some block_arg calls to ivar getters (#9567)Alan Wu
2024-01-17[ruby/prism] Remove flag gating for 3.3.0 bug fixesKevin Newton
2024-01-17YJIT: specialized codegen for integer right shift (#9564)Maxime Chevalier-Boisvert
2024-01-17[Prism] Fix return testeileencodes
2024-01-17[Prism] Implement defined? for PM_BEGIN_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_RETRY_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_RETURN_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_REDO_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_INTERPOLATED_X_STRING_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_INTERPOLATED_SYMBOL_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_DEFINED_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_BREAK_NODEeileencodes
2024-01-17[Prism] Implement defined for PM_NEXT_NODEeileencodes
2024-01-17[PRISM] Fix test_compile_prism_with_filePeter Zhu
2024-01-17[PRISM] Fix stack inconsistency in MultiWriteNodeMatt Valentine-House
2024-01-17Fix memory leak in String#tr and String#tr_sPeter Zhu
2024-01-17* expand tabs. [ci skip]git
2024-01-17[ruby/prism] Fix prism brace association for constant-like method/local callsAdam Hess
2024-01-17Skip checking for symbol leaks in libruby.so linking extensionsNobuyoshi Nakada
2024-01-17Fix off-by-one error of argcNobuyoshi Nakada
2024-01-17Bump actions/cache from 3.3.3 to 4.0.0dependabot[bot]
2024-01-17Bump actions/cache in /.github/actions/setup/directoriesdependabot[bot]
2024-01-17Omit low-memory test on old platformsNobuyoshi Nakada
2024-01-16Bump ruby/setup-ruby from 1.165.1 to 1.167.0dependabot[bot]
2024-01-16Rename BUILTIN_ATTR_SINGLE_NOARG_INLINETakashi Kokubun
2024-01-16Drop obsoleted BUILTIN_ATTR_NO_GC attributeTakashi Kokubun
2024-01-17[ruby/psych] Provide a 'Changelog' link on rubygems.org/gems/psychMark Young
2024-01-17[ruby/psych] issue #443: drop special tests for y, Y, n, N since they covered...Colin Kelley
2024-01-17[ruby/psych] issue #443: quote Y and N when dumpingColin Kelley
2024-01-17CHECK_LEAKS is always enabled with 01459f1Hiroshi SHIBATA
2024-01-16Bump the required BASERUBY version to 2.7 (#9566)Takashi Kokubun
2024-01-16Update bundled gems list at 6c016a4197c233b08a038e3ae7bc91 [ci skip]git
2024-01-17Inject base64 for basic auth examples of bundlerHiroshi SHIBATA
2024-01-17No longer needed to sync base64Hiroshi SHIBATA
2024-01-17spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/lib...Hiroshi SHIBATA
2024-01-17Document about base64 at Ruby 3.4Hiroshi SHIBATA
2024-01-17Extract base64 as bundled gemsHiroshi SHIBATA
2024-01-16YJIT: Finer breakdown for block_arg countersAlan Wu
2024-01-16[PRISM] Fix memory leak when compiling filePeter Zhu
2024-01-16[ruby/prism] Provide abstract methods in Prism::NodeKevin Newton
2024-01-16[ruby/prism] Add parse options to JavaScript's parsePrism functionCameron Dutro