summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-02-15YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller
2023-02-15Refactor / document instance variable debug countersAaron Patterson
2023-02-15[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP#getBurdette Lamar
2023-02-15[ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506)HASUMI Hitoshi
2023-02-15Encapsulate RCLASS_ATTACHED_OBJECTJean Boussier
2023-02-15Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1Jean Boussier
2023-02-15`ractor_queue_enq/deq` doesn't need `rq` paramKoichi Sasada
2023-02-15Do not use `objcopy` on macOSNobuyoshi Nakada
2023-02-15[DOC] remove redundant paragraph at set.rb (#6472)TJ
2023-02-15[DOC] Add an example of the splat operator with a non-array object (#7098)Kouhei Yanagita
2023-02-15Refactor dir.rb sample (#6977) [ci skip]Thomas R. Koll
2023-02-15file.c: rb_file_load_ok: GC+retry on EMFILE/ENFILE/ENOMEMEric Wong
2023-02-14YJIT: Optimize != for Integers and Strings (#7301)Takashi Kokubun
2023-02-14YJIT: Check correct BOP on gen_fixnum_cmp (#7303)Takashi Kokubun
2023-02-14[ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar
2023-02-14YJIT: Pad more spaces to accommodate delimiters (#7302)Takashi Kokubun
2023-02-14YJIT: Don't side-exit on too-complex shapes (#7298)Takashi Kokubun