aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-016-59/+72
* [Feature #18619] remove FL_FROM_FREELISTMatt Valentine-House2022-04-011-13/+1
* [Feature #18619] Remove redundant compaction pathMatt Valentine-House2022-04-011-204/+2
* [Feature #18619] Reverse the order of compaction movementMatt Valentine-House2022-04-011-60/+233
* Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]git2022-04-011-0/+1
* debug.gem v1.5.0Koichi Sasada2022-04-011-1/+1
* Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]git2022-04-011-0/+1
* [ruby/net-protocol] Bump version to 0.1.3Hiroshi SHIBATA2022-04-011-1/+1
* [ruby/psych] Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* Remove dependency on libcapstoneAlan Wu2022-03-311-9/+0
* [DOC] Enhanced RDoc for String (#5742)Burdette Lamar2022-03-314-69/+101
* Remove hard-coded swept slots thresholdMatt Valentine-House2022-03-311-1/+4
* Update default gems list at 8a38419b73ec2b698dd2d0462055f3 [ci skip]git2022-03-311-1/+1
* [ruby/ostruct] v0.5.5Marc-André Lafortune2022-04-011-1/+1
* * 2022-04-01 [ci skip]git2022-04-011-2/+2
* [ruby/ostruct] Avoid using block_given in the presence of aliasesCharles Oliver Nutter2022-04-011-1/+1
* [ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* [rubygems/rubygems] Update bundler documentation to reflect bundle config sco...James Hill2022-03-312-9/+11
* Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada2022-03-312-1/+2
* test/date/test_date_parse.rb: relax the time limitYusuke Endoh2022-03-311-2/+2
* [ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* Remove CI configuration files from extracted bundled gemsNobuyoshi Nakada2022-03-311-0/+4
* Remove github and git related files from extracted bundled gemsNobuyoshi Nakada2022-03-312-1/+3
* re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh2022-03-312-1/+3
* [DOC] Fix ghcr linkS-H-GAMELINKS2022-03-311-1/+1
* [Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu2022-03-301-1/+1
* Repair format for What's Here in Dir (#5737)Burdette Lamar2022-03-301-43/+43
* Repaired What's Here sections for Range, String, Symbol, Struct (#5735)Burdette Lamar2022-03-303-232/+233
* Update NEWS for proc autosplat changeJeremy Evans2022-03-301-0/+12
* * 2022-03-31 [ci skip]git2022-03-311-1/+1
* Do not autosplat array in block call just because keywords acceptedJeremy Evans2022-03-304-4/+97
* [ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* Decouple incremental marking step from page sizesPeter Zhu2022-03-302-96/+137
* Update dependenciesYusuke Endoh2022-03-301-0/+5
* internal/ractor.h: AddedYusuke Endoh2022-03-303-3/+7
* re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh2022-03-302-4/+5
* doc/regexp.rdoc: Add explanation about Regexp timeout configurationYusuke Endoh2022-03-301-0/+23
* re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh2022-03-302-14/+80
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-306-0/+125
* ractor.c: Add a helper function to ensure the context is a main ractorYusuke Endoh2022-03-302-0/+10
* thread.c: Move double2hrtime and hrtime2double to hrtime.hYusuke Endoh2022-03-302-40/+48
* Prefix ccan headers (#4568)Nobuyoshi Nakada2022-03-3022-566/+568
* Fix locations of the second argumentNobuyoshi Nakada2022-03-302-2/+2
* [ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada2022-03-301-1/+9
* [DOC] Use simple references to operator methodsNobuyoshi Nakada2022-03-302-12/+8
* Update NEWS for TracePoint#enable target_thread default changeJeremy Evans2022-03-291-0/+4
* Fix commentJeremy Evans2022-03-291-1/+1
* Fix spec descriptionJeremy Evans2022-03-291-1/+1
* Update comment for TracePoint#enableJeremy Evans2022-03-291-1/+1
* Avoid trace events in implementation of TracePoint#enableJeremy Evans2022-03-293-3/+16