summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-13Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House
2023-01-13[DOC] Add gem lists to NEWS.md automaticallyNobuyoshi Nakada
2023-01-13[DOC] Changed gem list style in NEWS.mdNobuyoshi Nakada
2023-01-13[DOC] Extract tool/update-NEWS-gemlist.rbNobuyoshi Nakada
2023-01-13[ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh
2023-01-13Skip time-related assertions on /dev/nullNobuyoshi Nakada
2023-01-13fix `unused variables` warningKoichi Sasada
2023-01-12Return 0 if there is no CFP on the EC yetAaron Patterson
2023-01-13[DOC] Fix markup [ci skip]Kazuhiro NISHIYAMA
2023-01-13Do not use VM stack for splat arg on cfuncKoichi Sasada
2023-01-12Fix write barrier order for `klass` to `cme` edgeAlan Wu
2023-01-12YJIT: Do not refer to an undefined constant (#7112)Takashi Kokubun
2023-01-12Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer
2023-01-12Add str_enc_copy_directPeter Zhu
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-12Update bundled gems list at b7598b535e49d316110aa96542a746 [ci skip]git
2023-01-12Bump up typeprof-0.21.4Hiroshi SHIBATA
2023-01-12Try to use https://github.com/ruby/rbs/pull/1207Hiroshi SHIBATA
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