summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24remove `-DTHREAD_DEBUG` ruleKoichi Sasada
2022-05-24use `RUBY_DEBUG_LOG` instead of `thread_debug`Koichi Sasada
2022-05-24add `rb_th_serial()`Koichi Sasada
2022-05-24remove `NON_SCALAR_THREAD_ID` supportKoichi Sasada
2022-05-24`native_tls_get()`' should not check resultsKoichi Sasada
2022-05-24[ruby/fileutils] [DOC] Enhanced RDoc for ::cp (https://github.com/ruby/fileut...Burdette Lamar
2022-05-23Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff
2022-05-24cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`Koichi Sasada
2022-05-24* 2022-05-24 [ci skip]git
2022-05-24[ruby/fileutils] Enhanced RDoc for ::ln_sf and ::link_entry (https://github.c...Burdette Lamar
2022-05-23Make internal function `rb_main` staticNobuyoshi Nakada
2022-05-23[ruby/fileutils] [DOC] Enhanced RDoc for ::ln_s (https://github.com/ruby/file...Burdette Lamar
2022-05-23[rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh
2022-05-23[ruby/net-http] [DOC] Get rid of a RDoc bugNobuyoshi Nakada
2022-05-23Prevent a warning: `*' interpreted as argument prefixYusuke Endoh
2022-05-23* 2022-05-23 [ci skip]git
2022-05-23Support old Mac OS XNobuyoshi Nakada
2022-05-22Disable usage of TLS unless availableNobuyoshi Nakada
2022-05-22Check if thread-local storage is supported on macOSNobuyoshi Nakada
2022-05-22Revert broken thread_pthread.c in 539459abda3Nobuyoshi Nakada
2022-05-22Ruby31: add support for Darwin ppc/ppc64 (#5927)Sergey Fedorov
2022-05-22* 2022-05-22 [ci skip]git
2022-05-21No fallback to default valuesNobuyoshi Nakada
2022-05-21Update bundled gems list at 2022-05-21git
2022-05-20Make the test class naming consistentTakashi Kokubun
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-05-21[ruby/fileutils] Enhanced RDoc for #cp_lr (https://github.com/ruby/fileutils/...Burdette Lamar
2022-05-21[ruby/optparse] Fix typo in documentationydah
2022-05-20Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs
2022-05-21extend `RUBY_DEBUG_LOG_FILTER` to reject wordsKoichi Sasada
2022-05-20Fix typo in README (#5925)Yudai Takada
2022-05-20[Feature #18595] Alias String#-@ as String#dedupJean Boussier
2022-05-21* 2022-05-21 [ci skip]git
2022-05-21[ruby/net-http] Make the recommended name formalNobuyoshi Nakada
2022-05-20Rewrite with assert_ractor for multiple ractor environmentHiroshi SHIBATA
2022-05-20Disable GMP by -DUSE_GMP=0Nobuyoshi Nakada
2022-05-20Picked the missing test file from https://github.com/ruby/did_you_mean/commit...Hiroshi SHIBATA
2022-05-20Merge JRuby implementation for stringio and io-waitHiroshi SHIBATA
2022-05-20Merge https://github.com/ruby/pathname/pull/8 for pathnameHiroshi SHIBATA
2022-05-20Update default gems list at bcdbfe4b6e09c0076571addd1d0dd3 [ci skip]git
2022-05-20[ruby/reline] Require Ruby >= 2.6ima1zumi
2022-05-20[ruby/racc] Show diffsNobuyoshi Nakada
2022-05-20[ruby/io-nonblock] Remove unnecessary files from the gemNobuyoshi Nakada
2022-05-20[ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags`Nobuyoshi Nakada
2022-05-20[ruby/tempfile] Enhanced RDoc for ::new and ::create (https://github.com/ruby...Burdette Lamar
2022-05-20[ruby/tempfile] Drop unused gemspec directivesOlle Jonsson
2022-05-20[flori/json] Bump version to 2.6.2Florian Frank
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA
2022-05-20[flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter