aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RSTRING_PTR is not guaranteed to be VALUE-alignedshyouhei2018-05-091-5/+7
* * 2018-05-09svn2018-05-081-1/+1
* _mjit_compile_pc_and_sp.erb: make sure no uninitializedk0kubun2018-05-081-2/+1
* vm_eval.c: eval_string_protect wrappernobu2018-05-081-1/+7
* rb_ary_dig, rb_hash_dig: nobody is using them outside.shyouhei2018-05-082-2/+2
* fix type mismatch.ko12018-05-081-1/+1
* Merge rdoc-6.0.4 from upstream.hsbt2018-05-083-60/+2
* cont.c: host out context setupnobu2018-05-081-6/+13
* Remove unreachable breakkazu2018-05-081-1/+0
* Modify spaces [ci skip]kazu2018-05-081-5/+3
* cont.c: wrapper functionnobu2018-05-071-1/+9
* cont.c: refined error messagenobu2018-05-071-2/+4
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-073-0/+15
* Remove needless require [ci skip]kazu2018-05-071-2/+0
* * 2018-05-08svn2018-05-071-1/+1
* Use `&.` instead of modifier if and remove needless closed?kazu2018-05-071-6/+6
* Fix a typo [ci skip]kazu2018-05-071-1/+1
* * 2018-05-07svn2018-05-071-1/+1
* cont.c: machine stack cache conditionnobu2018-05-071-5/+5
* * 2018-05-06svn2018-05-061-1/+1
* optparse: Suppress warningsnobu2018-05-062-2/+4
* securerandom.rb: [DOC] require in examplesnobu2018-05-051-0/+14
* forgot to add INT2FIX (sorry!)shyouhei2018-05-041-1/+1
* passing rb_thread_sleep to rb_protect is IMHO dangerousshyouhei2018-05-041-1/+8
* * 2018-05-05svn2018-05-041-1/+1
* nobody is using the return value of rb_io_fptr_finalizeshyouhei2018-05-042-5/+22
* Use `&.` instead of modifier ifkazu2018-05-041-4/+4
* * 2018-05-04svn2018-05-041-1/+1
* object.c: raise on long invalid float stringnobu2018-05-042-1/+31
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-035-15/+76
* mjit_compile.c: skip generating unnecessary gotok0kubun2018-05-031-5/+5
* mjit_compile.c: verify stack size agreementk0kubun2018-05-032-9/+24
* Revert "ext/cgi/escape: preserve String subclass in result"normal2018-05-032-26/+5
* mjit_compile.inc.erb: verify stack consistencyk0kubun2018-05-032-5/+16
* ext/cgi/escape: preserve String subclass in resultnormal2018-05-022-5/+26
* test_jit.rb: test local variablesk0kubun2018-05-021-4/+17
* test_jit.rb: test opt_aref_with againk0kubun2018-05-021-1/+4
* test_jit.rb: make it possible to automatically findk0kubun2018-05-021-7/+43
* * 2018-05-03svn2018-05-021-1/+1
* test_jit.rb: verify tested insnsk0kubun2018-05-021-68/+102
* object.c: fix exponent with underscorenobu2018-05-022-1/+7
* test_jit.rb: add missing dependencyk0kubun2018-05-021-0/+1
* compile.c: mark catch_except_p of iseqk0kubun2018-05-022-10/+19
* common.mk: Update dependencies on tool/ruby_vm scriptsmame2018-05-021-8/+13
* tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame2018-05-022-1/+3
* iseq.c (rb_iseq_disasm_insn): Change the width of insn namesmame2018-05-021-2/+2
* * 2018-05-02svn2018-05-011-1/+1
* cont.c: cleanup needless castnormal2018-05-011-3/+3
* use list_head_init instead of open-coding itnormal2018-05-012-2/+2
* ast.c: use enum in switch for warningsnobu2018-05-011-3/+3