summaryrefslogtreecommitdiff
path: root/test/ruby/test_parse.rb
AgeCommit message (Expand)Author
2025-03-29merge revision(s) 1acfb29015dbc38fd345d8786aa78aad59f7dcd1: [Backport #21186]nagachika
2024-08-06parse.y: const_decl_path don't replace destination node by a literal (#11314)Jean byroot Boussier
2023-12-12Prevent warning: possibly useless use of a literal in void contextYusuke Endoh
2023-12-08[Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada
2023-12-02[Bug #20033] Dynamic regexp should not assign capturesNobuyoshi Nakada
2023-12-01[Bug #20030] dispatch invalid escaped character without ignoring itNobuyoshi Nakada
2023-11-30[Bug #19877] Assign captures for direct regexp literal onlyNobuyoshi Nakada
2023-10-31Keep unused literal nodesyui-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 streamNobuyoshi Nakada
2023-09-26Prevent warnings: "unused literal ignored"Yusuke Endoh
2023-09-15[Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada
2023-09-15[Bug #19877] Fix flip-flop in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Named captures should take place from regexps in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Literals cannot have singleton methods even in blocksNobuyoshi Nakada
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-06-30Handle unterminated unicode escapes in regexpsJeremy Evans
2023-06-22[Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada
2023-06-20[Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada
2023-06-20Adjust indent [ci skip]Nobuyoshi Nakada
2023-03-19[Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada
2023-01-02[Bug #19291] Rewind to the previous lineNobuyoshi Nakada
2022-07-08[Bug #18890] Suppress warnings and fix the messageNobuyoshi Nakada
2022-07-06[Bug #18890] newline should be insignificant after pattern labelNobuyoshi Nakada
2022-06-30[Bug #18877] Let `lex_ctxt` not to eat escaped whitespaceNobuyoshi Nakada
2022-06-29[Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada
2022-04-21Private local variables should shadow outer variables [Bug #18629]Nobuyoshi Nakada
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
2021-10-08Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada
2021-10-05Show the last line at unexpected end-of-input errorNobuyoshi Nakada
2021-07-27test/ruby/test_parse.rb: Prevent an "unused variable" warningYusuke Endoh
2021-07-21Fix interpolated heredoceileencodes
2021-05-13Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada
2021-03-23Ignore useless separators preceding a file encoding commentNobuyoshi Nakada
2021-03-23Assertion for colon-separated encoding pragmaNobuyoshi Nakada
2021-01-04Fixed error message when % at EOFNobuyoshi Nakada
2020-12-24shareable_constant_value: experimental_copyKoichi Sasada
2020-12-23Ensure non-literal expressions shareable if `leteral`Nobuyoshi Nakada
2020-12-23Update rb_ractor_ensure_shareableNobuyoshi Nakada
2020-12-23Split the testNobuyoshi Nakada
2020-12-23Added assertionsNobuyoshi Nakada
2020-12-23Added dedicated helper methodsNobuyoshi Nakada
2020-12-23Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada
2020-12-19Fixed not to make non-literal expression shareable [Feature #17273]Nobuyoshi Nakada
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-14Support shareable_constant_value: literalNobuyoshi Nakada
2020-12-14Make shareable_constant_value tri-stateNobuyoshi Nakada
2020-12-14shareable_constant_value: is effective only in comment-only lineNobuyoshi Nakada
2020-12-14Added continued line caseNobuyoshi Nakada
2020-12-14Added false caseNobuyoshi Nakada