aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-184-35/+111
* Update bundled gems list at 2022-08-18git2022-08-182-2/+2
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-184-4/+59
* ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh2022-08-181-2/+4
* Suppress detached head warnings [ci skip]Nobuyoshi Nakada2022-08-181-1/+4
* * 2022-08-18 [ci skip]git2022-08-181-1/+1
* Added vm setivar benchmark from yjit-benchJemma Issroff2022-08-171-0/+35
* Fix flaky test for GC thrashingPeter Zhu2022-08-171-0/+4
* Extract common code from `rb_enc_vsprintf` and `rb_str_vcatf`Nobuyoshi Nakada2022-08-171-33/+25
* Update dependenciesNobuyoshi Nakada2022-08-171-5/+0
* yjit.h is not necessary for all sources using mjit.hNobuyoshi Nakada2022-08-172-1/+1
* Move `mjit_exec` to vm.cNobuyoshi Nakada2022-08-172-95/+97
* Make date in installed gemspec files stableNobuyoshi Nakada2022-08-171-0/+1
* Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada2022-08-171-66/+41
* * 2022-08-17 [ci skip]git2022-08-171-1/+1
* The tzdata 2022c removed Amsterdam Mean TimeNobuyoshi Nakada2022-08-171-0/+2
* [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier2022-08-163-17/+142
* Update the excluding message for Psych [ci skip]Nobuyoshi Nakada2022-08-161-1/+4
* Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn2022-08-154-25/+148
* Do not clone method entries when bind_call is usedPenelope Phippen2022-08-151-4/+14
* [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReferencePeter Zhu2022-08-161-1/+0
* * 2022-08-16 [ci skip]git2022-08-161-1/+1
* Simplify around `USE_YJIT` macro (#6240)Nobuyoshi Nakada2022-08-155-31/+21
* Add test for GC thrashing of young object creationPeter Zhu2022-08-151-0/+22
* [ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72)Burdette Lamar2022-08-151-133/+51
* [rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez2022-08-152-1/+42
* * 2022-08-15 [ci skip]git2022-08-151-1/+1
* [ruby/rinda] Handle situations where IPv4 multicast is not availableJeremy Evans2022-08-151-30/+41
* Update dependenciesNobuyoshi Nakada2022-08-141-6/+3
* * 2022-08-14 [ci skip]git2022-08-141-1/+1
* Silent configure does not output cached configurationsNobuyoshi Nakada2022-08-141-2/+3
* [DOC] Add the link to [Feature #18809]Nobuyoshi Nakada2022-08-131-0/+1
* Add a NEWS entry about Integer#ceildiv [ci skip]Kouhei Yanagita2022-08-131-0/+3
* * 2022-08-13 [ci skip]git2022-08-131-1/+1
* [ruby/rdoc] [DOC] Enhances text about escapes (https://github.com/ruby/rdoc/p...Burdette Lamar2022-08-131-31/+87
* Adjust columns in gems/bundled_gems [ci skip]Nobuyoshi Nakada2022-08-121-15/+15
* Preserve each column positions in gems/bundled_gemsNobuyoshi Nakada2022-08-121-1/+3
* Bundle unreleased debugNobuyoshi Nakada2022-08-121-1/+1
* Introduce with_warn_vsprintf macroS-H-GAMELINKS2022-08-121-27/+22
* Short-circuit `Process._fork`Nobuyoshi Nakada2022-08-121-9/+22
* [Bug #18962] Do not read again once reached EOFNobuyoshi Nakada2022-08-122-0/+15
* Improve performance of Integer#ceildivKouhei Yanagita2022-08-122-23/+17
* Remove Numeric#ceildivKouhei Yanagita2022-08-124-42/+0
* Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita2022-08-125-0/+82
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-127-5/+33
* Add missing `rb_enc_iscntrl`Nobuyoshi Nakada2022-08-121-0/+15
* [DOC] Use `true`/`false` for `@retval`s which are `bool`Nobuyoshi Nakada2022-08-121-43/+43
* No bundled gems to be installed from gem nowNobuyoshi Nakada2022-08-121-22/+2
* All extensions in bundled gems are built by build-ext nowNobuyoshi Nakada2022-08-121-5/+2
* [ruby/error_highlight] Add a note about the current limitation of ErrorHighli...Yusuke Endoh2022-08-121-0/+8