summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31Rewrite Array.new documentationJeremy Evans
2024-07-31[rubygems/rubygems] Remove some `file_uri_for` callsDavid Rodríguez
2024-07-31Fix leak of AST when Ripper#compile_error jumpsPeter Zhu
2024-07-31YJIT: Decouple Context from encoding details (#11283)Takashi Kokubun
2024-07-31[ruby/rdoc] Drop unnecessary `file_name` parameter from `Parser.for`Stan Lo
2024-07-31[ruby/io-console] Remove no longer used variableNobuyoshi Nakada
2024-07-31Update bundled gems list as of 2024-07-30git
2024-07-31Remove files to build libffi in mswinNobuyoshi Nakada
2024-07-31Reset the counter for two consecutive runsSatoshi Tagomori
2024-07-31[Feature #20563] Drop support for Windows older than 8/Sever 2012Nobuyoshi Nakada
2024-07-31[Feature #20563] Drop support for Windows older than Vista/2008Nobuyoshi Nakada
2024-07-30[DOC] Tweaks to Array.try_convert (#11260)Burdette Lamar
2024-07-30[DOC] Tweaks for Array.new (#11259)Burdette Lamar
2024-07-30[DOC] Tweaks for Array#&BurdetteLamar
2024-07-30[rubygems/rubygems] Print a better debug message when lockfile does not inclu...David Rodríguez
2024-07-30[rubygems/rubygems] The `simulate_platform` helper can take a stringDavid Rodríguez
2024-07-30[rubygems/rubygems] Simplify logic to add current platform a bitDavid Rodríguez
2024-07-30[rubygems/rubygems] Fix `gem list` regression when a regular gem shadows a de...David Rodríguez
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
2024-07-30[rubygems/rubygems] Allow smoother breaking changes in test envDavid Rodríguez
2024-07-30Move incorrectly placed testsPeter Zhu
2024-07-30Fix ceil when ndigits is largePeter Zhu
2024-07-30Fix floor when ndigits is largePeter Zhu
2024-07-30Fix wrong unreachable chunk remove when jump destination label is unremovabletomoya ishida
2024-07-30Delete the rjit definition already deleted in CSatoshi Tagomori
2024-07-30Use tmpdir for various environments (including Windows)Satoshi Tagomori
2024-07-30Fix test code and extension to avoid using gvars and Kernel methodsSatoshi Tagomori
2024-07-30Revert 28a1c4f33e3349a98c04b8e068d9c674eb936064Yusuke Endoh
2024-07-30[BUG #20655] Add tests to use rb_ensure and call cont.callSatoshi Tagomori
2024-07-30Improve Socket.tcp (#11187)Misaki Shioi
2024-07-30Add array test cases for `TestParse#test_define_singleton_error`yui-knk
2024-07-30Bump ossf/scorecard-action from 2.3.3 to 2.4.0dependabot[bot]
2024-07-30Wait for server threads to finishNobuyoshi Nakada
2024-07-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-29Revert moving things to RubyAaron Patterson
2024-07-29Expand opt_newarray_send to support Array#pack with buffer keyword argRandy Stauner
2024-07-29[ruby/reline] Fix memory leak in setuptermPeter Zhu
2024-07-29[ruby/rdoc] [DOC] Mods about markup formatsBurdette Lamar
2024-07-29Add remark about call-seqBurdetteLamar
2024-07-29[DOC] rb_ary_s_create (#11256)Burdette Lamar
2024-07-29Bump github/codeql-action from 3.25.14 to 3.25.15dependabot[bot]
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