index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insns.def
Age
Commit message (
Expand
)
Author
2016-11-28
insns.def: adjust index type
nobu
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-10-28
insns.def: opt_case_dispatch trivial optimization
nobu
2016-09-08
* insns.def (setclassvariable, setconstant): warn when self is a
shugo
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-26
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-07-17
* insns.def: tabify [ci skip]
shyouhei
2016-06-29
* insns.def (opt_succ): optimize like r55515. (but this argument is
naruse
2016-06-27
* insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
naruse
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-10
* insns.def (defineclass): Also raise an error when redeclaring the
eregon
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-04-05
string.c: rb_str_concat_literals
nobu
2016-03-21
* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
naruse
2016-03-20
* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
naruse
2016-03-17
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-03-08
* intern.h (rb_divmod): assume compilers `/` and `%` comply C99
naruse
2016-03-08
* insns.def (opt_mod): show its method name on ZeroDivisionError.
naruse
2016-02-15
* insns.def (opt_plus): simply use LONG2NUM() instead of wrongly
naruse
2016-02-05
improve r53741
naruse
2016-02-05
* insns.def (opt_mult): Use int128_t for overflow detection.
naruse
2016-01-10
insns.def: description [ci skip]
nobu
2016-01-03
Move a comment to the appropriate position.
yui-knk
2015-12-11
insns.def (opt_case_dispatch): avoid converting Infinity
normal
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2015-12-07
insns.def (opt_case_dispatch): check Float#=== redefinition
normal
2015-11-20
* compile.c (iseq_compile_each): add debug information to NODE_STR
ko1
2015-11-13
* refactoring CREF related code.
ko1
2015-10-29
* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref and
ko1
2015-10-29
* insns.def: nobody set ic->ic_value.value to Qundef.
ko1
2015-10-29
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-22
Safe navigation operator
nobu
2015-10-01
revert r51991
nobu
2015-10-01
vm_args.c: GC guard
nobu
2015-09-29
compile.c: fix performance of strconcat
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-08
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-08-05
insns.def: redundant call
nobu
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-29
insns.def: no quoting
nobu
2015-06-28
insns.def: preserve encoding
nobu
2015-06-28
insns.def: preserve encoding
nobu
2015-06-28
insns.def: preserve encoding
nobu
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-02
* insns.def (defined), vm_insnhelper.c (vm_defined):
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-03-08
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-06
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
[next]