aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2021-01-131-1/+1
* Typo fixes [doc]Marc-Andre Lafortune2021-01-121-10/+10
* Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune2021-01-122-1/+43
* Update wording in ractor.md (#4056) [doc]Adam Pogwizd2021-01-121-20/+20
* Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada2021-01-131-1/+1
* Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada2021-01-133-0/+13
* [ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata2021-01-134-25/+40
* Skip test when UDP server is no response.Hiroshi SHIBATA2021-01-131-0/+3
* Update ext/bigdecimal/dependKenta Murata2021-01-131-0/+50
* Update ext/bigdecimal/dependKenta Murata2021-01-131-0/+112
* [ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoaKenta Murata2021-01-137-5/+3602
* [ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata2021-01-132-22/+101
* [ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata2021-01-132-12/+33
* * 2021-01-13 [ci skip]git2021-01-131-1/+1
* [ruby/reline] Version 0.2.1aycabta2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-132-0/+21
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-133-2/+63
* [ruby/irb] Version 1.3.1aycabta2021-01-131-2/+2
* [DOC] Use URI#read instead of URI.open for better compatibilityKazuhiro NISHIYAMA2021-01-121-2/+2
* Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA2021-01-121-0/+4
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-126-23/+83
* [ruby/bigdecimal] Fix length calculation in rb_uint64_convert_to_BigDecimalKenta Murata2021-01-121-2/+1
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-122-4/+5
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-122-1/+12
* tool/sync_default_gems.rb: Prevent infinite loop due to unknown optionsKenta Murata2021-01-121-0/+3
* * 2021-01-12 [ci skip]git2021-01-121-1/+1