summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2022-04-05Fix using anonymous block in method accepting explicit keywordsJeremy Evans
2022-02-19Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto
2022-02-19Fix location of NODE_LIT in p_kwKazuki Tsujimoto
2022-02-12Reuse operation rule for operation2S-H-GAMELINKS
2022-02-12Reuse p_kwnorest rule for f_no_kwargS-H-GAMELINKS
2022-01-11Reduce p_args rules with p_restVladimir Dementyev
2022-01-07Use chomp: option when chomp modeNobuyoshi Nakada
2022-01-07Explicitly pass $/ when loop modeNobuyoshi Nakada
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans
2021-12-16Add `rb_parser_set_pos` functionS.H
2021-12-15Fix arg_forward without parentheses [Bug #18267]Nobuyoshi Nakada
2021-12-15Revert "Rename `in_kwarg` as `in_argdef` as unrelated to keywords"Nobuyoshi Nakada
2021-12-15Turn SET_LEX_STATE macro into an inline function callNobuyoshi Nakada
2021-12-15Fix indent [ci skip]Nobuyoshi Nakada
2021-12-13Remove `NODE_DASGN_CURR` [Feature #18406]Nobuyoshi Nakada
2021-12-04Add `nd_type_p` macroS.H
2021-11-23Assign temporary ID to anonymous ID [Bug #18250]Nobuyoshi Nakada
2021-11-21Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
2021-11-12parse.y: Fix memory leak at parse errorYusuke Endoh
2021-11-08[Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu
2021-10-31Argument forwarding definition without parentheses [Bug #18267]Nobuyoshi Nakada
2021-10-31Rename `in_kwarg` as `in_argdef` as unrelated to keywordsNobuyoshi Nakada
2021-10-31Reduce parser stack usage at pattern matchingNobuyoshi Nakada
2021-10-26Make new object for negated float as `Float` is always frozen nowNobuyoshi Nakada
2021-10-26ast.c: Use kept script_lines data instead of re-opening the source file (#5019)Yusuke Endoh
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-18Fix evaluation order of hash values for duplicate keysJeremy Evans
2021-10-08Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada
2021-10-05Split parser_yyerror0 from parser_yyerrorNobuyoshi Nakada
2021-10-05Show the last line at unexpected end-of-input errorNobuyoshi Nakada
2021-10-05Replace inaccurate error messagesNobuyoshi Nakada
2021-10-04The same warning for static symbol literalNobuyoshi Nakada
2021-10-04Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada
2021-09-14Use `%printer` directive for Bison 3.8Nobuyoshi Nakada
2021-09-11Hash values should be omitted in Ripper resultsShugo Maeda
2021-09-11Allow value omission in Hash literalsShugo Maeda
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-24Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada
2021-08-20ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh
2021-08-19Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto
2021-08-15Extract the wrapped value when yydebug [Bug #18075]Nobuyoshi Nakada