summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-30[ruby/bigdecimal] Remove needless pointer checksKenta Murata
2020-12-29bisect.sh: Apply bisect.patch if exists [ci skip]Nobuyoshi Nakada
2020-12-29Canonicalization functions were removed alreadyNobuyoshi Nakada
2020-12-29Fixed wrong configure optionNobuyoshi Nakada
2020-12-29[ruby/bigdecimal] Define bool, true, and false for old RubyKenta Murata
2020-12-29[ruby/bigdecimal] Alloc wrapper object before VpAllocKenta Murata
2020-12-29[ruby/bigdecimal] Refactor to extract VpCheckExceptionKenta Murata
2020-12-29Make more silent when -s on GNU makeNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: send verbose messages to STDOUTNobuyoshi Nakada
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28Update help of sync-default-gemsTakashi Kokubun
2020-12-28[ruby/irb] Fix failing testsTakashi Kokubun
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
2020-12-29Fix compile error of sockssocketMasaki Matsushita