aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Right size the numtable in insn_make_insn_table to VM_INSTRUCTION_SIZELourens Naudé2019-10-111-1/+1
* set real path to __FILE__ and __dir__ in Binding#irbtakkanm2019-10-111-1/+3
* Document the difference between expressions and statements [ci skip]Jeremy Evans2019-10-103-5/+67
* * 2019-10-11 [ci skip]git2019-10-111-1/+1
* Support delegates for BasicObjectJeremy Evans2019-10-102-4/+22
* mjit_worker.c: Add `-lm` to the C compiler in MJIT on AndroidYusuke Endoh2019-10-101-0/+3
* ext/syslog/extconf.rb: add -llog for AndroidYusuke Endoh2019-10-101-0/+2
* test/ruby/test_file_exhaustive.rb: check the owner of the root directoryYusuke Endoh2019-10-101-1/+1
* Skip very time consuming test [Bug #16196]Nobuyoshi Nakada2019-10-101-0/+1
* Prefer rb_gc_register_mark_objectNobuyoshi Nakada2019-10-101-1/+1
* Slimed down test runtime by stressing openssl.so only [Bug #16196]Nobuyoshi Nakada2019-10-101-2/+1
* forgot to delete unused #incude line卜部昌平2019-10-101-1/+0
* guard rb_fatal against non-GVL call卜部昌平2019-10-101-0/+8
* make rb_raise a GVL-only function again卜部昌平2019-10-104-38/+52
* add "[FATAL]" marker on abort卜部昌平2019-10-101-0/+1
* Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA2019-10-103-5/+4
* Guard static variable firstNobuyoshi Nakada2019-10-102-1/+6
* [rubygems/rubygems] Do not compare with unreliable Gem::Specification::TODAYNobuyoshi Nakada2019-10-101-15/+18
* [rubygems/rubygems] Restrict possible date rangeNobuyoshi Nakada2019-10-101-2/+3
* [rubygems/rubygems] Optimize Gem::Package::TarReader#eachJean Boussier2019-10-101-9/+15
* Now error.o needs thread.hNobuyoshi Nakada2019-10-101-0/+1
* Fixed numbered parameter checkNobuyoshi Nakada2019-10-102-23/+30
* negative_size_allocation_error never returnsNobuyoshi Nakada2019-10-101-1/+1
* allow rb_raise from outside of GVL卜部昌平2019-10-103-23/+46
* lhs of pattern matching expression of should have a valueNobuyoshi Nakada2019-10-101-0/+1
* extracted declare_underNobuyoshi Nakada2019-10-101-8/+10
* Simplify rb_define_module_idAlan Wu2019-10-101-5/+1
* * 2019-10-10 [ci skip]git2019-10-101-1/+1
* fix memory corruption in old GCC卜部昌平2019-10-102-2/+1
* Prefer st_is_member over st_lookup with 0Ben Woosley2019-10-096-8/+8
* Share ruby_sighandler_t definitionNobuyoshi Nakada2019-10-093-7/+3
* signal.c: save the original sighandlers for fatal signalsYusuke Endoh2019-10-093-13/+25
* error.c (rb_bug_for_fatal_signal): renamed from rb_bug_contextYusuke Endoh2019-10-093-5/+5
* signal.c (ruby_abort): move the definition for refactoringYusuke Endoh2019-10-091-18/+17
* Check '[ci skip]' at job levelKazuhiro NISHIYAMA2019-10-093-0/+3
* vm_eval.c (rb_adjust_argv_kw_splat): avoid memcpy with zero lengthYusuke Endoh2019-10-091-1/+1
* Remove uselsess shebangPavel Valena2019-10-091-1/+0
* Update required_ruby_version to 2.4.0aycabta2019-10-091-1/+1
* Improve performance of Array#sum with float elements (#1555)Watson2019-10-091-1/+1
* avoid returning NULL from xrealloc卜部昌平2019-10-091-2/+42
* avoid overflow in integer multiplication卜部昌平2019-10-0912-49/+282
* annotate malloc-ish functions卜部昌平2019-10-092-4/+18
* fix arity mismatch卜部昌平2019-10-091-1/+1
* * 2019-10-09 [ci skip]git2019-10-091-1/+1
* lldb_cruby.py: fixed inspecting string [ci skip]Nobuyoshi Nakada2019-10-091-5/+2
* lldb_cruby.py: fixed embedded string ptr [ci skip]Nobuyoshi Nakada2019-10-091-1/+3
* Check for invalid hex escapes in URI#query=Jeremy Evans2019-10-082-0/+6
* Packed delayed token elementsNobuyoshi Nakada2019-10-081-18/+20
* more use of RbConfig::LIMITS卜部昌平2019-10-082-5/+3
* Import changes from ruby/bigdecimal (#2531)Kenta Murata2019-10-0811-98/+93