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
/
test
/
ruby
/
test_parse.rb
Age
Commit message (
Expand
)
Author
2025-03-29
merge revision(s) 1acfb29015dbc38fd345d8786aa78aad59f7dcd1: [Backport #21186]
nagachika
2024-08-06
parse.y: const_decl_path don't replace destination node by a literal (#11314)
Jean byroot Boussier
2023-12-12
Prevent warning: possibly useless use of a literal in void context
Yusuke Endoh
2023-12-08
[Bug #19877] Flip-flop needs to be direct condition
Nobuyoshi Nakada
2023-12-02
[Bug #20033] Dynamic regexp should not assign captures
Nobuyoshi Nakada
2023-12-01
[Bug #20030] dispatch invalid escaped character without ignoring it
Nobuyoshi Nakada
2023-11-30
[Bug #19877] Assign captures for direct regexp literal only
Nobuyoshi Nakada
2023-10-31
Keep unused literal nodes
yui-knk
2023-10-13
[Bug #19919] Warn class variable assignment and constant declaration in condi...
yui-knk
2023-10-13
[Bug #19924] Source code should be unsigned char stream
Nobuyoshi Nakada
2023-09-26
Prevent warnings: "unused literal ignored"
Yusuke Endoh
2023-09-15
[Bug #19882] Reject tokens invalid as symbols
Nobuyoshi Nakada
2023-09-15
[Bug #19877] Fix flip-flop in block
Nobuyoshi Nakada
2023-09-15
[Bug #19877] Named captures should take place from regexps in block
Nobuyoshi Nakada
2023-09-15
[Bug #19877] Literals cannot have singleton methods even in blocks
Nobuyoshi Nakada
2023-09-07
[Bug #19549] Check for variables to be interpolated
Nobuyoshi Nakada
2023-06-30
Handle unterminated unicode escapes in regexps
Jeremy Evans
2023-06-22
[Bug #19743] All but EOF can be read again after push-back
Nobuyoshi Nakada
2023-06-20
[Bug #19736] Recover after unterminated interpolation
Nobuyoshi Nakada
2023-06-20
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-03-19
[Bug #19539] Match heredoc identifier from end of line
Nobuyoshi Nakada
2023-01-02
[Bug #19291] Rewind to the previous line
Nobuyoshi Nakada
2022-07-08
[Bug #18890] Suppress warnings and fix the message
Nobuyoshi Nakada
2022-07-06
[Bug #18890] newline should be insignificant after pattern label
Nobuyoshi Nakada
2022-06-30
[Bug #18877] Let `lex_ctxt` not to eat escaped whitespace
Nobuyoshi Nakada
2022-06-29
[Bug #18884] `class` cannot be just followed by modifiers
Nobuyoshi Nakada
2022-04-21
Private local variables should shadow outer variables [Bug #18629]
Nobuyoshi Nakada
2021-11-18
Anonymous block forwarding allows a method to forward a passed
Jeremy Evans
2021-10-08
Remove duplicate value checks on `mrhs` which always has the value
Nobuyoshi Nakada
2021-10-05
Show the last line at unexpected end-of-input error
Nobuyoshi Nakada
2021-07-27
test/ruby/test_parse.rb: Prevent an "unused variable" warning
Yusuke Endoh
2021-07-21
Fix interpolated heredoc
eileencodes
2021-05-13
Also `\U` after control/meta is invalid [Bug #17861]
Nobuyoshi Nakada
2021-03-23
Ignore useless separators preceding a file encoding comment
Nobuyoshi Nakada
2021-03-23
Assertion for colon-separated encoding pragma
Nobuyoshi Nakada
2021-01-04
Fixed error message when % at EOF
Nobuyoshi Nakada
2020-12-24
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-23
Ensure non-literal expressions shareable if `leteral`
Nobuyoshi Nakada
2020-12-23
Update rb_ractor_ensure_shareable
Nobuyoshi Nakada
2020-12-23
Split the test
Nobuyoshi Nakada
2020-12-23
Added assertions
Nobuyoshi Nakada
2020-12-23
Added dedicated helper methods
Nobuyoshi Nakada
2020-12-23
Changed shareable literal semantics [Feature #17397]
Nobuyoshi Nakada
2020-12-19
Fixed not to make non-literal expression shareable [Feature #17273]
Nobuyoshi Nakada
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-14
Support shareable_constant_value: literal
Nobuyoshi Nakada
2020-12-14
Make shareable_constant_value tri-state
Nobuyoshi Nakada
2020-12-14
shareable_constant_value: is effective only in comment-only line
Nobuyoshi Nakada
2020-12-14
Added continued line case
Nobuyoshi Nakada
2020-12-14
Added false case
Nobuyoshi Nakada
[next]