summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test with unreleased RBS (#7411)Soutaro Matsumoto2023-03-011-1/+1
* YJIT: Use a boxed slice for outgoing branches and cme dependencies (#7409)Takashi Kokubun2023-03-013-30/+50
* Enable DEBUG_LOG feature on USE_RUBY_DEBUG_LOGKoichi Sasada2023-03-011-1/+2
* Implement Write Barrier for `autoload_table_type`Jean Boussier2023-03-011-12/+16
* Update bundled gems list at 2023-03-01git2023-03-012-4/+4
* [DOC] Clarify IO#autoclose impact on #closeLars Kanis2023-03-011-6/+6
* [rubygems/rubygems] Auto-heal on corrupted lockfile with missing depsDaniel Colson2023-03-013-20/+26
* Fix spelling (#7405)John Bampton2023-02-285-5/+5
* YJIT: Compress BranchGenFn and BranchShape (#7401)Takashi Kokubun2023-02-282-157/+127
* YJIT: Use a boxed slice for gc_obj_offsets (#7397)Takashi Kokubun2023-02-283-11/+24
* Update Rust bindgenMatt Valentine-House2023-02-281-2/+2
* Update the depend filesMatt Valentine-House2023-02-2896-785/+0
* Merge internal/rgengc.h and internal/gc.hMatt Valentine-House2023-02-283-3/+424
* YJIT: add defer_empty_count statMaxime Chevalier-Boisvert2023-02-283-0/+7
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-282-7/+80
* [rubygems/rubygems] Fix method redefinition warning in gem exec specsSamuel Giddins2023-02-281-0/+2
* Implement Write Barrier for `autoload_data`Jean Boussier2023-02-281-6/+7
* Update bundled gems list at 2023-02-28git2023-02-282-2/+2
* Update lib/net/http/status.rbHiroshi SHIBATA2023-02-281-4/+5
* Also ignore dismissed CodeQL alerts at tests and URI libraryHiroshi SHIBATA2023-02-281-0/+4
* Bump ruby/setup-ruby from 1.138.0 to 1.139.0dependabot[bot]2023-02-284-4/+4
* [ruby/stringio] Implement write barrier on StringIOJean Boussier2023-02-281-4/+5
* Ignore rb/overly-large-range on URIHiroshi SHIBATA2023-02-281-0/+2
* Enable only master branch for CodeQL push triggerHiroshi SHIBATA2023-02-281-0/+1
* Run CodeQL each PRs againHiroshi SHIBATA2023-02-281-14/+14
* Do not upload sarif file as artifactHiroshi SHIBATA2023-02-281-6/+6
* Do not OSS scorecards check each pushHiroshi SHIBATA2023-02-281-2/+2
* A file was missing in test/excludes for TestArraySubclasslukeg2023-02-281-0/+1
* Remove "unused parameter" warnings on include of ruby.hSébastien Helleu2023-02-282-0/+13
* fix test/rubygems/test_gem_package_task.rb when in -j modelukeg2023-02-287-22/+16
* Skip a spec failing on masterTakashi Kokubun2023-02-271-5/+7
* Update to ruby/spec@e7dc804Benoit Daloze2023-02-27230-187/+1887
* 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