aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thread.c: use ecnobu2017-11-151-3/+3
* Cannot call rb_thread_call_without_gvl before running VMusa2017-11-151-5/+4
* fix uninitialized memory reference.ko12017-11-152-0/+16
* nogvl readdir make SEGV on Windowsusa2017-11-151-0/+4
* dir.c: release GVL around remaining readdir callsnormal2017-11-141-11/+27
* compile.c: fixup TRACEnobu2017-11-141-0/+4
* * 2017-11-15svn2017-11-141-1/+1
* parse.y: zero codepointsnobu2017-11-142-2/+8
* rewrite only if changed.ko12017-11-141-1/+12
* fix prefix.ko12017-11-141-47/+47
* 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