| Commit message (Expand) | Author | Age | Files | Lines |
* | speed up IO#close with many threads | normal | 2017-05-20 | 1 | -1/+0 |
* | vm.c: free by ruby_xfree | nobu | 2017-05-12 | 1 | -1/+1 |
* | fixup r58614 for raspi3 and maybe other systems with odd compile | normal | 2017-05-09 | 1 | -2/+2 |
* | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal | 2017-05-09 | 1 | -77/+81 |
* | refactor newhash (revision 58463 another try) [fix GH-1600] | shyouhei | 2017-04-27 | 1 | -5/+1 |
* | revert newhash refactoring | shyouhei | 2017-04-24 | 1 | -10/+21 |
* | refactor hash literal | shyouhei | 2017-04-21 | 1 | -21/+10 |
* | disable rewind hooks. | ko1 | 2017-04-14 | 1 | -3/+6 |
* | special exception messages are static | nobu | 2017-04-09 | 1 | -2/+3 |
* | introduce imemo_type_p(v, imemo_type) | ko1 | 2017-04-07 | 1 | -1/+2 |
* | fix TracePoint#return_value with non-local exits | ko1 | 2017-04-06 | 1 | -9/+49 |
* | fix redefinition optimization for -"literal string" (UMinus) | normal | 2017-03-27 | 1 | -0/+1 |
* | vm_args.c: arity check of lambda | nobu | 2017-03-19 | 1 | -6/+21 |
* | vm.c: fix up r58012 | nobu | 2017-03-18 | 1 | -1/+1 |
* | vm.c: guard arguments [EXPERIMENTAL] | nobu | 2017-03-18 | 1 | -0/+2 |
* | remove branches in dmark and dfree GC callbacks | normal | 2017-03-17 | 1 | -27/+24 |
* | vm.c: check stack | nobu | 2017-03-17 | 1 | -1/+3 |
* | backward.h: 2.2 deprecated features | nobu | 2017-02-21 | 1 | -7/+0 |
* | DEPRECATED_INTERNAL_FEATURE | nobu | 2017-02-17 | 1 | -1/+1 |
* | vm.c: fix return in lambda | nobu | 2016-12-31 | 1 | -6/+6 |
* | remove core#hash_merge_ary | nobu | 2016-12-09 | 1 | -0/+4 |
* | vm.c: check type of hash to merge | nobu | 2016-12-08 | 1 | -1/+3 |
* | Revert changes on rb_frame_method_id_and_class() | ktsj | 2016-12-04 | 1 | -2/+2 |
* | * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): | ktsj | 2016-11-05 | 1 | -13/+16 |
* | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj | 2016-11-05 | 1 | -9/+9 |
* | Use PRIuSIZE format specifier for size_t values | rhe | 2016-09-13 | 1 | -1/+1 |
* | vm.c: unnecessary condition | nobu | 2016-08-30 | 1 | -1/+1 |
* | vm.c: check TOPLEVEL_BINDING | nobu | 2016-08-19 | 1 | -1/+2 |
* | * vm_core.h: introduce VM_FRAME_RUBYFRAME_P() | ko1 | 2016-08-03 | 1 | -7/+8 |
* | * vm_core.h: rename macros and make them inline functions. | ko1 | 2016-08-03 | 1 | -3/+3 |
* | * vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value. | ko1 | 2016-07-28 | 1 | -1/+1 |
* | * vm.c, internal.h: remove RubyVM::Env class and all of env objects | ko1 | 2016-07-28 | 1 | -137/+35 |
* | * remove trailing spaces. | svn | 2016-07-28 | 1 | -1/+1 |
* | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -277/+437 |
* | * vm_insnhelper.c: introduce rb_vm_pop_frame() and use it | ko1 | 2016-07-26 | 1 | -10/+11 |
* | internal.h: inline Check_Type | nobu | 2016-07-23 | 1 | -2/+2 |
* | Fix Issues reported by PVS-Studio static analyzer | nobu | 2016-07-22 | 1 | -1/+1 |
* | * vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104 | shugo | 2016-06-20 | 1 | -6/+6 |
* | [Feature #12005] Unify Fixnum and Bignum into Integer | akr | 2016-05-17 | 1 | -14/+13 |
* | * configure.in: check function attirbute const and pure, | naruse | 2016-05-08 | 1 | -0/+3 |
* | use TH_JUMP_TAG | nobu | 2016-05-05 | 1 | -2/+2 |
* | internal.h: ONLY_FOR_INTERNAL_USE | nobu | 2016-04-27 | 1 | -2/+1 |
* | string.c: rb_str_concat_literals | nobu | 2016-04-05 | 1 | -1/+1 |
* | at_exit list | nobu | 2016-04-04 | 1 | -8/+11 |
* | * vm.c (Init_VM): should pass tokens. | ko1 | 2016-04-04 | 1 | -4/+4 |
* | * compile.c (NODE_CALL): add optimization shortcut for Array#max/min. | mame | 2016-03-17 | 1 | -0/+2 |
* | vm.c (vm_cref_new0): adjust indent [ci skip] | nobu | 2016-02-21 | 1 | -1/+1 |
* | fstring early for internal iseq | normal | 2016-01-26 | 1 | -2/+2 |
* | * vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead of | kosaki | 2015-12-18 | 1 | -1/+1 |
* | * vm.c (rb_vm_check_redefinition_opt_method): should check the real | shugo | 2015-12-17 | 1 | -0/+3 |