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
...
*
`ec` -> `th`
ko1
2017-10-27
1
-1
/
+1
*
vm_defined() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
vm_search_super_method() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
vm_get_ev_const() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
vm_throw* accept `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
ec->th for vm_cref_push() and constify.
ko1
2017-10-27
1
-1
/
+1
*
Some functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-2
/
+2
*
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-2
/
+2
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-0
/
+47
*
intern instruction
nobu
2017-09-18
1
-0
/
+14
*
refinements in string interpolation
nobu
2017-09-18
1
-2
/
+20
*
Add a new instruction `trace2` for hooking with custom data
mame
2017-09-14
1
-0
/
+17
*
add rb_hash_new_with_size()
shyouhei
2017-09-05
1
-1
/
+1
*
Remove not exist arguments from comments of insns
yui-knk
2017-08-15
1
-2
/
+0
*
move fields to ec.
ko1
2017-06-28
1
-2
/
+2
*
vm_insnhelper.c: vm_stack_consistency_error
nobu
2017-06-23
1
-2
/
+1
*
add debug counters for local variable (lavr) access.
ko1
2017-05-31
1
-0
/
+4
*
insns.def: [DOC] Fix description of tostring
k0kubun
2017-05-25
1
-2
/
+2
*
Translate missing rdoc comment for opt_send_without_block.
hsbt
2017-05-08
1
-1
/
+1
*
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-27
1
-6
/
+2
*
revert newhash refactoring
shyouhei
2017-04-24
1
-5
/
+8
*
refactor hash literal
shyouhei
2017-04-21
1
-8
/
+5
*
refactor torexp to use routine in array.c
shyouhei
2017-04-20
1
-5
/
+2
*
typo fix (sorry!) [ci skip]
shyouhei
2017-04-18
1
-1
/
+1
*
fix compile error.
ko1
2017-04-18
1
-1
/
+1
*
tabify (sorry!) [ci skip]
shyouhei
2017-04-18
1
-1
/
+1
*
split insns.def into functions
shyouhei
2017-04-18
1
-663
/
+110
*
fix redefinition optimization for -"literal string" (UMinus)
normal
2017-03-27
1
-0
/
+14
*
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-09
1
-1
/
+1
*
optimize FIXABLE macro
shyouhei
2017-03-06
1
-1
/
+1
*
Use carry flag to reduce instructions
naruse
2017-02-02
1
-16
/
+2
*
insns.def: float comparison
nobu
2017-01-13
1
-18
/
+14
*
adjust indent [ci skip]
nobu
2017-01-07
1
-6
/
+5
*
fix optimization for hash aset/aref with fstring
eregon
2017-01-07
1
-2
/
+6
*
insns.def: adjust index type
nobu
2016-11-28
1
-1
/
+1
*
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-11-05
1
-1
/
+1
*
insns.def: opt_case_dispatch trivial optimization
nobu
2016-10-28
1
-14
/
+9
*
* insns.def (setclassvariable, setconstant): warn when self is a
shugo
2016-09-08
1
-0
/
+2
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-9
/
+9
*
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-07-26
1
-4
/
+1
*
* insns.def: tabify [ci skip]
shyouhei
2016-07-17
1
-24
/
+24
*
* insns.def (opt_succ): optimize like r55515. (but this argument is
naruse
2016-06-29
1
-5
/
+5
*
* insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
naruse
2016-06-27
1
-11
/
+6
*
[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
[prev]
[next]