summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an unused macro [ci skip]Nobuyoshi Nakada2022-10-031-4/+0
* [Bug #19034] No runtime check for `utimensat` if unavailableNobuyoshi Nakada2022-10-031-1/+3
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-033-1/+32
* [rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez2022-10-032-0/+20
* Mark struct METHOD->owner for the GCBenoit Daloze2022-10-031-0/+2
* [ruby/irb] Remove unused errorst00122022-10-032-10/+0
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-033-7/+2
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-032-8/+75
* [ruby/irb] Remove patches for Ruby 2.4st00122022-10-031-16/+15
* [ruby/irb] Remove unnecessary conditionst00122022-10-031-6/+1
* [ruby/irb] Refactor ripper_lex_without_warningst00122022-10-031-6/+4
* [DOC] RDoc changes for IO (#6458)Burdette Lamar2022-10-023-372/+75
* CodeQL slowness on syntax_suggest fixed at 2.10.5Nobuyoshi Nakada2022-10-021-4/+0
* [Bug #16909] Honor the tool prefix against pkg-configNobuyoshi Nakada2022-10-021-5/+8
* Also the tests should use the configured pkg-configNobuyoshi Nakada2022-10-021-2/+2
* Fallback PKG_CONFIG to the configured pkg-config alwaysNobuyoshi Nakada2022-10-021-1/+1
* Indent folded bootstraptest dotsNobuyoshi Nakada2022-10-011-10/+16
* Use the dedicated function to check arityNobuyoshi Nakada2022-10-012-6/+7
* Fix an out of bound accessNobuyoshi Nakada2022-10-011-0/+6
* Add macros for assertionsNobuyoshi Nakada2022-10-011-3/+8
* Do not define the method only for RDocNobuyoshi Nakada2022-10-011-0/+2
* Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn2022-09-301-1/+1
* Fix YJIT build after shapes-revertJohn Hawthorn2022-09-301-1/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-3041-2298/+880
* Fix frozen object inspecteileencodes2022-09-302-2/+10
* [rubygems/rubygems] Add notes to make sure we don't forget to backport change...David Rodríguez2022-10-011-0/+6
* [rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez2022-10-013-4/+12
* [rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez2022-10-013-8/+28
* [rubygems/rubygems] Refactor platform matching on LinuxDavid Rodríguez2022-10-012-2/+22
* Only assert ractor_shareable is consistent on ivar_set for T_OBJECTJemma Issroff2022-09-301-1/+1
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-012-8/+17
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-3016-52/+53
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-306-6/+716
* Split `with_warning_string_from` for the last named parameterNobuyoshi Nakada2022-09-301-1/+3
* [rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh2022-09-301-1/+1
* Add `--zone` option to `VCS`Nobuyoshi Nakada2022-09-301-1/+3
* Introduce `VCS::Null` for fallbackNobuyoshi Nakada2022-09-303-15/+18
* Check for the availability of the command when detectingNobuyoshi Nakada2022-09-301-0/+3
* Pull up `VCS.short_revision` from `VCS::SVN`Nobuyoshi Nakada2022-09-301-4/+4
* Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze2022-09-292-49/+34
* Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze2022-09-291-0/+41
* Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze2022-09-292-61/+114
* Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze2022-09-292-0/+13
* Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze2022-09-293-34/+22
* [Bug #19029] Don't start GC during compactionMatt Valentine-House2022-09-291-5/+9
* Update bundled gems list at 866cfb248e269f64951c8521707322 [ci skip]git2022-09-291-1/+1
* Update bundled_gemsShugo Maeda2022-09-291-1/+1
* [rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen2022-09-294-7/+7
* [rubygems/rubygems] Refactor tests to use Net::HTTPResponse instances for fet...Jenny Shen2022-09-296-83/+87
* [rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen2022-09-295-43/+105