summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-10make rb_raise a GVL-only function again卜部昌平
2019-10-10add "[FATAL]" marker on abort卜部昌平
2019-10-10Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA
2019-10-10Guard static variable firstNobuyoshi Nakada
2019-10-10[rubygems/rubygems] Do not compare with unreliable Gem::Specification::TODAYNobuyoshi Nakada
2019-10-10[rubygems/rubygems] Restrict possible date rangeNobuyoshi Nakada
2019-10-10[rubygems/rubygems] Optimize Gem::Package::TarReader#eachJean Boussier
2019-10-10Now error.o needs thread.hNobuyoshi Nakada
2019-10-10Fixed numbered parameter checkNobuyoshi Nakada
2019-10-10negative_size_allocation_error never returnsNobuyoshi Nakada
2019-10-10allow rb_raise from outside of GVL卜部昌平
2019-10-10lhs of pattern matching expression of should have a valueNobuyoshi Nakada
2019-10-10extracted declare_underNobuyoshi Nakada
2019-10-10Simplify rb_define_module_idAlan Wu
2019-10-10* 2019-10-10 [ci skip]git
2019-10-10fix memory corruption in old GCC卜部昌平
2019-10-09Prefer st_is_member over st_lookup with 0Ben Woosley
2019-10-09Share ruby_sighandler_t definitionNobuyoshi Nakada
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