aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c (rb_str_format_m): Fix the example code of the docmame2018-01-291-1/+1
* redefinition of a typedef is a C11ismshyouhei2018-01-291-0/+3
* eliminate CALL_SIMPLE_METHODshyouhei2018-01-293-31/+16
* s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei2018-01-292-76/+31
* also use sp_inc in vm coreshyouhei2018-01-294-18/+27
* ruby.c: no VARIABLE_LIBPATHnobu2018-01-291-26/+2
* extensive use of instruction attributesshyouhei2018-01-294-30/+30
* * properties.svn2018-01-280-0/+0
* doc/signals.rdoc: new document work-in-progressnormal2018-01-281-0/+106
* * 2018-01-29svn2018-01-281-1/+1
* uri/common: reduce allocations and retained objectsnormal2018-01-281-8/+8
* method.h: VM_METHOD_TYPE_MINIMUM_BITSnobu2018-01-281-1/+3
* parse.y (parser_append_options): shorter alias LOCnobu2018-01-281-11/+14
* method.h: BITFIELD in rb_method_definition_tnobu2018-01-281-1/+1
* internal.h: add BITFIELD macro to aid C99 usersnormal2018-01-272-7/+14
* * 2018-01-28svn2018-01-271-1/+1
* vm_core: use "int" for living_thread_numnormal2018-01-272-2/+2
* insns.def: [DOC] update supported attributes [ci skip]k0kubun2018-01-271-1/+6
* compile.c: try to convert in massign `for`nobu2018-01-272-3/+14
* array.c: rb_check_to_arraynobu2018-01-274-4/+11
* defined? returns nil for toplevel constant lookupnobu2018-01-273-2/+11
* vcs.rb: prepend DebugSystem to VCSnobu2018-01-271-1/+5
* vm_insnhelper.c: avoid intermediate arraynobu2018-01-271-5/+9
* bare_instructions.rb: show class name on inspectk0kubun2018-01-271-1/+1
* Fix duplicated HAVE_NANkazu2018-01-273-17/+5
* insns2vm.rb: add missing word to helpk0kubun2018-01-271-5/+5
* insns2vm.rb: make #generate_parser privatek0kubun2018-01-272-61/+64
* dumper.rb: stop getting --destdir option valuek0kubun2018-01-273-9/+10
* win32/Makefile.sub: fix typok0kubun2018-01-271-1/+1
* * 2018-01-27svn2018-01-261-1/+1
* need to declare the prototype of nan() if missingusa2018-01-262-0/+7
* vcs.rb: old version cannot refine modulesnobu2018-01-261-8/+11
* vcs.rb: dcommit for each commitnobu2018-01-261-9/+11
* vcs.rb: debug print in system methodnobu2018-01-261-0/+8
* error.c: receiver kwargnobu2018-01-262-1/+77
* test_exception.rb: NameError.new NoMethodError.newnobu2018-01-261-0/+61
* error.c: [DOC] NoMethodError.new [ci skip]nobu2018-01-261-1/+1
* error.c: copy keyword argumentsnobu2018-01-261-16/+8
* error.c: KeyError missing keyword argumentsnobu2018-01-262-7/+6
* treat PC for gc eventsshyouhei2018-01-261-0/+3
* move ADD_PC around to optimize PC manipluiationsshyouhei2018-01-263-5/+19
* error.c: use already initialized IDsnobu2018-01-261-7/+3
* KeyError#initialize accepts receiver and key.kou2018-01-262-0/+88
* Removed workaround Travis CI.hsbt2018-01-261-3/+1
* optparse.rb: froze string literalsnobu2018-01-262-4/+13
* ignore external library sources [ci skip]nobu2018-01-262-0/+2
* ext/psych/.gitignore: removed stale file [ci skip]nobu2018-01-261-11/+0
* Fix rubyspec against the change in Hash#transform_keys!mrkn2018-01-261-3/+3
* * 2018-01-26svn2018-01-261-1/+1
* hash.c: support key swapping in Hash#transform_keys!mrkn2018-01-262-6/+18