summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-19`JSON::Coder` callback now recieve a second argument to mark object keyssync-gemsJean Boussier
2025-09-19[ruby/json] Avoid scientific notation before exponent 15Jean Boussier
2025-09-19[ruby/json] Release 2.14.1Jean Boussier
2025-09-19[ruby/json] fix issue reading off the end of the ByteBuffer if ptr > 0Scott Myron
2025-09-19[ruby/json] Release 2.14.0Jean Boussier
2025-09-19[ruby/json] Only enable test coverage when running the test suite standaloneJean Boussier
2025-09-19[ruby/json] Add branch test coverage when available. Force track all files to...Robin Miller
2025-09-19[ruby/json] parser: Reject invalid surogate pairs more consistently.Jean Boussier
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Pull `Gem.win_platform?` out of a hot pathAaron Patterson
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-19[rubygems/rubygems] Move error handling to right behind the optionDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-18ZJIT: Put exit reasons later in stats_string (#14599)Takashi Kokubun
2025-09-18ZJIT: Count writes to the VM frame (#14597)Max Bernstein
2025-09-18[ruby/erb] [DOC] Doc for ERB#set_eoutvarBurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct error in #make_compiler exampleBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for ERB#make_compilerBurdetteLamar
2025-09-18[ruby/erb] [DOC] Remove example from ERB.version (will get out-of-date)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Tweak for ERB.new (argument eoutvar)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct link in doc for attribute #encodingBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant VERSIONBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant NOT_GIVENBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for attribute srcBurdetteLamar
2025-09-18ZJIT: Compile sendforward with dynamic dispatch (#14501)Takashi Kokubun
2025-09-18Prevent GC from running during `newobj_of` for internal_event_newobj.Luke Gruber
2025-09-18ZJIT: Support variadic C calls (#14575)Stan Lo
2025-09-18[ruby/prism] Fix example marker for case statement predicateRandy Stauner
2025-09-18Pass -w to lsofJohn Hawthorn
2025-09-18ZJIT: Annotate BasicObject#initialize (#14590)Max Bernstein
2025-09-18Use union in cross_ractor_requirePeter Zhu
2025-09-18Remove test causing warningÉtienne Barrié
2025-09-18Bump rexmldependabot[bot]
2025-09-18[ruby/erb] [DOC] `ERB::Version`Nobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the location of `url_encode` docNobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the description of #new_toplevelNobuyoshi Nakada
2025-09-18Use `ec->interrupt_mask` to prevent interrupts. (#14588)Samuel Williams
2025-09-17Avoid racing ruby_encoding_index with base indexJohn Hawthorn
2025-09-17Avoid duplicate autoloading of encodingsJohn Hawthorn
2025-09-17ZJIT: Call instance allocation function directlyMax Bernstein
2025-09-17ZJIT: Rename optimize_direct_sends to type_specializeMax Bernstein
2025-09-17ZJIT: Prevent custom allocator in ObjectAllocClassMax Bernstein
2025-09-17ZJIT: Const-fold IsMethodCfuncMax Bernstein
2025-09-17ZJIT: Specialize ObjectAlloc with known class pointerMax Bernstein
2025-09-17[ruby/erb] [DOC] Doc for #new_toplevelBurdetteLamar
2025-09-17[ruby/erb] [DOC] More on encodingsBurdetteLamar
2025-09-17[ruby/erb] [DOC] Doc for ERB#runBurdetteLamar