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
2024-06-25
[PRISM] Modules should also emit the CLASS event
Kevin Newton
2024-06-24
Handle hash and splat nodes in defined?
Jeremy Evans
2024-06-18
Add two new instructions for forwarding calls
Aaron Patterson
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-06
remove unused variable
Aaron Patterson
2024-06-06
remove debug output
Aaron Patterson
2024-06-01
Suppress -Wmaybe-uninitialized warnings with LTO
Nobuyoshi Nakada
2024-05-30
[PRISM] Support for compiling builtins
Kevin Newton
2024-05-28
[PRISM] Enable TestAssignmentGen#test_assignment
Kevin Newton
2024-05-28
[PRISM] Update BEGIN node line number based on empty statements and rescue
Kevin Newton
2024-05-28
[PRISM] Use PUSH_SYNTHETIC_PUTNIL for all optional statement bodies
Kevin Newton
2024-05-28
Precompute embedded string literals hash code
Jean Boussier
2024-05-24
[PRISM] Use only bundled error formatting
Kevin Newton
2024-05-24
[PRISM] Move error formatting into Ruby
Kevin Newton
2024-05-23
[PRISM] Fix up some masgn topn calculations
Kevin Newton
2024-05-22
[PRISM] Properly support 'it'
Kevin Newton
2024-05-21
[PRISM] Use new rational layout
Kevin Newton
2024-05-21
[PRISM] Handle safe navigation in call target nodes
Kevin Newton
2024-05-20
[PRISM] Respect eval coverage setting
Kevin Newton
2024-05-20
[PRISM] Match CRuby line semantics for evstr
Kevin Newton
2024-05-19
`rb_enc_compile_warn` and `rb_enc_compile_warning` are printf format
Nobuyoshi Nakada
2024-05-19
Remove `rb_bug` after COMPILE_ERROR
Nobuyoshi Nakada
2024-05-17
[PRISM] Enable TestRequire
Kevin Newton
2024-05-17
[PRISM] Emit END event for modules
Kevin Newton
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
[next]