summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Small adjustment for String method docszverok2023-02-191-1/+13
* [DOC] Update TracePoint#binding docs for 3.2 behaviorzverok2023-02-191-3/+2
* [DOC] Restore Process module doc lost due to RDoc updatezverok2023-02-191-20/+15
* Mention when it is appropriate to document aliases in call-seqJeremy Evans2023-02-191-1/+5
* [DOC] Change to handling of aliases (#7340)Burdette Lamar2023-02-191-10/+1
* Create a dummy minitest.gemspec for a bundled gemYusuke Endoh2023-02-191-0/+25
* No validation for bundled gemsYusuke Endoh2023-02-191-1/+1
* Use the development versions of minitest and debug gemsYusuke Endoh2023-02-191-2/+2
* [ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh2023-02-191-59/+73
* [ruby/bigdecimal] Fix the license name [ci skip]Nobuyoshi Nakada2023-02-191-1/+1
* [ruby/did_you_mean] Support the new message format of NameError inYusuke Endoh2023-02-191-2/+2
* [ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo2023-02-184-6/+6
* clean_env of Bundler is deprecated. It's unbundled_env nowHiroshi SHIBATA2023-02-181-1/+1
* YJIT: Consolidate jit methods in JITState impl (#7336)Jimmy Miller2023-02-172-179/+179
* YJIT: Use rb_ivar_get at the end of ivar chains (#7334)Takashi Kokubun2023-02-173-2/+12
* BigDecimal changed #remainder's specTakashi Kokubun2023-02-171-13/+15
* Add asm comment to YJIT's rb_str_empty_pMaxime Chevalier-Boisvert2023-02-171-3/+4
* [ruby/bigdecimal] Stub out extension build on JRubyCharles Oliver Nutter2023-02-172-10/+20
* [ruby/bigdecimal] Handle correctly #remainder with infinity. FixesMaciej Rzasa2023-02-172-0/+18
* Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House2023-02-172-74/+2
* Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1dependabot[bot]2023-02-171-1/+1
* [Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada2023-02-172-1/+4
* YJIT: Fix false assumption that String#+@ => ::StringAlan Wu2023-02-162-3/+24
* YJIT: jit_prepare_routine_call() for String#+@ missingAlan Wu2023-02-162-1/+31
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-161-34/+57
* YJIT: Show Context stats on exit (#7327)Takashi Kokubun2023-02-164-8/+63
* YJIT: Refactor getlocal and setlocal insns (#7320)Takashi Kokubun2023-02-161-92/+41
* YJIT: Initial support for rest args (#7311)Jimmy Miller2023-02-162-8/+73
* Fix compilation error when USE_RINCGC=0Nobuyoshi Nakada2023-02-161-2/+2
* Move `attached_object` into `rb_classext_struct`Jean Boussier2023-02-169-121/+152
* Bump actions/cache from 3.2.4 to 3.2.5dependabot[bot]2023-02-1613-16/+16
* Bump github/codeql-action from 2.2.1 to 2.2.4dependabot[bot]2023-02-162-4/+4
* Bump ruby/setup-ruby from 1.134.0 to 1.138.0dependabot[bot]2023-02-164-4/+4
* check-regexp only works with job name, not workflow nameHiroshi SHIBATA2023-02-161-1/+1
* Auto-merge feature for dependabot PRs (#7300)Hiroshi SHIBATA2023-02-162-1/+27
* Update default gems list at 65b6411e9db31591ae2a4928acaa0b [ci skip]git2023-02-161-0/+1
* [ruby/timeout] bump up 0.3.2Hiroshi SHIBATA2023-02-161-1/+1
* Handle all non-object type objectsHaldun Bayhantopcu2023-02-151-1/+1
* Fix removing ivars from clases and modules.Haldun Bayhantopcu2023-02-152-1/+29
* [ruby/timeout] Simplify testBenoit Daloze2023-02-151-15/+9
* [ruby/timeout] Don't move the timer_thread when it's enclosedRick Blommers2023-02-152-1/+20
* YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller2023-02-155-0/+150
* Refactor / document instance variable debug countersAaron Patterson2023-02-152-26/+33
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP#getBurdette Lamar2023-02-151-30/+23
* [ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506)HASUMI Hitoshi2023-02-151-2/+2
* Encapsulate RCLASS_ATTACHED_OBJECTJean Boussier2023-02-1513-29/+44
* Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1Jean Boussier2023-02-152-3/+3
* `ractor_queue_enq/deq` doesn't need `rq` paramKoichi Sasada2023-02-151-6/+7
* Do not use `objcopy` on macOSNobuyoshi Nakada2023-02-151-10/+1
* [DOC] remove redundant paragraph at set.rb (#6472)TJ2023-02-151-6/+2