summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [DOC] Add a note to clarify binary flags to `IO.new`David Rodríguez2022-05-201-1/+7
* [rubygems/rubygems] Fix locale dependent spec failureDavid Rodríguez2022-05-201-1/+1
* * 2022-05-20 [ci skip]git2022-05-201-1/+1
* YJIT: Add opt_succ (#5919)Takashi Kokubun2022-05-192-0/+15
* Undefine RUBY_DLN_CHECK_ABI on cygwinDaisuke Fujimura (fd0)2022-05-191-1/+1
* [DOC] Re-markup as MarkdownNobuyoshi Nakada2022-05-191-29/+34
* Fold too long lines, etc [ci skip]Nobuyoshi Nakada2022-05-191-5/+14
* Suppress unused-function [ci skip]Nobuyoshi Nakada2022-05-191-0/+2
* Removed subversion section because there is no active branch for svn.Hiroshi SHIBATA2022-05-191-14/+1
* * 2022-05-19 [ci skip]git2022-05-191-1/+1
* [ruby/timeout] Remove redundant done? checkBenoit Daloze2022-05-191-1/+1
* [ruby/timeout] Synchronize all accesses to @doneBenoit Daloze2022-05-191-2/+4
* [ruby/timeout] Handle Timeout + fork and add test for itBenoit Daloze2022-05-192-22/+49
* [ruby/timeout] Reimplement Timeout.timeout with a single thread and a QueueBenoit Daloze2022-05-192-37/+101
* Clean intermediate object filesNobuyoshi Nakada2022-05-181-0/+1
* Verbose mode on libyjit mergeNobuyoshi Nakada2022-05-181-2/+2
* Extract YJIT_LIBS directly without copyingNobuyoshi Nakada2022-05-181-2/+1
* `AR` does not need the absolute pathNobuyoshi Nakada2022-05-181-5/+6
* [DOC] Use `make gdb-ruby` and `make lldb-ruby` in doc/contributing/building_r...Kaíque Kandy Koga2022-05-181-2/+2
* Write skipping instead of skiping [ci skip]Kaíque Kandy Koga2022-05-181-1/+1
* Update default gems list at 6b6d7df39db2447dd675b2558aab69 [ci skip]git2022-05-181-0/+1
* [ruby/psych] Prepare to develop 5.0.0Hiroshi SHIBATA2022-05-181-1/+1
* [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3....MSP-Greg2022-05-181-1/+1
* * 2022-05-18 [ci skip]git2022-05-181-1/+1
* [ruby/irb] Fix documents for .irbrc pathKouhei Yanagita2022-05-181-3/+6
* Move feature deletion from GC mark to `autoload_delete`. (#5912)Samuel Williams2022-05-171-6/+10
* Restore implicit relationship between `autoload_const` and `autoload_data` du...Samuel Williams2022-05-172-62/+136
* Suppress an unused-but-set-variable warning [ci skip]Nobuyoshi Nakada2022-05-171-3/+5
* * 2022-05-17 [ci skip]git2022-05-171-1/+1
* Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791Nobuyoshi Nakada2022-05-171-0/+1
* [ruby/set] Fix a typoKazuhiro NISHIYAMA2022-05-161-1/+1
* Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams2022-05-175-262/+353