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
ruby_4_0
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
2024-05-17
[PRISM] Enable TestSyntax#test_error_message_encoding
Kevin Newton
2024-05-10
[PRISM] Handle operator->binary_operator rename
Kevin Newton
2024-05-08
[PRISM] Use correct warning encoding
Kevin Newton
2024-05-06
[PRISM] Support for compiling ractor constant path writes
Kevin Newton
2024-05-06
[PRISM] Support for compiling ractor constant writes
Kevin Newton
2024-05-03
[PRISM] Use new constant path structure
Kevin Newton
2024-05-02
Mark the first string element of a regexp as binary if US-ASCII
Kevin Newton
2024-05-02
[PRISM] Disallow redundant returns from being line events
Kevin Newton
2024-05-02
[PRISM] Fix param names for repeated splats
Kevin Newton
2024-05-02
Fixed missing support for https://github.com/ruby/ruby/commit/d75bbba255e086d...
jinroq
2024-05-01
[PRISM] Correct encoding for interpolated string literals in regexp
Kevin Newton
2024-05-01
[PRISM] Properly precheck regexp for encoding issues
Kevin Newton
2024-05-01
[PRISM] Support interpolated regexp with encoding modifiers
Kevin Newton
2024-05-01
Fix xfree
Nobuyoshi Nakada
2024-04-29
[PRISM] Remove false positive compile warnings for branch coverage
Kevin Newton
2024-04-26
[PRISM] Use redundant return flag
Kevin Newton
2024-04-26
[PRISM] Fix up if condition branch coverage location
Kevin Newton
2024-04-26
[PRISM] Fix up branch coverage for &. with block
Kevin Newton
2024-04-26
[PRISM] Enable branch coverage for if/unless conditionals
Kevin Newton
2024-04-26
[PRISM] Enable branch coverage for while/until loops
Kevin Newton
2024-04-26
[PRISM] Enable branch coverage for case pattern matching
Kevin Newton
2024-04-26
[PRISM] Enable branch coverage for case
Kevin Newton
2024-04-26
[PRISM] Enable branch coverage for &.
Kevin Newton
2024-04-25
[PRISM] Raise LoadError when file cannot be read
Kevin Newton
2024-04-12
[PRISM] Emit parse warnings before raising syntax errors
Kevin Newton
2024-04-11
[PRISM] Suppress compiler warnings
Takashi Kokubun
2024-04-11
[PRISM] Enable more passing tests
Kevin Newton
2024-04-11
[PRISM] Fix break in super block
Kevin Newton
2024-04-11
[PRISM] Fix flags on local variable operator write nodes
Kevin Newton
2024-04-11
prism_compile.c: use rb_enc_interned_str to reduce allocations
Jean Boussier
2024-04-11
prism_compile.c: X_STRING should be frozen
Jean Boussier
2024-04-04
[PRISM] Ensure unfrozen when interpolation is present in string literal
Kevin Newton
2024-04-04
[PRISM] Add CLASS and END tracepoint events
Kevin Newton
2024-04-04
[PRISM] Fix location of ensure iseqs
Kevin Newton
2024-04-04
[PRISM] Remove trailing spaces
Kevin Newton
2024-04-04
[PRISM] Consistent style in prism_compile.c
Kevin Newton
2024-04-04
[PRISM] Remove pm_line_node_t, consolidate all line number handling
Kevin Newton
2024-04-04
[PRISM] Finish removing dummy_line_node usage in pm_compile_node
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node creation in pm_compile_node
Kevin Newton
2024-04-04
[PRISM] Remove specialized macros that used dummy_line_node
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from get/set local instructions
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from remaining nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from ensure and flip flop nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from false and else node
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from embedded nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from class nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from case nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from defined expressions
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from constant nodes
Kevin Newton
2024-04-04
[PRISM] Remove dummy_line_node usage from class variable nodes
Kevin Newton
[prev]
[next]