aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove `trace` instruction. [Feature #14104]ko12017-11-1413-270/+416
* process.c: removed preserving_errnonobu2017-11-141-61/+51
* string.c: prefer rb_syserr_failnobu2017-11-141-8/+5
* common.mk: add dependencies for iseq.hnobu2017-11-141-0/+10
* compile.c: comments for concatstrings optimization [ci skip]nobu2017-11-141-0/+18
* use RUBY_API_VERSION as ISEQ versions.ko12017-11-141-2/+4
* * 2017-11-14svn2017-11-131-1/+1
* compile.c: fixup r60727nobu2017-11-132-0/+37
* regexec.c: invalidate previously matched positionnobu2017-11-132-0/+4
* test_regexp.rb: test_absentnobu2017-11-131-0/+8
* envutil.rb: preserve RUBYLIBnobu2017-11-131-0/+5
* Print last location of a nodeyui-knk2017-11-131-1/+2
* Initialize last column with -1 and lineno with 0yui-knk2017-11-131-0/+2
* Store last location of a node on RNodeyui-knk2017-11-133-538/+415
* string.c: fix up r60748rhe2017-11-121-0/+2
* string.c: fix memory leak in String#cryptrhe2017-11-122-14/+6
* * 2017-11-13svn2017-11-121-1/+1
* .gitignore: ignore dlntest.dllk0kubun2017-11-121-0/+1
* Clarify Dir.mktmpdir's changekazu2017-11-121-1/+1
* * 2017-11-12svn2017-11-121-1/+1
* load.c: cwd encodingnobu2017-11-122-11/+14
* parse.y: constified YYLTYPEnobu2017-11-111-119/+119
* * 2017-11-11svn2017-11-111-1/+1
* * ext/win32ole/win32ole.c(ole_const_load): suppress constant redefinitionsuke2017-11-111-2/+4
* bin/erb: change template file encoding to UTF-8k0kubun2017-11-103-1/+9
* Fix a typo [ci skip]kazu2017-11-101-1/+1
* Make `rb_ast_dispose` use `RB_OBJ_WRITE`mame2017-11-101-5/+5
* .travis.yml: workaround to resolve ::1k0kubun2017-11-101-1/+1
* iseq.c: disasm only once for each iseqnobu2017-11-101-1/+6
* Do not define test method instead of skip when Calendar class is not defined.hsbt2017-11-104-17/+5
* refactoring about source line.ko12017-11-102-17/+8
* iseq.c: operand lvarnobu2017-11-092-10/+45
* mk_call_iseq_optimized.rb: add mode string [ci skip]nobu2017-11-091-0/+1
* lib/matrix: Remove method catalog [doc] [ci-skip]marcandre2017-11-091-104/+2
* * 2017-11-10svn2017-11-091-1/+1
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-092-2/+6
* compile.c: optimize nested string interpolationsnobu2017-11-091-1/+66
* insn_info/insns_infoko12017-11-094-68/+93
* fix backtrace on argment error.ko12017-11-093-0/+49
* fix peephole optimization.ko12017-11-092-3/+7
* node.c (dump_node): add an explanation of NODE_HASH's nd_alenmame2017-11-091-0/+7
* use `rb_ast_dispose` instead of `rb_ast_free`mame2017-11-091-1/+1
* Merge rubygems-2.7.2.hsbt2017-11-092-1/+25
* parse.y: fix r60644nobu2017-11-081-5/+2
* * 2017-11-09svn2017-11-081-1/+1
* Fix typo in doc [ci skip]a_matsuda2017-11-081-2/+2
* fixup r60440 [ci skip]kazu2017-11-081-1/+1
* parse.y: remove in_singlenobu2017-11-081-15/+11
* Fix typos in rdocknu2017-11-081-3/+2
* Omit first argument of NEW_CASE2yui-knk2017-11-082-2/+2