aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-3017-46/+78
* [ruby/io-nonblock] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-301-0/+5
* [ruby/io-nonblock] Use the correct pattern for the fallback of rb_io_descript...Benoit Daloze2023-05-301-1/+2
* [ruby/racc] Remove ErrorSymbolValue referenceJeremy Evans2023-05-301-4/+0
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-3014-211/+298
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-05-292-5/+5
* [ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-293-6/+13
* [ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor()Benoit Daloze2023-05-291-1/+2
* Refactor guards for Time.new specBenoit Daloze2023-05-291-10/+13
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-292-11/+13
* Update to ruby/spec@c3677cfBenoit Daloze2023-05-2956-132/+1452
* [ruby/openssl] Remove usage of IO internals.Samuel Williams2023-05-292-20/+33
* [ruby/io-console] Remove trailing whitespace.Samuel Williams2023-05-291-1/+1
* [ruby/io-console] Remove usage of IO internals.Samuel Williams2023-05-292-192/+172
* mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga2023-05-295-14/+71
* [ruby/irb] Set maximum document dialog height bytomoya ishida2023-05-281-0/+1
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-282-25/+40
* [ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams2023-05-283-60/+23
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-283-23/+60
* [ruby/io-wait] Remove usage of IO internals.Samuel Williams2023-05-282-2/+10
* [ruby/etc] Remove usage of IO internals.Samuel Williams2023-05-282-4/+12
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-272-1/+20
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-273-16/+32
* Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams2023-05-274-92/+118
* Remove dead code in string.cPeter Zhu2023-05-261-11/+0
* [DOC] No document under win32Nobuyoshi Nakada2023-05-271-3/+0
* [ruby/rdoc] Improve `<summary>` CSS on sidebarMasafumi Koba2023-05-261-7/+10
* [ruby/rdoc] Improve layout CSSMasafumi Koba2023-05-261-5/+16
* Document throw/catch in the control expressions document [ci skip]Jeremy Evans2023-05-261-0/+68
* T_HASH is no longer on transient heapPeter Zhu2023-05-261-2/+1
* [DOC] Link fix (#7862)Burdette Lamar2023-05-261-1/+1
* testing_ruby.md: Update `make test-all` tips [ci skip]Jun Aruga2023-05-261-1/+7
* * expand tabs. [ci skip]git2023-05-261-3/+3
* Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis2023-05-261-1/+1
* Fix busy-loop when waiting for file descriptors to closeKJ Tsanaktsidis2023-05-264-12/+74
* Move rb_thread_cond_struct definition into thread_native.hKJ Tsanaktsidis2023-05-262-5/+5
* Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis2023-05-261-1/+0
* Fix a potential busy-loop in the thread scheduler (esp. on FreeBSD)KJ Tsanaktsidis2023-05-262-2/+20
* Bump github/codeql-action from 2.3.3 to 2.3.5dependabot[bot]2023-05-262-5/+5
* [rubygems/rubygems] Load plugin immediatelySutou Kouhei2023-05-256-8/+78
* Don't immediately promote children of old objectsPeter Zhu2023-05-252-78/+48
* Update default gems list at e5bce57e1d3ab6eb8c218355e9b31f [ci skip]git2023-05-251-0/+1
* [ruby/nkf] Bump up nkf-0.1.3Hiroshi SHIBATA2023-05-251-1/+1
* [ruby/nkf] Added mission extension configurationHiroshi SHIBATA2023-05-251-0/+1
* Fixup 5bfb317a938Hiroshi SHIBATA2023-05-251-0/+0
* [ruby/benchmark] Don't use version.rbHiroshi SHIBATA2023-05-253-10/+9
* Update bundled gems list at 2023-05-25git2023-05-252-2/+2
* Move gemspec files to top of lib directory.Hiroshi SHIBATA2023-05-258-8/+8
* Bump necojackarc/auto-request-review from 0.11.0 to 0.12.0dependabot[bot]2023-05-251-1/+1
* Allow environment variable to control madvise advice. (#7855)Samuel Williams2023-05-251-10/+28