summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-27Update YJIT-bindgenMatt Valentine-House
2023-02-27Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House
2023-02-27Fix spelling (#7389)John Bampton
2023-02-27Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"Takashi Kokubun
2023-02-27YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu
2023-02-27YJIT: Reject __send__ with splat to cfunc for nowAlan Wu
2023-02-27[ruby/irb] Add a comment about Rails' patch onStan Lo
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-27[ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida
2023-02-27[StepSecurity] ci: Harden GitHub ActionsStepSecurity Bot
2023-02-27Ignore test case for Kernel and IO methodsHiroshi SHIBATA
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-27Prefer to use File.binwrite instead of IO.binwriteHiroshi SHIBATA
2023-02-27Prefer to use File.binread instead of IO.binreadHiroshi SHIBATA
2023-02-27Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA
2023-02-27Rename job and workflow namesHiroshi SHIBATA
2023-02-27Use matrix strategies each languageHiroshi SHIBATA
2023-02-27Merge codeql-config into codeql-analysisHiroshi SHIBATA
2023-02-27[ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida
2023-02-27Update bundled gems list at 2023-02-27git
2023-02-27Bump github/codeql-action from 2.2.4 to 2.2.5dependabot[bot]
2023-02-27[ruby/tempfile] Fix inconsistency in doc of Tempfile.createSven Schwyn
2023-02-27Add all-ruby-quine as a sample codeYusuke Endoh
2023-02-27Symbol#end_with? accepts Strings onlyAdam Daniels
2023-02-26reuse open(2) from rb_file_load_ok on POSIX-like systemEric Wong
2023-02-26[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-26Fix autoconf RUBY_STACK_GROW_DIRECTION on ARM devicesBen Hamilton
2023-02-26Adjust `else` style to be consistent in each files [ci skip]Nobuyoshi Nakada
2023-02-25[ruby/irb] Remove unused Structima1zumi
2023-02-25Prefer RB_NUM2LONG for string length. (#7379)Samuel Williams
2023-02-25[ruby/stringio] Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-25Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams
2023-02-25Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams
2023-02-24YJIT: Generate Block::entry_exit with block entry PCAlan Wu
2023-02-24[ci skip] Add note in gc.c about ambiguous casePeter Zhu
2023-02-24Fix incorrect line numbers in GC hookPeter Zhu
2023-02-24Fix RubyVM::CExpr#inspectPeter Zhu
2023-02-24[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-24YJIT: Use enum for expressing type diff (#7370)Takashi Kokubun
2023-02-24YJIT: Compress TempMapping (#7368)Takashi Kokubun
2023-02-24[ruby/irb] Cleanup completion testsStan Lo
2023-02-24[ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA
2023-02-24[ruby/set] Set#merge takes many enumerable objects like Hash#merge! doesAkinori MUSHA
2023-02-24Add information about runirb in make helpKaĆ­que Kandy Koga
2023-02-23Fix a warning on typedefTakashi Kokubun
2023-02-23YJIT: Trivial fixes in codegen.rsTakashi Kokubun
2023-02-23YJIT: Skip type checks on splat args and expandarray if possible (#7363)Takashi Kokubun
2023-02-23YJIT: Add `make yjit-smoke-test` [ci skip]Alan Wu
2023-02-23[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar