summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-19Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh
2020-12-19Feature 17314: alias_method returns symbolRadosław Bułat
2020-12-19Use rb_id_attrset without intermediate stringsNobuyoshi Nakada
2020-12-19Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada
2020-12-19Feature 17314: update docs and NEWS about attr* methods returning array of sy...Radosław Bułat
2020-12-19unfreeze Ractor::MovedObjectKoichi Sasada
2020-12-19add "copy: true" option for Ractor.make_shareableKoichi Sasada
2020-12-19fix refinements/prepend bugKoichi Sasada
2020-12-19fix method cache debug toolKoichi Sasada
2020-12-19Added tests for [Feature #17314]Yusuke Endoh
2020-12-19Revert "Revert "Use rb_id_attrset without intermediate strings""Yusuke Endoh
2020-12-19spec/ruby/core/module/attr_*: Add version guardsYusuke Endoh
2020-12-19attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat
2020-12-19NEWS: Add an entry of StringScanner 3.0.0 [ci skip]Kenta Murata
2020-12-19NEWS: Add an entry of StringIO 3.0.0 [ci skip]Kenta Murata
2020-12-19NEWS: fiddle 1.0.4 [ci skip]Kenta Murata
2020-12-18Use category: :experimental in warnings that are related to experimental feat...Jeremy Evans
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-18Make warning_categories a map of category symbols to category numbersJeremy Evans
2020-12-18Switch rb_category_warn{,ing} to accept an rb_warning_category_tJeremy Evans
2020-12-19[bigdecimal] Fix test for d5ab8e8562Kenta Murata
2020-12-19[bigdecimal] Use rb_undef_alloc_func to undefine allocateKenta Murata
2020-12-19[ruby/reline] Use cached prompt list when just moved the cursoraycabta
2020-12-19[ruby/reline] Yank by em-kill-region correctlyaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta
2020-12-19[ruby/reline] Add Enumerable to KillRing for debuggingaycabta
2020-12-19[ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta
2020-12-19support Ruby 2.x for opensslKoichi Sasada
2020-12-19Update TypeProf to 0.10.0Yusuke Endoh
2020-12-19Fixed not to make non-literal expression shareable [Feature #17273]Nobuyoshi Nakada
2020-12-19* 2020-12-19 [ci skip]git
2020-12-19Remove unused variableRadosław Bułat
2020-12-18[stringio] Version 3.0.0Kenta Murata
2020-12-18[stringio] Add test-unit in the development dependenciesKenta Murata
2020-12-18[stringio] Make stringio Ractor safeKenta Murata
2020-12-18[openssl] Fix dependenciesKenta Murata
2020-12-18openssl is ractor-safeKoichi Sasada
2020-12-18finalizing should be checked before VM lockKoichi Sasada
2020-12-18Removed a moved local variableNobuyoshi Nakada
2020-12-18need to sync gc_finalize_deferredKoichi Sasada
2020-12-18Removed old GC.stat keys deprecated since 2.2Nobuyoshi Nakada
2020-12-18Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada
2020-12-18Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh
2020-12-18Revert "Use rb_id_attrset without intermediate strings"Yusuke Endoh
2020-12-18Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh
2020-12-18Revert "Added tests for [Feature #17314]"Yusuke Endoh
2020-12-18Drop token info also for endless singleton method definitionNobuyoshi Nakada
2020-12-18Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2020-12-17Remove --jit-save-temps from MJITTakashi Kokubun
2020-12-18[strscan] Fix license comment and filesKenta Murata