summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-04Fixed error message when % at EOFNobuyoshi Nakada
2021-01-04* 2021-01-04 [ci skip]git
2021-01-04Revert "Include RUBY_EXTCONF_H if available"Kenta Murata
2021-01-03Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada
2021-01-03Include RUBY_EXTCONF_H if availableKenta Murata
2021-01-03[ruby/timeout] Removed deprecated names that had been warned for 5 yearsNobuyoshi Nakada
2021-01-03Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun
2021-01-03* 2021-01-03 [ci skip]git
2021-01-02NEWS-3.0.0: backquote a few code related words. [doc]Marc-Andre Lafortune
2021-01-02NEWS: We have links now, and there is no changelog anymore [doc]Marc-Andre Lafortune
2021-01-02NEWS: [Feature #17312] [ci skip]Nobuyoshi Nakada
2021-01-02Add Enumerable#compact and Enumerator::Lazy#compactzverok
2021-01-02Fixed dangling imemo_tmpbufNobuyoshi Nakada
2021-01-02mkmf.rb: always try_compile as try_headerNobuyoshi Nakada
2021-01-02Avoid to use __builtin_clzl in SPARC SolarisKenta Murata
2021-01-01Add -v to make benchmarkTakashi Kokubun
2021-01-01Improve performance some Float methods [Feature #17498] (#4018)S.H
2021-01-02Add __x86_64__ guard to include x86intrin.hKenta Murata
2021-01-02Check if x86intrin.h is available not only existingNobuyoshi Nakada
2021-01-02[ruby/bigdecimal] Update dependKenta Murata
2021-01-02[ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata
2021-01-02[ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata
2021-01-02* 2021-01-02 [ci skip]git
2021-01-02[ruby/bigdecimal] Fix test_limitKenta Murata
2021-01-01Hoisted out compile_builtin_arg to refine messagesNobuyoshi Nakada
2021-01-01Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada
2021-01-01Added AST tests for endless method definitionsNobuyoshi Nakada
2021-01-01Make args info for RubyVM::AST to available on endless method without parensMasataka Pocke Kuwabara
2021-01-01Remove unused fileDavid Rodríguez
2021-01-01* 2021-01-01 [ci skip]git
2021-01-01Method ID of call and fcall can be const not only identNobuyoshi Nakada
2020-12-31get_tmopt is no longer usedNobuyoshi Nakada
2020-12-31Moved Time.at to builtinNobuyoshi Nakada
2020-12-31Moved Time.now to builtinNobuyoshi Nakada
2020-12-31Moved time.rb to timev.rbNobuyoshi Nakada
2020-12-31Add time.rb as builtinNobuyoshi Nakada
2020-12-31Access to reserved word parameter like as `__builtin.arg!(:if)`Nobuyoshi Nakada
2020-12-31Fixed missing NORETURN on rb_mod_const_missingNobuyoshi Nakada
2020-12-31Defined RBIMPL_ATTR_DEPRECATED_INTERNALNobuyoshi Nakada
2020-12-31Make any hash values fixable [Bug #17488]Nobuyoshi Nakada
2020-12-31* 2020-12-31 [ci skip]git
2020-12-31[ruby/bigdecimal] Refactor object allocationKenta Murata
2020-12-31[ruby/bigdecimal] Remove ToValueKenta Murata
2020-12-30Replaced deprecation macrosNobuyoshi Nakada
2020-12-29Stop managing valid class serialsTakashi Kokubun
2020-12-30Minor grammar fix in String#chomp documentationEric Schneider
2020-12-29Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun
2020-12-29Increase timeout for reline with --jit-waitTakashi Kokubun
2020-12-30* 2020-12-30 [ci skip]git
2020-12-30[ruby/bigdecimal] Remove VP_EXCEPTION_MEMORYKenta Murata