aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* hash.c: improve docs for Hash#slicestomar2017-11-071-5/+4
* string.c: improve docs for String#{concat,<<}stomar2017-11-071-6/+8
* pathname.c: improve docs for Pathnamestomar2017-11-071-3/+3
* http.rb: improve docsstomar2017-11-071-5/+5
* socket.c,tcpsocket.c: improve deprecation noticesstomar2017-11-072-12/+12
* vm_dump.c: [DOC] fix grammarstomar2017-11-071-1/+1
* string.c: fix typosstomar2017-11-071-2/+2
* file.c: improve docs for File#pathstomar2017-11-071-2/+3
* ext/socket/ifaddr.c: [DOC] fix typostomar2017-11-071-1/+1
* etc.c: improve docs for sysconfdirstomar2017-11-071-3/+3
* README.md: fix typos and grammarstomar2017-11-071-3/+3
* NEWS: clarify "ubygems.rb" entrystomar2017-11-071-1/+1
* * 2017-11-08svn2017-11-071-1/+1
* refinements.rdoc: improve docsstomar2017-11-071-3/+4
* disable GC.ko12017-11-071-4/+9
* tool/runruby.rb: fix RUNRUBY_USE_GDB casenobu2017-11-071-2/+6
* `th` is not used.ko12017-11-071-7/+7
* th->ec: dtraceko12017-11-075-31/+31
* `rb_execution_context_t *` should not be `th`ko12017-11-073-4/+4
* Symptomatic treatment for `rb_thread_terminate_all` freezemame2017-11-071-1/+4
* th->ec: vm_once_dispatch.ko12017-11-072-4/+5
* th->ec: rb_threadptr_setup_exceptionko12017-11-073-10/+9
* fix prefix `ruby_...()` to `rb_...()`.ko12017-11-071-12/+12
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-072-18/+5
* th->ec: rb_load_internal0ko12017-11-071-11/+12
* fix commentko12017-11-071-1/+1
* * eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.ko12017-11-071-2/+2
* * vm_eval.c (rescue_funcall_args): th->ecko12017-11-071-3/+3
* Add details on the min/time parameters to the rdocknu2017-11-071-0/+13