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-10-06
[ruby/prism] Free current_block_exits for the program
Peter Zhu
2025-10-01
Interpolation with only string literals must not be frozen
Earlopain
2025-10-01
[ruby/prism] Add a "LAST" enum field to all flags enums
Aaron Patterson
2025-09-19
[ruby/prism] Reject argument command call taking a block with more trailing a...
Earlopain
2025-09-17
[ruby/prism] Reject `1 if foo = bar baz`
Earlopain
2025-09-15
[ruby/prism] Fix character literal forced encoding
Kevin Newton
2025-09-13
[ruby/prism] Revert "Merge pull request #3606 from tenderlove/clear-flags"
Takashi Kokubun
2025-09-12
[ruby/prism] [Bug #17398] Allow `private def hello = puts "Hello"`
Earlopain
2025-09-12
[ruby/prism] Support leading logical operators
Kevin Newton
2025-09-11
[ruby/prism] Reject some cases with `return` and command calls
Earlopain
2025-09-11
[ruby/prism] Use pm_arguments_end for function call
Yusuke Endoh
2025-08-05
[ruby/prism] Convert implicit parameter `it` to local variable in `parse_expr...
S-H-GAMELINKS
2025-08-05
[ruby/prism] Make `it = it` assign `nil` to match parse.y behavior [Bug #21139]
S-H-GAMELINKS
2025-08-05
[ruby/prism] Ensure context terminators terminate expressions
Kevin Newton
2025-08-05
[ruby/prism] Optimize context_terminator with a lookup table
Kevin Newton
2025-08-04
When reading from stdin, put a wrapper around the IO object
Aaron Patterson
2025-07-29
[ruby/prism] Allow command calls in endless method bodies within assignments
Stan Lo
2025-07-29
[ruby/prism] Do not use `0` to indicate the latest ruby version to parse
Earlopain
2025-07-22
Interpolated strings must not be frozen
Aaron Patterson
2025-07-22
Revert "[ruby/prism] Clear flags on interpolated strings"
Hiroshi SHIBATA
2025-07-21
[ruby/prism] Clear flags on interpolated strings
Aaron Patterson
2025-07-17
[ruby/prism] Revert "Merge pull request #3598 from Shopify/fix-3473"
Aaron Patterson
2025-07-17
[ruby/prism] Allow command calls in endless method bodies regardless of context
Stan Lo
2025-07-16
[ruby/prism] [Bug #21345] Fix accepting multiple rest patterns with leading m...
Earlopain
2025-07-16
[ruby/prism] Fix crash when using arithmetic expressions in pattern matching
Stan Lo
2025-07-16
[ruby/prism] Improve error handling for missing parentheses after 'not' in co...
ydah
2025-07-16
[ruby/prism] Reject `true && not true`
Yusuke Endoh
2025-06-30
[ruby/prism] fix: sigsegv on malformed shebang
Dmitry Dygalo
2025-03-31
[ruby/prism] Use `xmalloc()`/`xfree()`
Alexander Momchilov
2025-03-30
[ruby/prism] Accept a newline after the defined? keyword
Kevin Newton
2025-03-20
[Bug #21026] no singleton method on pseudo variable literal
Nobuyoshi Nakada
2025-03-18
[ruby/prism] Add a multiple statements flag to parentheses
Kevin Newton
2025-03-18
[ruby/prism] Track then keyword on rescue nodes
Kevin Newton
2025-03-18
[ruby/prism] Make xstrings concat syntax error
Kevin Newton
2025-03-02
[ruby/prism] Rename fgets parameter to fix NetBSD
Kevin Newton
2025-02-17
[ruby/prism] Fix escape unicode curly inline whitespace
Kevin Newton
2025-02-14
[ruby/prism] Fix up it indirect writes
Kevin Newton
2025-02-13
[ruby/prism] No writing to numbered parameters
Kevin Newton
2025-02-13
[ruby/prism] Fix infinite loop in error recovery
Kevin Newton
2025-02-13
[ruby/prism] Split assertion per expressions
Nobuyoshi Nakada
2025-01-22
[ruby/prism] Fix rescue modifier precedence
Kevin Newton
2025-01-22
[ruby/prism] Do not put empty statements in while because of -n
Kevin Newton
2025-01-14
[ruby/prism] Support forwarding flags on scopes
Kevin Newton
2025-01-11
[ruby/prism] Fix `not` receiver
Kevin Newton
2025-01-11
[ruby/prism] Enable implicit fall-through errors
Alexander Momchilov
2025-01-08
[ruby/prism] Revert "Reject pattern match with unexpected double splat inside...
Kevin Newton
2025-01-08
[ruby/prism] Handle escapes in named capture names
Kevin Newton
2025-01-08
[ruby/prism] Reject pattern match with unexpected double splat inside array
ydah
2025-01-07
[ruby/prism] Throw syntax error for endless method with `[]=`
eileencodes
2025-01-05
[ruby/prism] Fix global variable read off end
Kevin Newton
[prev]
[next]