aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Ripper with heredoc.manga_osyo2021-01-172-0/+11
* [ruby/fileutils] Removed code for dead versionsNobuyoshi Nakada2021-01-171-13/+3
* [ruby/fileutils] Drop support for dead old versionsNobuyoshi Nakada2021-01-171-1/+1
* Update the maintainer of net-smtpHiroshi SHIBATA2021-01-171-1/+1
* * 2021-01-17 [ci skip]git2021-01-171-1/+1
* Remove samples for test-unitSutou Kouhei2021-01-175-68/+0
* Move rss samples to ruby/rssSutou Kouhei2021-01-175-388/+0
* [ruby/io-console] Rubygems 3.2 supports `--platform` optionNobuyoshi Nakada2021-01-161-5/+0
* [ruby/io-console] Moved JRuby version files into particular pathNobuyoshi Nakada2021-01-161-0/+6
* [ruby/io-console] Delegate to JRuby versionNobuyoshi Nakada2021-01-161-0/+15
* [ruby/io-console] bump up to 0.5.7Nobuyoshi Nakada2021-01-161-1/+1
* Don't try to clear cache on garbage objectsAaron Patterson2021-01-151-0/+1
* Additions to method_documentation.rdoc (#4065)Burdette Lamar2021-01-151-2/+30
* Add What's Here to Array RDoc (#4062)Burdette Lamar2021-01-151-0/+174
* * 2021-01-16 [ci skip]git2021-01-161-1/+1
* [ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata2021-01-162-10/+29
* [ruby/bigdecimal] Use pre-allocated special values in BigDecimal_DoDivmodKenta Murata2021-01-161-21/+26
* [ruby/bigdecimal] Use new conversion functions in BigDecimal_DoDivmodKenta Murata2021-01-161-5/+12
* [ruby/time] Use Time#strftime to formatNobuyoshi Nakada2021-01-151-26/+2
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-152-6/+22
* Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans2021-01-143-23/+73
* [ruby/time] No document for private methodsNobuyoshi Nakada2021-01-151-0/+2
* Sort filenames [ci skip]Kazuhiro NISHIYAMA2021-01-151-2/+3
* Add timev.rb to .documentKazuhiro NISHIYAMA2021-01-151-0/+1
* extlibs.rb: make patch command selectable [ci skip]Nobuyoshi Nakada2021-01-151-1/+1
* [ruby/bigdecimal] Use new conversion functions in BigDecimal_divideKenta Murata2021-01-151-6/+14
* [ruby/bigdecimal] Reorder the arguments of BigDecimal_divideKenta Murata2021-01-151-2/+2
* * 2021-01-15 [ci skip]git2021-01-151-1/+1
* Fix WB for callinfoAaron Patterson2021-01-141-0/+1
* [DOC] Fixed indent [ci skip]Nobuyoshi Nakada2021-01-141-1/+1
* Return new NODE_LITNobuyoshi Nakada2021-01-141-5/+2
* Ensure symbol list node is either NODE_STR or NODE_DSTRNobuyoshi Nakada2021-01-141-3/+8
* NODE markability should not change by nd_set_typeNobuyoshi Nakada2021-01-142-6/+37
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-1334-81/+86
* [ruby/bigdecimal] Explicitly cast size_t to intKenta Murata2021-01-141-1/+1
* [ruby/bigdecimal] Explicitly cast uint64_t to doubleKenta Murata2021-01-141-1/+1
* [ruby/bigdecimal] Suppress warning at NO_SANITIZE on gccKenta Murata2021-01-141-0/+10
* Guard callinfoAaron Patterson2021-01-132-2/+15
* delete negative cache from the table correctlyKoichi Sasada2021-01-141-9/+19
* only add the trailing nop if the catch table is not break / next / redoAaron Patterson2021-01-131-5/+13
* fix ASAN errorsAaron Patterson2021-01-131-4/+17
* * 2021-01-14 [ci skip]git2021-01-141-1/+1
* mkmf.rb: remove exts.mk at distcleanNobuyoshi Nakada2021-01-141-1/+1
* Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada2021-01-134-26/+5
* Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada2021-01-132-2/+14
* Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada2021-01-132-3/+14
* Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada2021-01-133-87/+70
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-132-2/+11
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-134-41/+10
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-132-15/+35