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
/
prism_compile.c
Age
Commit message (
Expand
)
Author
2023-12-19
[PRISM] Correct the jump target for redo in FOR_NODE
Matt Valentine-House
2023-12-19
[PRISM] Fix parameter numbering in For Node
Matt Valentine-House
2023-12-15
[PRISM] Fix incorrect instructions for `default_proc=`
eileencodes
2023-12-15
[PRISM] Compile CallTargetNode
Matt Valentine-House
2023-12-15
[PRISM] Compile IndexTargetNode
Matt Valentine-House
2023-12-14
[PRISM] Implement safe navigation in CallNodes
Jemma Issroff
2023-12-14
[prism] Fix build with no asserts
Kevin Newton
2023-12-14
[PRISM] Fix keyword hash handling in method calls
Ufuk Kayserilioglu
2023-12-14
Pattern matching
Kevin Newton
2023-12-14
[Prism] Fix cvar or assignment instructions
eileencodes
2023-12-14
[PRISM] Account for multiple anonymous locals
Jemma Issroff
2023-12-14
[PRISM] Check for static literal, excluding array, hash, range
Jemma Issroff
2023-12-14
[PRISM] Fix bugs in compiling optional keyword parameters
Jemma Issroff
2023-12-14
[PRISM] Use frozen flag on StringNode
Jemma Issroff
2023-12-14
[PRISM] Add anon KW args to the block local table
Matt Valentine-House
2023-12-13
[Prism] Fix InterpolatedMatchLastLine Instructions
eileencodes
2023-12-13
[PRISM] Fix a -Wformat-zero-length warning
Takashi Kokubun
2023-12-13
[PRISM] Use xcalloc for iseq id table
John Hawthorn
2023-12-13
[PRISM] Fix st_table memory leak
John Hawthorn
2023-12-13
[PRISM] Break nodes should add an entry to the parent catch table
Matt Valentine-House
2023-12-13
[PRISM] Remove errant NOP when redo_label is set
Matt Valentine-House
2023-12-13
[PRISM] Generate instruction for when redo_label is set
Matt Valentine-House
2023-12-13
[PRISM] Use `PM_KEYWORD_HASH_NODE_FLAGS_STATIC_KEYS` flag in compiler
Ufuk Kayserilioglu
2023-12-13
[PRISM] If receiver on CallNode is SelfNode, use FCALL flags
Jemma Issroff
2023-12-13
[PRISM] Fix attrset edge cases
eileencodes
2023-12-12
[PRISM] Correctly parse non-base 10 integers in Prism
Jemma Issroff
2023-12-12
[PRISM] Fix segv with regex once flag
eileencodes
2023-12-12
[PRISM] Compile NextNode arguments
Matt Valentine-House
2023-12-12
[PRISM] Implementing forwarding of args for ForwardingSuperNode
Jemma Issroff
2023-12-12
[PRISM] Allow rest parameter to be `*`
Jemma Issroff
2023-12-12
[PRISM] Do not hide syntactically required parentheses within macros
Nobuyoshi Nakada
2023-12-11
[PRISM] Properly compile MultiTargetNodes within parameters
Jemma Issroff
2023-12-11
[PRISM] Fixed rest in MultiTargetNodes
Jemma Issroff
2023-12-11
[PRISM] Correctly implemented forwarding parameters in methods
Jemma Issroff
2023-12-11
[PRISM] Restructure parameters on ScopeNodes
Jemma Issroff
2023-12-11
[PRISM] Define and use a pm_add_ensure_iseq
Jemma Issroff
2023-12-11
[PRISM] Fix ElseNode within CaseNode
Jemma Issroff
2023-12-11
Add handling of implicit hash arguments
Ufuk Kayserilioglu
2023-12-08
[PRISM] Fix `PM_CALL_NODE` assignment
eileencodes
2023-12-07
Support method calls inside `defined?`
Aaron Patterson
2023-12-07
Added comment
Jemma Issroff
2023-12-07
[PRISM] Account for multiple arguments when compiling ArgumentsNode
Jemma Issroff
2023-12-07
[PRISM] Stop catch table entries being deleted by the optimiser
Matt Valentine-House
2023-12-07
[PRISM] Don't pop arguments on a return node
Jemma Issroff
2023-12-07
[PRISM] Ensure should set correct end_label
Matt Valentine-House
2023-12-07
[PRISM] Rescue should set correct end_label
Matt Valentine-House
2023-12-06
[PRISM] Correct depth offset for block local vars
Matt Valentine-House
2023-12-06
[prism] Handle string and xstring encodings
Kevin Newton
2023-12-06
[PRISM] Extract a PM_NOP helper
Jemma Issroff
2023-12-06
[PRISM] Fix ReturnNodes
Jemma Issroff
[next]