summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2023-02-01Extract body rules from endless method definitionsNobuyoshi Nakada
2023-01-25Remove not used argument from tokenize_identyui-knk
2023-01-07Fix format specifiers for pointer differencesNobuyoshi Nakada
2023-01-06[Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada
2023-01-02[Bug #19291] Rewind to the previous lineNobuyoshi Nakada
2022-12-26EXPR_DOT is set when next token is tANDDOT ("&.") [ci skip]yui-knk
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