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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2023-05-24
Rename `rb_node_name` to the original name
yui-knk
2023-05-23
Move `ruby_node_name` to node.c and rename prefix of the function
yui-knk
2023-04-27
[Bug #19611] Remove never-reachable branch in logical expression
Nobuyoshi Nakada
2023-04-19
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-04-19
* expand tabs. [ci skip]
git
2023-04-18
Emit special instruction for array literal + .(hash|min|max)
Aaron Patterson
2023-04-11
Move `catch_except_p` to `compile_data`
eileencodes
2023-03-23
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-23
should not restore builtin_inline_index
Koichi Sasada
2023-03-17
compile branch body if needed
Koichi Sasada
2023-03-15
`Hash#dup` for kwsplat arguments
Koichi Sasada
2023-03-14
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
Support multiple attributes with Primitive.attr!
Takashi Kokubun
2023-03-10
rename `defined_ivar` to `definedivar`
Koichi Sasada
2023-03-08
Add defined_ivar instruction
Ole Friis Østergaard
2023-03-08
Constify function tables
Nobuyoshi Nakada
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
Change bytecode of `f(*a, **kw)`
Koichi Sasada
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-21
Use `ERROR_ARGS_AT`
Nobuyoshi Nakada
2023-02-20
compile.c: eliminate getinstancevariable -> pop sequences
Jean Boussier
2023-02-14
Add utility macros `DECIMAL_SIZE_OF` and `DECIMAL_SIZE_OF_BYTES`
Nobuyoshi Nakada
2023-02-13
Remove ibf_dumper's WB_PROTECTED status
Alan Wu
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-08
Rename iseq_mark_and_update to iseq_mark_and_move
Peter Zhu
2023-01-20
Make all of the references of iseq movable
Peter Zhu
2023-01-17
Avoid checking interrupt when loading iseq
Stan Lo
2022-12-15
Disallow mixed usage of ... and */**
Shugo Maeda
2022-12-06
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-11-29
Remove ruby2_keywords related to args forwarding
yui-knk
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-08
Fix false LocalJumpError when branch coverage is enabled
Yusuke Endoh
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-27
* expand tabs. [ci skip]
git
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-25
[Bug #19021] Fix safe call w/ conditional assign
John Hawthorn
2022-09-26
Use `int first_lineno` for binary format.
Samuel Williams
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-22
avoid extra dup and pop in compile_op_asgn2
HParker
2022-09-22
avoid extra dup and pop in compile_op_log
HParker
2022-09-22
Enable coverage for eval.
Samuel Williams
2022-09-12
Add comments for some peephole optimizations [ci skip]
Maple Ong
2022-09-02
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]