aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer RBOOLNobuyoshi Nakada2022-01-012-2/+2
* Negative RBOOL usageNobuyoshi Nakada2022-01-019-14/+14
* Make the internal predict `int_zero_p` return a boolNobuyoshi Nakada2022-01-011-6/+6
* Fix incorrect minimum read length. (#5353)Samuel Williams2022-01-011-6/+2
* YJIT: Fix SP index with optarg and unordered kwargJohn Hawthorn2021-12-312-2/+21
* * 2022-01-01 [ci skip]git2022-01-011-3/+3
* NEWS: Removed methodsNobuyoshi Nakada2021-12-311-0/+7
* NEWS: Removed C APIsNobuyoshi Nakada2021-12-311-0/+7
* re-enabled YJIT on x64-mswin64NAKAMURA Usaku2021-12-311-1/+1
* Use rb_cObject instead of rb_cDataNobuyoshi Nakada2021-12-311-1/+1
* Enhanced RDoc for IO (#5367)Burdette Lamar2021-12-301-75/+154
* * 2021-12-31 [ci skip]git2021-12-311-1/+1
* Add support for anonymous rest and keyword rest argument forwardingJeremy Evans2021-12-3010-21/+146
* YJIT: Avoid pointer size assumption with intptr_tAlan Wu2021-12-301-2/+1
* win32/win32.c Fix PROT_EXEC bit flag check for FlushInstrucitonCache()nagachika2021-12-301-1/+1
* [ruby/win32ole] Undefine allocator of WIN32OLE_VARIABLE to get rid of warningNobuyoshi Nakada2021-12-302-0/+5
* [ruby/reline] windows fix scrollYO42021-12-301-1/+1
* [ruby/reline] Omit a test on Ruby 2.6aycabta2021-12-301-0/+1
* [ruby/reline] Use ripper_lex_without_warningaycabta2021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-302-1/+23
* Flush deprecation declarations for versions older than 3.0Nobuyoshi Nakada2021-12-301-50/+1
* Remove declarations of deprecated functionsNobuyoshi Nakada2021-12-301-12/+0
* [rubygems/rubygems] Better way to join path componentsDavid Rodríguez2021-12-301-1/+1
* * 2021-12-30 [ci skip]git2021-12-301-1/+1
* [Bug #18451] [ci skip] Update documentation for GC.statPeter Zhu2021-12-291-0/+9
* On 64bit macOS, enlarge heap pages to reduce mmap calls [Bug #18447]Nobuyoshi Nakada2021-12-291-0/+7
* [ruby/reline] Use omit instead of skipHiroshi SHIBATA2021-12-292-5/+5
* Use omit instead of skip: test/ruby/enc/**/*.rbHiroshi SHIBATA2021-12-294-4/+4
* Update bundled gems list at 2021-12-29git2021-12-292-1/+2
* YJIT: Use proper size prefix and conversion where IL32LLP64Nobuyoshi Nakada2021-12-292-2/+3
* [DOC] Integer#coerce deals with also FloatNobuyoshi Nakada2021-12-291-5/+6
* Fix the warning in rb_big2dbl, Bignum is no longer definedNobuyoshi Nakada2021-12-291-1/+1
* `ioctl_narg_len` is used only when ioctl(2) is availableNobuyoshi Nakada2021-12-291-0/+2
* Update default gems list at d75f7078c831d45ab5ba2fae4fbb30 [ci skip]git2021-12-291-0/+1
* [ruby/io-console] bump up to 0.5.11Nobuyoshi Nakada2021-12-291-1/+1
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* Sync io-console gem.Samuel Williams2021-12-292-2/+14
* YJIT: Fix warning in iface.cJohn Hawthorn2021-12-291-0/+1
* * 2021-12-29 [ci skip]git2021-12-291-1/+1
* `USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`Koichi Sasada2021-12-295-25/+8
* Use omit instead of skip: test/-ext-/**/*.rbHiroshi SHIBATA2021-12-284-6/+6
* Use omit instead of skip: test/socket/**/*.rbHiroshi SHIBATA2021-12-286-11/+11
* The `include`d set should be expanded values [ci skip]Nobuyoshi Nakada2021-12-281-3/+3
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2021-12-283-29/+6
* s/an Bignum/a Bignum/ [ci skip]Nobuyoshi Nakada2021-12-283-5/+5
* Remove obsolete Fixnum and BignumNobuyoshi Nakada2021-12-284-25/+19
* Fix RBS test failures of taint/trust (#5364)Masataka Pocke Kuwabara2021-12-283-3/+3
* Fix weird MinGW failure notificationsTakashi Kokubun2021-12-271-1/+1
* Skip testing --enable-all in MinGW for nowTakashi Kokubun2021-12-271-1/+3
* Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun2021-12-273-3/+9