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-09-06
Fix missing write barrier in iseq instruction list
Peter Zhu
2023-09-04
Revert "Don't reset line coverage for evaled code. (#8330)"
Yusuke Endoh
2023-09-04
Don't reset line coverage for evaled code. (#8330)
Samuel Williams
2023-08-30
Update YARP APIs to handle uint8_t
Kevin Newton
2023-08-29
[YARP] Compile basic types (#8311)
Jemma Issroff
2023-08-28
Add yarp/yarp_compiler.c (#8042)
Jemma Issroff
2023-08-23
Remove nd_entry from NODE_GASGN and NODE_GVAR
yui-knk
2023-08-16
Move the PC regardless of the leaf flag (#8232)
Takashi Kokubun
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-06-30
Compile code for lazy ISeq loding always
Nobuyoshi Nakada
2023-06-17
Replace parser & node compile_option from Hash to bit field
yui-knk
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
[next]