aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm.c (invoke_block_from_c): split this function into severalko12015-10-104-62/+92
* * 2015-10-11svn2015-10-101-2/+2
* * gc.c (newobj_of_slowpass): fix typo (pass -> path).ko12015-10-103-7/+14
* udpsocket.c: refix r52097nobu2015-10-102-20/+36
* * vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko12015-10-102-51/+54
* * import a github pull requestko12015-10-103-8/+25
* * 2015-10-10svn2015-10-091-2/+2
* udpsocket.c: memory leaksnobu2015-10-093-3/+35
* common.mk: separate test-testframeworknobu2015-10-092-10/+14
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-093-19/+24
* * remove trailing spaces.svn2015-10-091-1/+1
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-094-6/+22
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-095-7/+28
* node.c: fix comments [ci skip]nobu2015-10-091-3/+3
* * remove trailing spaces.svn2015-10-091-1/+1
* * ext/openssl/lib/openssl/ssl.rb: Revert r52082 because it wassorah2015-10-093-7/+17
* test_iseq.rb: fix meaningless assertionnobu2015-10-091-5/+5
* * compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo2015-10-093-11/+16
* * benchmark/prepare_require.rb: skip file creation if it alreadykosaki2015-10-082-6/+22
* * properties.svn2015-10-080-0/+0
* * 2015-10-09svn2015-10-081-2/+2
* * benchmark/bm_require.rb: new benchmark for require.kosaki2015-10-085-0/+45
* * ext/openssl/lib/openssl/ssl.rb: Default to TLSv1.2 and drop TLS v1zzak2015-10-083-4/+13
* node.c: reduce sizenobu2015-10-081-10/+17
* node.c: move blocknobu2015-10-081-21/+23
* * 2015-10-08svn2015-10-081-2/+2
* node.c: D_FIELD_HEADERnobu2015-10-081-8/+9
|\
* | node.c: indent [ci skipnobu2015-10-081-18/+18
|/
* metametameta.rb: restore outputnobu2015-10-072-1/+7
* ruby.h: RB_OBJ_FROZEN_RAWnobu2015-10-071-1/+3
* string.c: str_duplicatenobu2015-10-072-22/+23
* string.c: fix non-embedded stringnobu2015-10-073-9/+28
* * gc.c (newobj_of): divide fast path and slow pathko12015-10-072-33/+77
* string.c: optimize String#timesnobu2015-10-072-0/+13
* string.c: use raw macronobu2015-10-071-1/+1
* re.c: indent [ci skip]nobu2015-10-071-15/+15
* assertions.rb: refine all_assertionsnobu2015-10-071-2/+12
* * remove trailing spaces.svn2015-10-061-1/+1
* * gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)ko12015-10-063-0/+13
* * 2015-10-07svn2015-10-061-2/+2
* * vm_args.c: remove an unused field args_info::calling.ko12015-10-062-2/+4
* * proc.c (rb_method_entry_min_max_arity): should supportko12015-10-062-0/+8
* * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr2015-10-063-1/+25
* * vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko12015-10-062-11/+18
* * proc.c (Init_Proc): Proc#call and others should be public.ko12015-10-062-4/+8
* * method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.ko12015-10-062-3/+7
* * method.h: remove METHOD_ENTRY_SAFE(me) and related codeko12015-10-065-23/+12
* * string.c (rb_sym_to_proc): renamenobu2015-10-061-3/+2
* vm_args.c: wrap symbol ifuncnobu2015-10-064-1/+14
* ruby.h: inlinesnobu2015-10-062-34/+74