aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/mspec@dc2eb26Benoit Daloze2023-02-275-39/+126
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-2795-360/+0
* Update YJIT-bindgenMatt Valentine-House2023-02-271-3/+3
* Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House2023-02-274-394/+364
* Fix spelling (#7389)John Bampton2023-02-279-9/+9
* Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"Takashi Kokubun2023-02-276-101/+27
* YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu2023-02-272-15/+30
* YJIT: Reject __send__ with splat to cfunc for nowAlan Wu2023-02-273-0/+12
* [ruby/irb] Add a comment about Rails' patch onStan Lo2023-02-271-0/+2
* [ruby/irb] Provide more useful message whenStan Lo2023-02-272-8/+70
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-274-41/+31
* [StepSecurity] ci: Harden GitHub ActionsStepSecurity Bot2023-02-272-4/+4
* Ignore test case for Kernel and IO methodsHiroshi SHIBATA2023-02-271-0/+23
* Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA2023-02-2711-14/+14
* Prefer to use File.binwrite instead of IO.binwriteHiroshi SHIBATA2023-02-271-2/+2
* Prefer to use File.binread instead of IO.binreadHiroshi SHIBATA2023-02-271-2/+2
* Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA2023-02-274-4/+4
* Rename job and workflow namesHiroshi SHIBATA2023-02-271-5/+4
* Use matrix strategies each languageHiroshi SHIBATA2023-02-271-1/+8
* Merge codeql-config into codeql-analysisHiroshi SHIBATA2023-02-272-4/+1
* [ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida2023-02-276-12/+36
* Update bundled gems list at 2023-02-27git2023-02-272-4/+4
* Bump github/codeql-action from 2.2.4 to 2.2.5dependabot[bot]2023-02-272-4/+4
* [ruby/tempfile] Fix inconsistency in doc of Tempfile.createSven Schwyn2023-02-271-1/+1
* Add all-ruby-quine as a sample codeYusuke Endoh2023-02-272-0/+56
* Symbol#end_with? accepts Strings onlyAdam Daniels2023-02-271-1/+1
* reuse open(2) from rb_file_load_ok on POSIX-like systemEric Wong2023-02-266-27/+101
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-261-30/+35
* Fix autoconf RUBY_STACK_GROW_DIRECTION on ARM devicesBen Hamilton2023-02-261-1/+1
* Adjust `else` style to be consistent in each files [ci skip]Nobuyoshi Nakada2023-02-266-25/+50
* [ruby/irb] Remove unused Structima1zumi2023-02-251-2/+0
* Prefer RB_NUM2LONG for string length. (#7379)Samuel Williams2023-02-251-1/+1
* [ruby/stringio] Remove (newly unneeded) remarks about aliasesBurdetteLamar2023-02-251-6/+0
* Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams2023-02-252-13/+31
* Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams2023-02-252-0/+44
* YJIT: Generate Block::entry_exit with block entry PCAlan Wu2023-02-242-2/+43
* [ci skip] Add note in gc.c about ambiguous casePeter Zhu2023-02-241-5/+18
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-248-10/+68
* Fix RubyVM::CExpr#inspectPeter Zhu2023-02-241-1/+5
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-242-34/+55
* YJIT: Use enum for expressing type diff (#7370)Takashi Kokubun2023-02-242-65/+59
* YJIT: Compress TempMapping (#7368)Takashi Kokubun2023-02-242-2/+47
* [ruby/irb] Cleanup completion testsStan Lo2023-02-241-18/+0
* [ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA2023-02-243-2/+6
* [ruby/set] Set#merge takes many enumerable objects like Hash#merge! doesAkinori MUSHA2023-02-242-8/+19
* Add information about runirb in make helpKaĆ­que Kandy Koga2023-02-241-0/+1
* Fix a warning on typedefTakashi Kokubun2023-02-231-2/+2
* YJIT: Trivial fixes in codegen.rsTakashi Kokubun2023-02-232-2/+2
* YJIT: Skip type checks on splat args and expandarray if possible (#7363)Takashi Kokubun2023-02-231-48/+46
* YJIT: Add `make yjit-smoke-test` [ci skip]Alan Wu2023-02-231-0/+9