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
/
prism.c
Age
Commit message (
Expand
)
Author
2025-04-06
merge revision(s) 117d6e145a0270ab8fc9134403519ef13b9ebb24: [Backport #21027]
nagachika
2023-12-16
Revert all of commits after Prism 0.19.0 release
Hiroshi SHIBATA
2023-12-15
[ruby/prism] String literal hash keys should be frozen
eileencodes
2023-12-15
[ruby/prism] Fix eval parsing depth
Kevin Newton
2023-12-15
[ruby/prism] Invalid pinned locals in pattern matching
Kevin Newton
2023-12-15
[ruby/prism] Add TODO comment
Kevin Newton
2023-12-15
[ruby/prism] Add an error for `in` keyword in arguments
TSUYUSATO Kitsune
2023-12-14
[ruby/prism] Fix parse result for nesting pattern matching
Kevin Newton
2023-12-14
[ruby/prism] Fix the implementation of the flag on keyword hash nodes
Ufuk Kayserilioglu
2023-12-14
[ruby/prism] Make equality operators non-associative
TSUYUSATO Kitsune
2023-12-14
[ruby/prism] Fix hash pattern rest
Kevin Newton
2023-12-13
[ruby/prism] Fix hash deopt based on contents
Ufuk Kayserilioglu
2023-12-12
[ruby/prism] Use new flag setters for attribute write
Kevin Newton
2023-12-12
[ruby/prism] Start using flag macros/methods exclusively
Ufuk Kayserilioglu
2023-12-12
[ruby/prism] Add methods for setting/unsetting and macros for testing a flags
Ufuk Kayserilioglu
2023-12-12
[ruby/prism] Flag for attribute write on calls
Kevin Newton
2023-12-12
[ruby/prism] Start `KeywordHashNode`s with `STATIC_KEYS` set, until hit an el...
Ufuk Kayserilioglu
2023-12-11
[ruby/prism] Regexp terminator escapes
Kevin Newton
2023-12-11
[ruby/prism] Handle a non-interpolated dsym spanning a heredoc
Kevin Newton
2023-12-11
[ruby/prism] Correct escapes when ctrl+meta+escape
Kevin Newton
2023-12-11
[ruby/prism] Split up CallNode in target position
Kevin Newton
2023-12-11
[ruby/prism] Fix parsing unterminated empty string `"`
TSUYUSATO Kitsune
2023-12-11
[ruby/prism] Fix to parse a (endless-)range with binary operators
TSUYUSATO Kitsune
2023-12-08
[ruby/prism] Hashes need to deoptimize based on their contents
Aaron Patterson
2023-12-06
[ruby/prism] Emit error for constant assignments in defs
Haldun Bayhantopcu
2023-12-06
[ruby/prism] Simplify unterminated string
Kevin Newton
2023-12-06
[ruby/prism] Fix closing loc for string literals
TSUYUSATO Kitsune
2023-12-06
[ruby/prism] Fix one potential memory leak and silence one false positive rep...
Haldun Bayhantopcu
2023-12-06
[ruby/prism] Provide flags for changing encodings
Kevin Newton
2023-12-06
[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNode
Jemma Issroff
2023-12-05
[ruby/prism] Fix defined with new line
eileencodes
2023-12-05
[ruby/prism] Remove unnecessary match
Haldun Bayhantopcu
2023-12-05
[ruby/prism] Fix a typo
TSUYUSATO Kitsune
2023-12-05
[ruby/prism] Fix argument order
TSUYUSATO Kitsune
2023-12-05
[ruby/prism] Fix some corner cases
TSUYUSATO Kitsune
2023-12-05
[ruby/prism] Fix to parse command-style method calls more correctly
TSUYUSATO Kitsune
2023-12-04
[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_t
Lily Lyons
2023-12-04
[ruby/prism] Check "void value expression" for array literals
TSUYUSATO Kitsune
2023-12-01
[ruby/prism] Fix parsing heredoc ends
Haldun Bayhantopcu
2023-12-01
[ruby/prism] Change numbered parameters
Kevin Newton
2023-12-01
[ruby/prism] Add missing context names to the switch in `debug_context`
TSUYUSATO Kitsune
2023-12-01
[ruby/prism] Improve to handle unterminated strings
TSUYUSATO Kitsune
2023-12-01
[ruby/prism] Fix `not_provided` comment
TSUYUSATO Kitsune
2023-12-01
[PRISM] Remove transparent scope nodes
Matt Valentine-House
2023-11-30
[ruby/prism] Group encodings into a single array
Kevin Newton
2023-11-30
[ruby/prism] Do not expose encodings that do not need to be exposed
Kevin Newton
2023-11-30
[ruby/prism] Remove ability to decode other encodings
Kevin Newton
2023-11-30
[ruby/prism] CESU encoding
Kevin Newton
2023-11-30
[ruby/prism] EUC-TW encoding
Kevin Newton
2023-11-30
[ruby/prism] GB18030 encoding
Kevin Newton
[next]