summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-28Update zlib version to 1.2.12Nobuyoshi Nakada
2022-03-28Fix a missing commaNobuyoshi Nakada
2022-03-28Use m4 comments outside macros in m4 filesNobuyoshi Nakada
2022-03-28Extract RUBY_REQUIRE_FUNCSNobuyoshi Nakada
2022-03-28[DOC] Move the entry for [Feature #18571]Nobuyoshi Nakada
2022-03-28Fix a link [ci skip]Kazuhiro NISHIYAMA
2022-03-28Added entry of Psych changes for #18571Hiroshi SHIBATA
2022-03-28* 2022-03-28 [ci skip]git
2022-03-27[DOC] Enhanced RDoc for String (#5724)Burdette Lamar
2022-03-27ext/psych/extconf.rb: Fail when libyaml is unavailableYusuke Endoh
2022-03-27[DOC] Fix references to unary operatorNobuyoshi Nakada
2022-03-27* 2022-03-27 [ci skip]git
2022-03-26Enhanced RDoc for String (#5723)Burdette Lamar
2022-03-26[DOC] Use simple references to operator methodsNobuyoshi Nakada
2022-03-26[ruby/psych] Added condition for macOS homebrewHiroshi SHIBATA
2022-03-25Update NEWS for {Kernel,TracePoint}#binding changeJeremy Evans
2022-03-25[DOC] Fix formatting for What's Here in IO (#5719)Burdette Lamar