summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-19[ruby/fileutils] Remove (newly unneeded) remarks about aliasesBurdette Lamar
2023-02-19test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)Eric Wong
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-19[ruby/date] Removed (newly unneeded) alias remarksBurdette Lamar
2023-02-19[DOC] Return *args to Enumerable method definitionszverok
2023-02-19[DOC] Update pattern matching docs for 3.2zverok
2023-02-19[DOC] Document IO::Timeoutzverok
2023-02-19[DOC] Improve ObjectSpace#dump_XXX method docszverok
2023-02-19[DOC] Improve Kernel#binding docszverok
2023-02-19[DOC] Small adjustment for String method docszverok
2023-02-19[DOC] Update TracePoint#binding docs for 3.2 behaviorzverok
2023-02-19[DOC] Restore Process module doc lost due to RDoc updatezverok
2023-02-19Mention when it is appropriate to document aliases in call-seqJeremy Evans
2023-02-19[DOC] Change to handling of aliases (#7340)Burdette Lamar
2023-02-19Create a dummy minitest.gemspec for a bundled gemYusuke Endoh
2023-02-19No validation for bundled gemsYusuke Endoh
2023-02-19Use the development versions of minitest and debug gemsYusuke Endoh
2023-02-19[ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh
2023-02-19[ruby/bigdecimal] Fix the license name [ci skip]Nobuyoshi Nakada
2023-02-19[ruby/did_you_mean] Support the new message format of NameError inYusuke Endoh
2023-02-18[ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo
2023-02-18clean_env of Bundler is deprecated. It's unbundled_env nowHiroshi SHIBATA
2023-02-17YJIT: Consolidate jit methods in JITState impl (#7336)Jimmy Miller
2023-02-17YJIT: Use rb_ivar_get at the end of ivar chains (#7334)Takashi Kokubun
2023-02-17BigDecimal changed #remainder's specTakashi Kokubun
2023-02-17Add asm comment to YJIT's rb_str_empty_pMaxime Chevalier-Boisvert
2023-02-17[ruby/bigdecimal] Stub out extension build on JRubyCharles Oliver Nutter
2023-02-17[ruby/bigdecimal] Handle correctly #remainder with infinity. FixesMaciej Rzasa
2023-02-17Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House
2023-02-17Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1dependabot[bot]
2023-02-17[Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada
2023-02-16YJIT: Fix false assumption that String#+@ => ::StringAlan Wu
2023-02-16YJIT: jit_prepare_routine_call() for String#+@ missingAlan Wu
2023-02-16[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-16YJIT: Show Context stats on exit (#7327)Takashi Kokubun
2023-02-16YJIT: Refactor getlocal and setlocal insns (#7320)Takashi Kokubun
2023-02-16YJIT: Initial support for rest args (#7311)Jimmy Miller
2023-02-16Fix compilation error when USE_RINCGC=0Nobuyoshi Nakada
2023-02-16Move `attached_object` into `rb_classext_struct`Jean Boussier
2023-02-16Bump actions/cache from 3.2.4 to 3.2.5dependabot[bot]
2023-02-16Bump github/codeql-action from 2.2.1 to 2.2.4dependabot[bot]
2023-02-16Bump ruby/setup-ruby from 1.134.0 to 1.138.0dependabot[bot]
2023-02-16check-regexp only works with job name, not workflow nameHiroshi SHIBATA
2023-02-16Auto-merge feature for dependabot PRs (#7300)Hiroshi SHIBATA
2023-02-16Update default gems list at 65b6411e9db31591ae2a4928acaa0b [ci skip]git
2023-02-16[ruby/timeout] bump up 0.3.2Hiroshi SHIBATA
2023-02-15Handle all non-object type objectsHaldun Bayhantopcu
2023-02-15Fix removing ivars from clases and modules.Haldun Bayhantopcu
2023-02-15[ruby/timeout] Simplify testBenoit Daloze
2023-02-15[ruby/timeout] Don't move the timer_thread when it's enclosedRick Blommers