summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-03[rubygems/rubygems] Copy template contents instead of file and permsVictor Gama
2022-10-03[rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez
2022-10-03Mark struct METHOD->owner for the GCBenoit Daloze
2022-10-03[ruby/irb] Remove unused errorst0012
2022-10-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-10-03[ruby/irb] Remove patches for Ruby 2.4st0012
2022-10-03[ruby/irb] Remove unnecessary conditionst0012
2022-10-03[ruby/irb] Refactor ripper_lex_without_warningst0012
2022-10-02[DOC] RDoc changes for IO (#6458)Burdette Lamar
2022-10-02CodeQL slowness on syntax_suggest fixed at 2.10.5Nobuyoshi Nakada
2022-10-02[Bug #16909] Honor the tool prefix against pkg-configNobuyoshi Nakada
2022-10-02Also the tests should use the configured pkg-configNobuyoshi Nakada
2022-10-02Fallback PKG_CONFIG to the configured pkg-config alwaysNobuyoshi Nakada
2022-10-01Indent folded bootstraptest dotsNobuyoshi Nakada
2022-10-01Use the dedicated function to check arityNobuyoshi Nakada
2022-10-01Fix an out of bound accessNobuyoshi Nakada
2022-10-01Add macros for assertionsNobuyoshi Nakada
2022-10-01Do not define the method only for RDocNobuyoshi Nakada
2022-09-30Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn
2022-09-30Fix YJIT build after shapes-revertJohn Hawthorn
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30Fix frozen object inspecteileencodes
2022-10-01[rubygems/rubygems] Add notes to make sure we don't forget to backport change...David Rodríguez
2022-10-01[rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez
2022-10-01[rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez
2022-10-01[rubygems/rubygems] Refactor platform matching on LinuxDavid Rodríguez
2022-09-30Only assert ractor_shareable is consistent on ivar_set for T_OBJECTJemma Issroff
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
2022-09-30Split `with_warning_string_from` for the last named parameterNobuyoshi Nakada
2022-09-30[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh
2022-09-30Add `--zone` option to `VCS`Nobuyoshi Nakada
2022-09-30Introduce `VCS::Null` for fallbackNobuyoshi Nakada
2022-09-30Check for the availability of the command when detectingNobuyoshi Nakada
2022-09-30Pull up `VCS.short_revision` from `VCS::SVN`Nobuyoshi Nakada
2022-09-29Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze
2022-09-29Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze
2022-09-29Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze
2022-09-29Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze
2022-09-29Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze
2022-09-29[Bug #19029] Don't start GC during compactionMatt Valentine-House
2022-09-29Update bundled gems list at 866cfb248e269f64951c8521707322 [ci skip]git
2022-09-29Update bundled_gemsShugo Maeda
2022-09-29[rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen
2022-09-29[rubygems/rubygems] Refactor tests to use Net::HTTPResponse instances for fet...Jenny Shen
2022-09-29[rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen
2022-09-29[rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen
2022-09-29Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA