summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-01* 2022-04-01 [ci skip]git
2022-04-01[ruby/ostruct] Avoid using block_given in the presence of aliasesCharles Oliver Nutter
2022-03-31[ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada
2022-03-31[rubygems/rubygems] Update bundler documentation to reflect bundle config sco...James Hill
2022-03-31Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada
2022-03-31test/date/test_date_parse.rb: relax the time limitYusuke Endoh
2022-03-31[ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada
2022-03-31Remove CI configuration files from extracted bundled gemsNobuyoshi Nakada
2022-03-31Remove github and git related files from extracted bundled gemsNobuyoshi Nakada
2022-03-31re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh
2022-03-31[DOC] Fix ghcr linkS-H-GAMELINKS
2022-03-30[Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu
2022-03-30Repair format for What's Here in Dir (#5737)Burdette Lamar
2022-03-30Repaired What's Here sections for Range, String, Symbol, Struct (#5735)Burdette Lamar
2022-03-30Update NEWS for proc autosplat changeJeremy Evans
2022-03-31* 2022-03-31 [ci skip]git
2022-03-30Do not autosplat array in block call just because keywords acceptedJeremy Evans
2022-03-30[ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada
2022-03-30Decouple incremental marking step from page sizesPeter Zhu
2022-03-30Update dependenciesYusuke Endoh
2022-03-30internal/ractor.h: AddedYusuke Endoh
2022-03-30re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh
2022-03-30doc/regexp.rdoc: Add explanation about Regexp timeout configurationYusuke Endoh
2022-03-30re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh
2022-03-30re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh
2022-03-30ractor.c: Add a helper function to ensure the context is a main ractorYusuke Endoh
2022-03-30thread.c: Move double2hrtime and hrtime2double to hrtime.hYusuke Endoh
2022-03-30Prefix ccan headers (#4568)Nobuyoshi Nakada
2022-03-30Fix locations of the second argumentNobuyoshi Nakada
2022-03-30[ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada
2022-03-30[DOC] Use simple references to operator methodsNobuyoshi Nakada
2022-03-29Update NEWS for TracePoint#enable target_thread default changeJeremy Evans
2022-03-29Fix commentJeremy Evans
2022-03-29Fix spec descriptionJeremy Evans
2022-03-29Update comment for TracePoint#enableJeremy Evans
2022-03-29Avoid trace events in implementation of TracePoint#enableJeremy Evans
2022-03-29Make TracePoint#enable with block target current thread by defaultJeremy Evans
2022-03-29Fix multiplex backreferencs near end of string in regexp matchJeremy Evans
2022-03-29Make define_singleton_method always define a public methodJeremy Evans
2022-03-30* 2022-03-30 [ci skip]git
2022-03-29Refactor test_dump_all to make assertions about the contents of the dumped hashJemma Issroff
2022-03-29[DOC] Enhanced RDoc for String (#5730)Burdette Lamar
2022-03-29[ruby/psych] Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada
2022-03-29[DOC] Repair format of What's Here sections in object.c (#5722)Burdette Lamar
2022-03-29Merge psych masterHiroshi SHIBATA
2022-03-28Fix Ractor.receive_if + rb_vm_barrier() deadlockAlan Wu
2022-03-28[DOC] Enhanced RDoc for String (#5726)Burdette Lamar
2022-03-29* 2022-03-29 [ci skip]git
2022-03-28Update to ruby/spec@aaf998fBenoit Daloze
2022-03-28Remove unneeded function declarations in gc.cPeter Zhu