Age | Commit message (Expand) | Author |
2014-02-22 | merge revision(s) r44720: [Backport #9455] | nagachika |
2013-06-27 | merge revision(s) 40336: [Backport #8142] | nagachika |
2013-06-15 | merge revision(s) 41300: [Backport #8489] | nagachika |
2013-06-12 | merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463] | nagachika |
2013-06-03 | merge revision(s) 40807: [Backport #8416] | nagachika |
2013-04-19 | merge revision(s) 40205: [Backport #8236] | nagachika |
2013-04-15 | merge revision(s) 40124: [Backport #8220] | nagachika |
2013-03-24 | merge revision(s) 39625,39626: [Backport #8008] | nagachika |
2013-03-24 | merge revision(s) 39627: [Backport #8008] | nagachika |
2013-03-09 | merge revision(s) 39444,39446: [Backport #7922] | nagachika |
2013-01-09 | * compile.c (compile_array_): modify wrong optimization. | ko1 |
2013-01-08 | compile.c: adjust indent | nobu |
2013-01-08 | vm_core.h: flip_cnt in rb_iseq_t | nobu |
2012-12-29 | adjust style | nobu |
2012-12-29 | compile.c: no semicolon | nobu |
2012-12-24 | scoped constant op-assignment | nobu |
2012-12-20 | * vm_core.h (rb_vm_defineclass_type_t), | shugo |
2012-12-10 | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu |
2012-12-03 | * compile.c (iseq_specialized_instruction): | ko1 |
2012-12-03 | * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids. | ko1 |
2012-11-30 | * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw | shirosaki |
2012-11-29 | [EXPERIMENTAL: NEED DISCUSS] | ko1 |
2012-11-29 | * compile.c (compile_array_): refix r37991 remove assertion: | naruse |
2012-11-29 | Revert r37991 "compile.c: hash must be paired" | naruse |
2012-11-29 | compile.c: hash must be paired | nobu |
2012-11-21 | * include/ruby/util.h: removed extra semicolon in definition of | tadf |
2012-11-13 | * compile.c (insn_data_to_s_detail): remove debug lines. | ko1 |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-11-12 | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo |
2012-11-11 | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo |
2012-10-18 | * insns.def (opt_send_simple): introduce new instruction used | ko1 |
2012-10-18 | * compile.c (new_callinfo): set a temporary index of callinfo | ko1 |
2012-10-16 | * compile.c (compile_dstr_fragments): use `putobject' instead of | ko1 |
2012-10-15 | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 |
2012-10-14 | remove garbage line | nobu |
2012-10-14 | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 |
2012-10-09 | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | ko1 |
2012-10-04 | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 |
2012-09-28 | * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'. | ko1 |
2012-09-26 | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 |
2012-09-24 | Feature #7035 | nobu |
2012-08-08 | * compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1. | ko1 |
2012-08-08 | * compile.c, insns.def (checkmatch): | ko1 |
2012-06-11 | * compile.c (iseq_set_sequence): nonstatic initializer of an | shyouhei |
2012-06-04 | * vm_core.h (rb_location_t): fix type and field name. | ko1 |
2012-05-22 | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 |
2012-05-06 | * compile.c (iseq_compile_each): remove unused variable `size'. | ko1 |
2012-04-28 | * parse.y (assoc, parser_yylex): add syntax to splat keyword hash. | nobu |
2012-04-24 | * compile.c: fix to output warning when the same literals | ko1 |
2012-04-12 | * compile.c (compile_array, compile_array_): | ko1 |