aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-191-0/+73
* Feature 17314: update docs and NEWS about attr* methods returning array of sy...Radosław Bułat2020-12-192-12/+17
* unfreeze Ractor::MovedObjectKoichi Sasada2020-12-191-2/+0
* add "copy: true" option for Ractor.make_shareableKoichi Sasada2020-12-193-4/+49
* fix refinements/prepend bugKoichi Sasada2020-12-192-1/+30
* fix method cache debug toolKoichi Sasada2020-12-192-4/+3
* Added tests for [Feature #17314]Yusuke Endoh2020-12-191-0/+9
* Revert "Revert "Use rb_id_attrset without intermediate strings""Yusuke Endoh2020-12-191-4/+3
* spec/ruby/core/module/attr_*: Add version guardsYusuke Endoh2020-12-194-14/+56
* attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat2020-12-195-9/+56
* NEWS: Add an entry of StringScanner 3.0.0 [ci skip]Kenta Murata2020-12-191-0/+6
* NEWS: Add an entry of StringIO 3.0.0 [ci skip]Kenta Murata2020-12-191-0/+6
* NEWS: fiddle 1.0.4 [ci skip]Kenta Murata2020-12-191-1/+1
* Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans2020-12-184-6/+24
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-1814-39/+56
* Make warning_categories a map of category symbols to category numbersJeremy Evans2020-12-181-15/+12
* Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans2020-12-183-13/+21
* [bigdecimal] Fix test for d5ab8e8562Kenta Murata2020-12-191-1/+1
* [bigdecimal] Use rb_undef_alloc_func to undefine allocateKenta Murata2020-12-191-1/+1
* [ruby/reline] Use cached prompt list when just moved the cursoraycabta2020-12-191-1/+9
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-192-1/+21
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-193-1/+21
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-192-0/+24
* [ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta2020-12-191-41/+46
* support Ruby 2.x for opensslKoichi Sasada2020-12-192-2/+35
* Update TypeProf to 0.10.0Yusuke Endoh2020-12-191-1/+1
* Fixed not to make non-literal expression shareable [Feature #17273]Nobuyoshi Nakada2020-12-192-8/+11
* * 2020-12-19 [ci skip]git2020-12-191-1/+1
* Remove unused variableRadosław Bułat2020-12-191-2/+1
* [stringio] Version 3.0.0Kenta Murata2020-12-181-1/+1
* [stringio] Add test-unit in the development dependenciesKenta Murata2020-12-181-0/+1
* [stringio] Make stringio Ractor safeKenta Murata2020-12-182-0/+28
* [openssl] Fix dependenciesKenta Murata2020-12-181-448/+449
* openssl is ractor-safeKoichi Sasada2020-12-183-10/+37
* finalizing should be checked before VM lockKoichi Sasada2020-12-181-2/+3
* Removed a moved local variableNobuyoshi Nakada2020-12-181-2/+0
* need to sync gc_finalize_deferredKoichi Sasada2020-12-181-3/+9
* Removed old GC.stat keys deprecated since 2.2Nobuyoshi Nakada2020-12-181-133/+0
* Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada2020-12-182-13/+0
* Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh2020-12-1813-255/+42
* Revert "Use rb_id_attrset without intermediate strings"Yusuke Endoh2020-12-181-3/+4
* Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh2020-12-182-75/+1
* Revert "Added tests for [Feature #17314]"Yusuke Endoh2020-12-181-28/+1
* Drop token info also for endless singleton method definitionNobuyoshi Nakada2020-12-182-8/+8
* Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA2020-12-181-2/+2
* Remove --jit-save-temps from MJITTakashi Kokubun2020-12-171-1/+1
* [strscan] Fix license comment and filesKenta Murata2020-12-181-2/+2
* [strscan] Version 3.0.0Kenta Murata2020-12-182-2/+13
* [strscan] Make strscan Ractor safe (#17)Kenta Murata2020-12-183-0/+33
* acquire VM lock on gc_verify_internal_consistency()Koichi Sasada2020-12-181-7/+10