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
/
parser.h
Age
Commit message (
Expand
)
Author
2025-11-14
[ruby/prism] Reject endless method as a block parameter default
Earlopain
2024-10-04
[ruby/prism] Fix up multi target parsing
Kevin Newton
2024-10-03
[ruby/prism] Pop lex mode for heredocs in the lexer, not the parser
Kevin Newton
2024-09-20
[ruby/prism] Introduce partial_script option
Kevin Newton
2024-07-22
[ruby/prism] Implement mismatched indentation warning
Kevin Newton
2024-07-11
[PRISM] Fix up shareable constant casting
Kevin Newton
2024-07-11
[ruby/prism] Add node ids to nodes
Kevin Newton
2024-06-10
[ruby/prism] Provide ability to lock encoding while parsing
Kevin Newton
2024-06-10
[ruby/prism] Allow block exits in loop predicates
Kevin Newton
2024-05-22
[ruby/prism] Fix support for 'it' implicit local variable
Kevin Newton
2024-05-21
[ruby/prism] Add error for numbered parameter used in inner block
Kevin Newton
2024-04-24
[ruby/prism] Warn for nested hashes as well
Kevin Newton
2024-04-17
[ruby/prism] Inline pm_state_stack
Kevin Newton
2024-04-05
[ruby/prism] Provide documentation for the new local tables
Kevin Newton
2024-04-05
[ruby/prism] Replace old circular parameter definition detection
Kevin Newton
2024-04-05
[ruby/prism] Warn on unused local variables
Kevin Newton
2024-04-05
[ruby/prism] Switch locals to use a hash
Kevin Newton
2024-04-03
[ruby/prism] Allow retry in rescue modifier
Kevin Newton
2024-04-03
[ruby/prism] No invalid block exits in eval
Kevin Newton
2024-04-03
[ruby/prism] Further delineate block types
Kevin Newton
2024-04-03
[ruby/prism] Delineate rescue/else/ensure for more accurate exits
Kevin Newton
2024-04-03
[ruby/prism] Pass block exits up the tree
Kevin Newton
2024-04-03
[ruby/prism] Allow block exits in defined? and fix modifier while/until
Kevin Newton
2024-03-25
[ruby/prism] Fix up minimal build setting
Kevin Newton
2024-03-25
[ruby/prism] Handle CLRF in regexp
Kevin Newton
2024-03-15
[ruby/prism] Shareable constant nodes
Kevin Newton
2024-03-13
[ruby/prism] Change `frozen_string_literal` to be a tri-state
Jean Boussier
2024-03-08
[ruby/prism] Simplify the regular expression ASCII-only check
Kevin Newton
2024-03-08
[ruby/prism] Track both the unescaped bytes and source string for a regular e...
Kevin Menard
2024-03-07
[ruby/prism] Fix up tilde heredoc line continuations
Kevin Newton
2024-02-29
[ruby/prism] Command line options as a bitset
Kevin Newton
2024-02-27
[ruby/prism] Support -p, -n, -a, and -l command line options
Kevin Newton
2024-02-21
[ruby/prism] Support ItParametersNode
Kevin Newton
2024-02-16
[ruby/prism] Disallow numbered parameters within given scopes
Kevin Newton
2024-02-01
[PRISM] Emit parse warnings
Kevin Newton
2024-02-01
Sync to latest prism
Kevin Newton
2024-01-30
Update forwarding locals for prism
Aaron Patterson
2024-01-30
[ruby/prism] Better error messages for unexpected tokens in prefix
Kevin Newton
2024-01-09
[ruby/prism] Clarify __END__ comment
Kevin Newton
2024-01-02
[ruby/prism] IndexTargetNode should always have ATTRIBUTE_WRITE
Kevin Newton
2023-12-25
Revert "Revert all of commits after Prism 0.19.0 release"
Hiroshi SHIBATA
2023-12-16
Revert all of commits after Prism 0.19.0 release
Hiroshi SHIBATA
2023-12-15
[ruby/prism] Finish keyword hash node flag refactor by renaming flag
Ufuk Kayserilioglu
2023-12-14
[ruby/prism] Fix the implementation of the flag on keyword hash nodes
Ufuk Kayserilioglu
2023-12-06
[ruby/prism] Provide flags for changing encodings
Kevin Newton
2023-12-04
[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_t
Lily Lyons
2023-12-01
[ruby/prism] Change numbered parameters
Kevin Newton
2023-12-01
[PRISM] Remove transparent scope nodes
Matt Valentine-House
2023-11-30
[ruby/prism] Remove ability to decode other encodings
Kevin Newton
2023-11-30
[PRISM] Consolidate prism encoding files
Kevin Newton
[next]