summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-29Bump ruby/setup-ruby from 1.188.0 to 1.190.0dependabot[bot]
2024-07-29Specify `LAST_NODE` for `NODE_DEFINED`yui-knk
2024-07-26Error when --with-shared-gc doesn't specify a directoryPeter Zhu
2024-07-26[ruby/prism] Add explicit check for PRISM_HAS_NO_FILESYSTEMYuta Saito
2024-07-26[ruby/prism] Fallback to pm_string_file_init on platforms without memory-mapp...Yuta Saito
2024-07-26* expand tabs. [ci skip]git
2024-07-26Improve allocation throughput by outlining cache miss code pathAlan Wu
2024-07-26Fix a -Wmaybe-uninitializedAlan Wu
2024-07-26Put the default GC implementation back into gc.oAlan Wu
2024-07-26Delete unused rb_gc_impl_get_finalizers() not in gc_impl.hAlan Wu
2024-07-26Doc for some #ceil and #floorBurdetteLamar
2024-07-26Doc for some #ceil and #floorBurdetteLamar
2024-07-26Fix memory leak in String#start_with? when regexp times outPeter Zhu
2024-07-26[rubygems/rubygems] Remove inconsistent whitespace from CLI flagsDavid Rodríguez
2024-07-26[rubygems/rubygems] Make all tests still pass when switching from truffleruby...David Rodríguez
2024-07-26[rubygems/rubygems] Make test env resilient to ruby version changesDavid Rodríguez
2024-07-26[rubygems/rubygems] Fix bundle check exit code when git gem is missingJerome Dalbert
2024-07-26Bump github/codeql-action from 3.25.13 to 3.25.14dependabot[bot]
2024-07-26Fix wrong conversion in disasm dumpNobuyoshi Nakada
2024-07-26[ruby/net-http] Removed needless NullWriter classHiroshi SHIBATA
2024-07-26Remove `struct RNode_VALUES`yui-knk
2024-07-26Change RESBODY Node structureyui-knk
2024-07-25[rubygems/rubygems] bundle-gem learns to find Gemfile template correctlyJason Karns
2024-07-25Fix test_kwarg_eval_memory_leakPeter Zhu
2024-07-25[ruby/prism] Sync from ruby/rubyKevin Newton
2024-07-25Add branch prediction annotations for object allocationAlan Wu
2024-07-25Fix memory leak in Regexp capture group when timeoutPeter Zhu
2024-07-25[ruby/prism] Do not serialize common flags when PRISM_SERIALIZE_ONLY_SEMANTIC...Benoit Daloze
2024-07-25[ruby/prism] Do not serialize node_id when PRISM_SERIALIZE_ONLY_SEMANTICS_FIE...Benoit Daloze
2024-07-25Extend RUBY_TEST_TIMEOUT_SCALE on macos-14 and --repeat-count=2Yusuke Endoh
2024-07-25Omit TestFile#test_stat when the machine is stupidly slowYusuke Endoh
2024-07-25Dump forwarding field of `struct rb_args_info` and `struct RNode_BLOCK_PASS`yui-knk
2024-07-24[rubygems/rubygems] Remove `to_yaml_properties`David Rodríguez
2024-07-24[ruby/openssl] Set time directly on the x509 storeSamuel Giddins
2024-07-24[ruby/openssl] asn1: make ossl_asn1_get_asn1type() privateKazuki Yamaguchi
2024-07-24[ruby/openssl] x509attr: avoid using OpenSSL::ASN1 internals in #value=Kazuki Yamaguchi
2024-07-24[ruby/prism] Inherit ractor state for child scopesKevin Newton
2024-07-24Make Integer#round spec work regardless of pointer sizeAlan Wu
2024-07-24Get fixnum_{min,max} from RbConfig::LIMITS when availableAlan Wu
2024-07-24Stop depending on Integer#size to return `sizeof(long)`Alan Wu
2024-07-24Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#sizeAlan Wu
2024-07-24[PRISM] Add anon_* flags for iseqs with anonymous * and **Kevin Newton
2024-07-24Don't check live slot count when multi-RactorPeter Zhu
2024-07-24[Bug #20649] Allow `nil` as 2nd argument of `assign_error`Nobuyoshi Nakada
2024-07-24Move RUBY_FREE_AT_EXIT check earlierPeter Zhu
2024-07-24Bump ruby/setup-ruby from 1.187.0 to 1.188.0dependabot[bot]
2024-07-24[Bug #20647] Disallow `return` directly within a singleton classNobuyoshi Nakada
2024-07-24Fix test failure of e7610582ad8fd05655221b183257ed358c903ac8Nobuyoshi Nakada
2024-07-23[PRISM] Fix block param instructions when it has a receviereileencodes
2024-07-23[Prism] Use `putnil` for nil kwargs, not `putobject {}`eileencodes