summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-29Update to ruby/mspec@5d49a6ceregon
2018-01-29string.c (rb_str_format_m): Fix the example code of the docmame
2018-01-29redefinition of a typedef is a C11ismshyouhei
2018-01-29eliminate CALL_SIMPLE_METHODshyouhei
2018-01-29s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei
2018-01-29also use sp_inc in vm coreshyouhei
2018-01-29ruby.c: no VARIABLE_LIBPATHnobu
2018-01-29extensive use of instruction attributesshyouhei
2018-01-28* properties.svn
2018-01-28doc/signals.rdoc: new document work-in-progressnormal
2018-01-28* 2018-01-29svn
2018-01-28uri/common: reduce allocations and retained objectsnormal
2018-01-28method.h: VM_METHOD_TYPE_MINIMUM_BITSnobu
2018-01-28parse.y (parser_append_options): shorter alias LOCnobu
2018-01-28method.h: BITFIELD in rb_method_definition_tnobu
2018-01-27internal.h: add BITFIELD macro to aid C99 usersnormal
2018-01-27* 2018-01-28svn
2018-01-27vm_core: use "int" for living_thread_numnormal
2018-01-27insns.def: [DOC] update supported attributes [ci skip]k0kubun
2018-01-27compile.c: try to convert in massign `for`nobu
2018-01-27array.c: rb_check_to_arraynobu
2018-01-27defined? returns nil for toplevel constant lookupnobu
2018-01-27vcs.rb: prepend DebugSystem to VCSnobu
2018-01-27vm_insnhelper.c: avoid intermediate arraynobu
2018-01-27bare_instructions.rb: show class name on inspectk0kubun
2018-01-27Fix duplicated HAVE_NANkazu
2018-01-27insns2vm.rb: add missing word to helpk0kubun
2018-01-27insns2vm.rb: make #generate_parser privatek0kubun
2018-01-27dumper.rb: stop getting --destdir option valuek0kubun
2018-01-27win32/Makefile.sub: fix typok0kubun
2018-01-26* 2018-01-27svn
2018-01-26need to declare the prototype of nan() if missingusa
2018-01-26vcs.rb: old version cannot refine modulesnobu
2018-01-26vcs.rb: dcommit for each commitnobu
2018-01-26vcs.rb: debug print in system methodnobu
2018-01-26error.c: receiver kwargnobu
2018-01-26test_exception.rb: NameError.new NoMethodError.newnobu
2018-01-26error.c: [DOC] NoMethodError.new [ci skip]nobu
2018-01-26error.c: copy keyword argumentsnobu
2018-01-26error.c: KeyError missing keyword argumentsnobu
2018-01-26treat PC for gc eventsshyouhei
2018-01-26move ADD_PC around to optimize PC manipluiationsshyouhei
2018-01-26error.c: use already initialized IDsnobu
2018-01-26KeyError#initialize accepts receiver and key.kou
2018-01-26Removed workaround Travis CI.hsbt
2018-01-26optparse.rb: froze string literalsnobu
2018-01-26ignore external library sources [ci skip]nobu
2018-01-26ext/psych/.gitignore: removed stale file [ci skip]nobu
2018-01-26Fix rubyspec against the change in Hash#transform_keys!mrkn
2018-01-26* 2018-01-26svn