index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insns.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-17
1
-12
/
+11
*
* insns.def (defineclass): Also raise an error when redeclaring the
eregon
2016-05-10
1
-5
/
+4
*
* configure.in: check function attirbute const and pure,
naruse
2016-05-08
1
-2
/
+0
*
string.c: rb_str_concat_literals
nobu
2016-04-05
1
-7
/
+1
*
* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
naruse
2016-03-21
1
-6
/
+4
*
* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
naruse
2016-03-20
1
-19
/
+1
*
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-03-17
1
-0
/
+68
*
* intern.h (rb_divmod): assume compilers `/` and `%` comply C99
naruse
2016-03-08
1
-60
/
+6
*
* insns.def (opt_mod): show its method name on ZeroDivisionError.
naruse
2016-03-08
1
-1
/
+1
*
* insns.def (opt_plus): simply use LONG2NUM() instead of wrongly
naruse
2016-02-15
1
-13
/
+2
*
improve r53741
naruse
2016-02-05
1
-16
/
+11
*
* insns.def (opt_mult): Use int128_t for overflow detection.
naruse
2016-02-05
1
-8
/
+17
*
insns.def: description [ci skip]
nobu
2016-01-10
1
-9
/
+17
*
Move a comment to the appropriate position.
yui-knk
2016-01-03
1
-2
/
+2
*
insns.def (opt_case_dispatch): avoid converting Infinity
normal
2015-12-11
1
-1
/
+1
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-2
/
+4
*
compile optimized case dispatch for nil/true/false
normal
2015-12-08
1
-0
/
+6
*
insns.def (opt_case_dispatch): check Float#=== redefinition
normal
2015-12-07
1
-0
/
+1
*
* compile.c (iseq_compile_each): add debug information to NODE_STR
ko1
2015-11-20
1
-0
/
+17
*
* refactoring CREF related code.
ko1
2015-11-13
1
-1
/
+1
*
* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref and
ko1
2015-10-29
1
-2
/
+2
*
* insns.def: nobody set ic->ic_value.value to Qundef.
ko1
2015-10-29
1
-3
/
+1
*
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
1
-4
/
+2
*
Safe navigation operator
nobu
2015-10-22
1
-0
/
+17
*
revert r51991
nobu
2015-10-01
1
-5
/
+3
*
vm_args.c: GC guard
nobu
2015-10-01
1
-3
/
+5
*
compile.c: fix performance of strconcat
nobu
2015-09-29
1
-1
/
+1
*
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-19
1
-47
/
+55
*
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-09-08
1
-4
/
+4
*
insns.def: redundant call
nobu
2015-08-05
1
-2
/
+3
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-3
/
+3
*
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-03
1
-2
/
+1
*
insns.def: no quoting
nobu
2015-06-29
1
-4
/
+4
*
insns.def: preserve encoding
nobu
2015-06-28
1
-2
/
+2
*
insns.def: preserve encoding
nobu
2015-06-28
1
-2
/
+2
*
insns.def: preserve encoding
nobu
2015-06-28
1
-2
/
+2
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-1
/
+1
*
* insns.def (defined), vm_insnhelper.c (vm_defined):
ko1
2015-06-02
1
-100
/
+1
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-4
/
+5
*
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
1
-5
/
+3
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-12
/
+15
*
insns.def: reverse
nobu
2015-02-25
1
-0
/
+22
*
insns.def: typo
nobu
2015-02-16
1
-1
/
+1
*
insns.def (opt_succ): remove Time#succ optimization
normal
2014-11-13
1
-4
/
+0
*
* rewrite method/block parameter fitting logic to optimize
ko1
2014-11-02
1
-10
/
+30
*
insns.def: add comments to def/opt_operand.def
normal
2014-10-23
1
-0
/
+2
*
iseq_inline_storage_entry: 24=>16 bytes on 64-bit
normal
2014-09-11
1
-19
/
+18
*
insns.def: avoid type-punned pointer cast
nobu
2014-06-20
1
-1
/
+1
*
insns.def: fix typo
nobu
2014-05-26
1
-1
/
+1
*
insns.def (opt_regexpmatch2): respect redefined match op
normal
2014-03-11
1
-1
/
+1
[next]