aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicate declarationsNobuyoshi Nakada2021-07-281-2/+0
* [ruby/zlib] Synchronize access to zstream to prevent segfault in multithreade...Jeremy Evans2021-07-282-1/+93
* [ruby/readline] Improve the gem's descriptionMarcus Stollsteimer2021-07-281-11/+11
* [ruby/resolv-replace] gemspec: Drop executables directiveOlle Jonsson2021-07-281-2/+0
* [ruby/resolv] Bump version to 0.2.1Hiroshi SHIBATA2021-07-281-1/+1
* [ruby/getoptlong] RDoc: escape to avoid links to the word SetOlle Jonsson2021-07-281-5/+5
* [ruby/getoptlong] gemspec: Drop executables directivesOlle Jonsson2021-07-281-2/+0
* Avoid pointless attempts to open .so file if already requiredJeremy Evans2021-07-281-1/+6
* [ruby/digest] Also drop to support Ruby 2.4Hiroshi SHIBATA2021-07-281-1/+1
* [ruby/digest] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2021-07-281-4/+0
* [ruby/digest] Drop to support Ruby 2.3Hiroshi SHIBATA2021-07-281-1/+1
* [ruby/digest] Use pend instead of skipHiroshi SHIBATA2021-07-281-1/+1
* [ruby/digest] gemspec: Avoid distributing extraneous filesOlle Jonsson2021-07-281-1/+1
* [ruby/digest] gemspec: Explicitly have 0 executablesOlle Jonsson2021-07-281-1/+1
* [ruby/digest] Experiment: Use a .pre version in gemspecOlle Jonsson2021-07-281-1/+1
* [ruby/digest] Experiment: bump patch versionOlle Jonsson2021-07-281-1/+1
* Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada2021-07-281-1/+1
* Revert "Fix potential hang when joining threads."Yusuke Endoh2021-07-284-55/+13
* Update Capturing and Anchors sections of regexp documentionJeremy Evans2021-07-271-5/+31
* Make Float#floor with ndigits argument handle errorJeremy Evans2021-07-272-3/+16
* * 2021-07-28 [ci skip]git2021-07-281-1/+1
* Fix infinite loop in ensure after NoMemoryErrorJeremy Evans2021-07-272-1/+26
* [ruby/find] Add Errno::EINVAL to list of ignored errorsJeremy Evans2021-07-271-2/+2
* Remove probably unintented symlinksNobuyoshi Nakada2021-07-273-3/+0
* Deal with Unicode ranges in the file emoji-sequences.txtMartin Dürst2021-07-274-1/+13
* Bump unicode version for Ruby 3.1Hiroshi SHIBATA2021-07-271-2/+2
* Fix test failure for parallel testingHiroshi SHIBATA2021-07-272-6/+4
* Added missing require for URI::WS classHiroshi SHIBATA2021-07-271-0/+1
* Adjust test/ruby/enc/test_emoji_breaks.rb to handle Emoji Version 13.1Martin Dürst2021-07-271-7/+8
* Change Unicode Emoji Version from 13.0 to 13.1Martin Dürst2021-07-271-1/+1
* [ruby/uri] User assert_ractor for test case of RactorHiroshi SHIBATA2021-07-271-2/+4
* [ruby/uri] Add proper Ractor support to URIBenoit Daloze2021-07-2712-18/+60
* [ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"Benoit Daloze2021-07-2712-45/+24
* [ruby/uri] Fix to support Ruby 3.0 Ractorkvokka2021-07-2712-24/+45
* Predefine recursive key IDNobuyoshi Nakada2021-07-272-2/+2
* Extracted repeatedly defined IDsNobuyoshi Nakada2021-07-272-43/+87
* Don't redefine #rb_intern over and over againNobuyoshi Nakada2021-07-271-25/+24
* Use predefined IDsNobuyoshi Nakada2021-07-272-4/+4
* Added intern_ids.rbNobuyoshi Nakada2021-07-272-10/+51
* Fix potential hang when joining threads.Samuel Williams2021-07-274-13/+55
* Run in a separated process to run finalizers certainlyNobuyoshi Nakada2021-07-271-34/+12
* test/ruby/test_parse.rb: Prevent an "unused variable" warningYusuke Endoh2021-07-271-1/+1
* Try GC more during suppressing the warningNobuyoshi Nakada2021-07-271-2/+12
* Make GCed during suppressing the warningNobuyoshi Nakada2021-07-271-8/+14
* * 2021-07-27 [ci skip]git2021-07-271-1/+1
* [rubygems/rubygems] Remove the warning for not defining a gem server sourceDaniel Niknam2021-07-273-14/+5
* [rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam2021-07-272-6/+12
* [rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam2021-07-272-0/+24
* [rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam2021-07-2743-40/+324
* [rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam2021-07-272-0/+19