summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-12[ruby/irb] Remove redundant argument defaults from some RubyLexStan Lo
2023-01-12[ruby/reline] Update to Unicode 15.0.0elfham
2023-01-11Assert possible hash functions in RHASH_ST_TABLE (#7107)Takashi Kokubun
2023-01-12[ruby/mutex_m] Avoid anonymous evalJean Boussier
2023-01-12[ruby/mutex_m] Drop to support Ruby 2.4Hiroshi SHIBATA
2023-01-12Suppressing installation messages with test-bundlerHiroshi SHIBATA
2023-01-12enhance build matrix卜部昌平
2023-01-12Strip trailing spaces [ci skip]Nobuyoshi Nakada
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2023-01-12Generate parser-text.rb with bcdc058e50674aedb180eea91e0fdb15bcf529dbHiroshi SHIBATA
2023-01-12[ruby/racc] Get rid of anonymous eval callsJean Boussier
2023-01-12[ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] After Ruby 2.0, coding is always utf-8Hiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-11YJIT: Add a few asm comments (#7105)Takashi Kokubun
2023-01-11Remove unnecessary set of INVALID_SHAPE_ID in rb_callcacheJemma Issroff
2023-01-11Move classpath to rb_classext_tPeter Zhu
2023-01-11Make variation_count an unsigned charPeter Zhu
2023-01-11[DOC] Mention the conditional regexpNobuyoshi Nakada
2023-01-11Remove check for RCLASS_EXT in variable.cPeter Zhu
2023-01-11Skip rbs Encoding#replicate testBenoit Daloze
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-11[ruby/reline] Reset IOGate in test_resetPhillip Hellewell
2023-01-11[ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell
2023-01-11Suppressing pending messages with RSpecHiroshi SHIBATA
2023-01-11[ruby/psych] Get rid of anonymous eval callsJean Boussier
2023-01-11[ruby/set] Avoid the `block or return` pattern to save Proc allocationsJean Boussier
2023-01-11Skip unfixed assertion about objspace/dump_allKoichi Sasada
2023-01-11Remove about ext/psych/yaml which is no longer bundled [ci skip]Kazuhiro NISHIYAMA
2023-01-10Differentiate T_ARRAY and array subclasses (#7091)Aaron Patterson
2023-01-10YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu
2023-01-10YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun
2023-01-10Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada
2023-01-10Remove ARY_SET_SHAREDPeter Zhu
2023-01-10[ruby/reline] Add key binding for DeletePhillip Hellewell
2023-01-10Remove extra line which causes `make test-bundled-gems-fetch` to failBenoit Daloze
2023-01-10[DOC] Comments about fields in bundled_gems fileNobuyoshi Nakada
2023-01-10Merge RubyGems and Bundler masterHiroshi SHIBATA
2023-01-10Update LEGAL sections for pub_grubHiroshi SHIBATA
2023-01-10Removed vendored LICENSE file.Hiroshi SHIBATA
2023-01-10Fixed a typoHiroshi SHIBATA
2023-01-10[rubygems/rubygems] Fix resolver edge caseDavid Rodríguez
2023-01-10[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-01-09Revert "Re-enable test_ractor for YJIT"Takashi Kokubun
2023-01-09Allow overriding a gdb command on `make gdb`Takashi Kokubun
2023-01-09Fix off-by-one error in rb_vm_each_stack_valuePeter Zhu
2023-01-09Fix a warning in .gdbinitTakashi Kokubun
2023-01-09Update yjit.mdMaxime Chevalier-Boisvert