summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-01rb_thread_scheduler is no longer usedNobuyoshi Nakada
2020-10-01break around function definition [ci skip]Nobuyoshi Nakada
2020-10-01spec/ruby/core/process/spawn_spec.rb: skip a test on AndroidYusuke Endoh
2020-10-01Add links to the tickets [ci skip]Kazuhiro NISHIYAMA
2020-10-01Rework `rb_ec_scheduler_finalize` to ensure exceptions are printed.Samuel Williams
2020-10-01Remove `Thread.scheduler` from public interface.Samuel Williams
2020-10-01Raise an exception if the scheduler was already closed.Samuel Williams
2020-10-01Don't call `Scheduler#close` if it doesn't exist.Samuel Williams
2020-10-01stop Ractor test in test-allKoichi Sasada
2020-09-30[ruby/ostruct] Tweak docMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Remove unused conditionMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Update NEWSMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareableMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Protect subclass' methods and our bang methods.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Avoid calling initializeMarc-Andre Lafortune
2020-09-30Remove trailing whitespace [doc]Marc-Andre Lafortune
2020-10-01* 2020-10-01 [ci skip]git
2020-09-30Enhanced RDoc for String#[] (#3607)Burdette Lamar
2020-09-30Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada
2020-09-30Update to ruby/spec@bfd843aBenoit Daloze
2020-09-30Update to ruby/mspec@e154fa1Benoit Daloze
2020-09-30strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-30Update to ruby/spec@681e8cfBenoit Daloze
2020-09-30Update to ruby/mspec@4120a62Benoit Daloze
2020-09-30Update to ruby/spec@9277d27Benoit Daloze
2020-09-30Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA
2020-09-30Fix `Leaked tempfile`sKazuhiro NISHIYAMA
2020-09-30Suppress warningsKazuhiro NISHIYAMA
2020-09-30Fix order of operations during `rb_ec_finalize`.Samuel Williams
2020-09-29Enhanced RDoc for String#upto (#3603)Burdette Lamar
2020-09-29Reference process PID using the Process#pidMaciej Mensfeld
2020-09-30* 2020-09-30 [ci skip]git
2020-09-30Fix unsigned int overflow in error message for chrPeter Zhu
2020-09-29Add call-seq of [Feature #16274]Kazuhiro NISHIYAMA
2020-09-29[ruby/webrick] Make it more strict to interpret some headersYusuke Endoh
2020-09-29doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada
2020-09-29doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh
2020-09-29Fixed installation failure [Bug #17191]Nobuyoshi Nakada
2020-09-29Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada
2020-09-29test/racc/test_racc_command.rb: prevent a warningYusuke Endoh
2020-09-29fix typo [ci skip]卜部昌平
2020-09-28bit table information when printing an objectAaron Patterson
2020-09-28Unpoison THEAP header before readingAaron Patterson
2020-09-28Enhanced RDoc for String#succ! (#3596)Burdette Lamar
2020-09-28Fix ASAN and don't check SPECIAL_CONST_PAaron Patterson
2020-09-28Fix ASAN errors when updating call cacheAaron Patterson
2020-09-28Pass ASAN options to child environmentsAaron Patterson
2020-09-28Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans
2020-09-28Make Warning.warn accept only category keywordJeremy Evans