summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09signal.c: save the original sighandlers for fatal signalsYusuke Endoh
2019-10-09error.c (rb_bug_for_fatal_signal): renamed from rb_bug_contextYusuke Endoh
2019-10-09signal.c (ruby_abort): move the definition for refactoringYusuke Endoh
2019-10-09Check '[ci skip]' at job levelKazuhiro NISHIYAMA
2019-10-09vm_eval.c (rb_adjust_argv_kw_splat): avoid memcpy with zero lengthYusuke Endoh
2019-10-09Remove uselsess shebangPavel Valena
2019-10-09Update required_ruby_version to 2.4.0aycabta
2019-10-09Improve performance of Array#sum with float elements (#1555)Watson
2019-10-09avoid returning NULL from xrealloc卜部昌平
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-10-09annotate malloc-ish functions卜部昌平
2019-10-09fix arity mismatch卜部昌平
2019-10-09* 2019-10-09 [ci skip]git
2019-10-09lldb_cruby.py: fixed inspecting string [ci skip]Nobuyoshi Nakada
2019-10-09lldb_cruby.py: fixed embedded string ptr [ci skip]Nobuyoshi Nakada
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2019-10-08Packed delayed token elementsNobuyoshi Nakada
2019-10-08more use of RbConfig::LIMITS卜部昌平
2019-10-08Import changes from ruby/bigdecimal (#2531)Kenta Murata
2019-10-07Add section to extension.rdoc for backwards compatibility macros [ci skip]Jeremy Evans
2019-10-07Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removedJeremy Evans
2019-10-07Update NEWS with Module#ruby2_keywords and a few other thingsJeremy Evans
2019-10-07Do not free too many pages.Aaron Patterson
2019-10-07Move empty pages to the tombAaron Patterson
2019-10-07Eliminate second GC pass for eliminating T_MOVEDAaron Patterson
2019-10-08* 2019-10-08 [ci skip]git
2019-10-08Fix typo [ci skip]Kazuhiro NISHIYAMA
2019-10-07Allow ruby2_keywords to be used with bmethodsJeremy Evans
2019-10-07Write yaml and json under destdir and print to stdoutKazuhiro NISHIYAMA
2019-10-07Create info.yml and info.jsonKazuhiro NISHIYAMA
2019-10-07Remove `-s3` optionKazuhiro NISHIYAMA
2019-10-07Version 0.0.3aycabta
2019-10-07Add: Array#intersection methodPrajjwal Singh
2019-10-07* 2019-10-07 [ci skip]git
2019-10-07Flush console just after printingaycabta
2019-10-07Use built-in Win32API on JRubyaycabta
2019-10-07Swap expected and actual correctlyaycabta
2019-10-06Revert "tailcall optimization again (#2528)"Koichi Sasada
2019-10-06tailcall optimization again (#2528)wanabe
2019-10-06test/dtrace/helper.rb: Etc.getgrnam may return nil on some platformsYusuke Endoh
2019-10-06* 2019-10-06 [ci skip]git
2019-10-06time.c: Fix some bugs about WIDEVALUEYusuke Endoh
2019-10-05ext/openssl/ossl_ssl.c: Use const declaration if LibreSSL >= 2.8.0Yusuke Endoh
2019-10-05ext/json/parser/prereq.mk: use `if $. == 1` instead of a hacky codeYusuke Endoh
2019-10-05ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.cYusuke Endoh
2019-10-05Now keyword parameter warnings are suppressed by 871005bdd204Nobuyoshi Nakada
2019-10-05Added dependencies on prerequisite makefilesNobuyoshi Nakada
2019-10-05[rubygems/rubygems] The date might have advanced since TODAY has been setNobuyoshi Nakada
2019-10-05[rubygems/rubygems] Use dependency.identity in available_specsbronzdoc
2019-10-05[rubygems/rubygems] Add Gem::Dependency#identity methodbronzdoc