summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15Additions to method_documentation.rdoc (#4065)Burdette Lamar
2021-01-15Add What's Here to Array RDoc (#4062)Burdette Lamar
2021-01-16* 2021-01-16 [ci skip]git
2021-01-16[ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata
2021-01-16[ruby/bigdecimal] Use pre-allocated special values in BigDecimal_DoDivmodKenta Murata
2021-01-16[ruby/bigdecimal] Use new conversion functions in BigDecimal_DoDivmodKenta Murata
2021-01-15[ruby/time] Use Time#strftime to formatNobuyoshi Nakada
2021-01-15Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada
2021-01-14Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans
2021-01-15[ruby/time] No document for private methodsNobuyoshi Nakada
2021-01-15Sort filenames [ci skip]Kazuhiro NISHIYAMA
2021-01-15Add timev.rb to .documentKazuhiro NISHIYAMA
2021-01-15extlibs.rb: make patch command selectable [ci skip]Nobuyoshi Nakada
2021-01-15[ruby/bigdecimal] Use new conversion functions in BigDecimal_divideKenta Murata
2021-01-15[ruby/bigdecimal] Reorder the arguments of BigDecimal_divideKenta Murata
2021-01-15* 2021-01-15 [ci skip]git
2021-01-14Fix WB for callinfoAaron Patterson
2021-01-14[DOC] Fixed indent [ci skip]Nobuyoshi Nakada
2021-01-14Return new NODE_LITNobuyoshi Nakada
2021-01-14Ensure symbol list node is either NODE_STR or NODE_DSTRNobuyoshi Nakada
2021-01-14NODE markability should not change by nd_set_typeNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-14[ruby/bigdecimal] Explicitly cast size_t to intKenta Murata
2021-01-14[ruby/bigdecimal] Explicitly cast uint64_t to doubleKenta Murata
2021-01-14[ruby/bigdecimal] Suppress warning at NO_SANITIZE on gccKenta Murata
2021-01-13Guard callinfoAaron Patterson
2021-01-14delete negative cache from the table correctlyKoichi Sasada
2021-01-13only add the trailing nop if the catch table is not break / next / redoAaron Patterson
2021-01-13fix ASAN errorsAaron Patterson
2021-01-14* 2021-01-14 [ci skip]git
2021-01-14mkmf.rb: remove exts.mk at distcleanNobuyoshi Nakada
2021-01-13Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada
2021-01-13Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada
2021-01-13Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada
2021-01-13Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada
2021-01-13Make warning values consistent [Bug #17523]Nobuyoshi Nakada
2021-01-13Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada
2021-01-13Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada
2021-01-13[ruby/ostruct] Bump versionMarc-Andre Lafortune
2021-01-12Typo fixes [doc]Marc-Andre Lafortune
2021-01-12Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune
2021-01-12Update wording in ractor.md (#4056) [doc]Adam Pogwizd
2021-01-13Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada
2021-01-13Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada
2021-01-13[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata
2021-01-13Skip test when UDP server is no response.Hiroshi SHIBATA
2021-01-13Update ext/bigdecimal/dependKenta Murata
2021-01-13Update ext/bigdecimal/dependKenta Murata
2021-01-13[ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoaKenta Murata
2021-01-13[ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata