summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* `native_tls_get()`' should not check resultsKoichi Sasada2022-05-242-10/+4
* [ruby/fileutils] [DOC] Enhanced RDoc for ::cp (https://github.com/ruby/fileut...Burdette Lamar2022-05-241-7/+44
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-236-23/+11
* cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`Koichi Sasada2022-05-241-12/+5
* * 2022-05-24 [ci skip]git2022-05-241-1/+1
* [ruby/fileutils] Enhanced RDoc for ::ln_sf and ::link_entry (https://github.c...Burdette Lamar2022-05-241-16/+36
* Make internal function `rb_main` staticNobuyoshi Nakada2022-05-231-5/+7
* [ruby/fileutils] [DOC] Enhanced RDoc for ::ln_s (https://github.com/ruby/file...Burdette Lamar2022-05-231-14/+58
* [rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh2022-05-232-2/+13
* [ruby/net-http] [DOC] Get rid of a RDoc bugNobuyoshi Nakada2022-05-232-249/+255
* Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-05-231-2/+2
* * 2022-05-23 [ci skip]git2022-05-231-1/+1
* Support old Mac OS XNobuyoshi Nakada2022-05-231-0/+8
* Disable usage of TLS unless availableNobuyoshi Nakada2022-05-222-3/+8
* Check if thread-local storage is supported on macOSNobuyoshi Nakada2022-05-221-3/+3
* Revert broken thread_pthread.c in 539459abda3Nobuyoshi Nakada2022-05-221-17/+4
* Ruby31: add support for Darwin ppc/ppc64 (#5927)Sergey Fedorov2022-05-228-7/+291
* * 2022-05-22 [ci skip]git2022-05-221-1/+1
* No fallback to default valuesNobuyoshi Nakada2022-05-211-3/+2
* Update bundled gems list at 2022-05-21git2022-05-212-2/+2
* Make the test class naming consistentTakashi Kokubun2022-05-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-207-23/+23
* [ruby/fileutils] Enhanced RDoc for #cp_lr (https://github.com/ruby/fileutils/...Burdette Lamar2022-05-211-18/+66
* [ruby/optparse] Fix typo in documentationydah2022-05-211-2/+2
* Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs2022-05-203-0/+54
* extend `RUBY_DEBUG_LOG_FILTER` to reject wordsKoichi Sasada2022-05-211-11/+46
* Fix typo in README (#5925)Yudai Takada2022-05-201-1/+1
* [Feature #18595] Alias String#-@ as String#dedupJean Boussier2022-05-204-46/+61
* * 2022-05-21 [ci skip]git2022-05-211-1/+1
* [ruby/net-http] Make the recommended name formalNobuyoshi Nakada2022-05-211-3/+3
* Rewrite with assert_ractor for multiple ractor environmentHiroshi SHIBATA2022-05-201-71/+86
* Disable GMP by -DUSE_GMP=0Nobuyoshi Nakada2022-05-202-17/+29
* Picked the missing test file from https://github.com/ruby/did_you_mean/commit...Hiroshi SHIBATA2022-05-201-0/+102
* Merge JRuby implementation for stringio and io-waitHiroshi SHIBATA2022-05-202-9/+28
* Merge https://github.com/ruby/pathname/pull/8 for pathnameHiroshi SHIBATA2022-05-201-3/+4
* Update default gems list at bcdbfe4b6e09c0076571addd1d0dd3 [ci skip]git2022-05-201-0/+2
* [ruby/reline] Require Ruby >= 2.6ima1zumi2022-05-201-1/+1
* [ruby/racc] Show diffsNobuyoshi Nakada2022-05-201-2/+1
* [ruby/io-nonblock] Remove unnecessary files from the gemNobuyoshi Nakada2022-05-201-8/+8
* [ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags`Nobuyoshi Nakada2022-05-201-9/+14
* [ruby/tempfile] Enhanced RDoc for ::new and ::create (https://github.com/ruby...Burdette Lamar2022-05-201-48/+97
* [ruby/tempfile] Drop unused gemspec directivesOlle Jonsson2022-05-201-2/+0
* [flori/json] Bump version to 2.6.2Florian Frank2022-05-202-2/+2
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-203-0/+17
* [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA2022-05-202-0/+2
* [flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter2022-05-201-1/+1
* setup vm->main_ractor before `Init_native_thread()`Koichi Sasada2022-05-201-5/+6
* `rb_thread_t::serial` for debugKoichi Sasada2022-05-203-24/+30
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-2043-95/+121
* [ruby/did_you_mean] Fix `frozen_string_literal is ignored after any tokens` w...Jean byroot Boussier2022-05-201-1/+2