summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2023-11-10merge revision(s) 17b0643392749f45b7aacb64fc1c1bd704d42b4c: [Backport #19924]nagachika
2023-09-09merge revision(s) 382678d4112f4afc6272244c22924d2b004274b1: [Backport #19788]nagachika
2023-08-13merge revision(s) 0b8f15575a440f85ac686f5b0eae8f8b7c2b72e7: [Backport #19836]nagachika
2023-08-13merge revision(s) 5bc8fceca8d47ed1ef9c603c6531a408de36b60c: [Backport #19835]nagachika
2023-07-22merge revision(s) 91c004885fc75a93cadf0094fa86ec3bd0ec25f5: [Backport #19025]nagachika
2023-07-17merge revision(s) 1bc8838d60ef3fc6812d3b64ed87caaf0ae943d9: [Backport #19750]nagachika
2022-12-15Disallow mixed usage of ... and */**Shugo Maeda
2022-12-13[Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada
2022-12-05Use loc to fix a failure of test_ast.rbShugo Maeda
2022-12-05Should use argsloc for the last argument for arg_append()Shugo Maeda
2022-12-02Introduce encoding check macroS-H-GAMELINKS
2022-11-29Remove ruby2_keywords related to args forwardingyui-knk
2022-11-29Use idFWD_* instead of ANON_*_IDShugo Maeda
2022-11-29Allow ** in def foo(...)Shugo Maeda
2022-11-24Fix the position of rescue clause without exc_listJeremy Evans
2022-11-21Refactor to use has_delayed_token macroyui-knk
2022-11-21Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk
2022-11-18Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk
2022-11-18Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-11-09Now bison 3.0 or later is requiredNobuyoshi Nakada
2022-11-08Set default %printer for NODE ntermsyui-knk
2022-10-09Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada
2022-10-08Fix typosyui-knk
2022-10-08Fix SEGV of dump parsetreeyui-knk
2022-10-08"expr_value" can be erroryui-knk
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08Treat "end" as reserved word with consideration of indentyui-knk
2022-10-08Generates "end" tokens if parser hits end of inputyui-knk
2022-10-08Add error_tolerant option to RubyVM::ASTyui-knk
2022-09-26Suppress a warning on clangShugo Maeda
2022-09-14Reuse `opt_arg_append` functionS.H
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-08-28[Bug #18963] Separate string contents by here document terminatorNobuyoshi Nakada
2022-08-22Reuse `nonlocal_var` patternsS.H
2022-08-19Reuse opt_nl ruleS-H-GAMELINKS
2022-08-19Repalce to NIL_P macroS-H-GAMELINKS
2022-08-12[Bug #18962] Do not read again once reached EOFNobuyoshi Nakada
2022-07-12Fix some UBSAN false positives (#6115)Kevin Backhouse
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-06-23Suppress notes for old gccNobuyoshi Nakada
2022-06-17Using is_ascii_string to check encodingS-H-GAMELINKS
2022-06-17Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada
2022-06-15Remove unnecessary conditionNobuyoshi Nakada
2022-06-14ripper: Check if anonymous parameters defined [Bug #18828]Nobuyoshi Nakada
2022-06-06Ignore invalid escapes in regexp commentsJeremy Evans
2022-04-21Private local variables should shadow outer variables [Bug #18629]Nobuyoshi Nakada
2022-04-18Fix the wrong index of the previous component [Bug #18739]Nobuyoshi Nakada