summaryrefslogtreecommitdiff
path: root/node.h
AgeCommit message (Expand)Author
2021-01-14NODE markability should not change by nd_set_typeNobuyoshi Nakada
2020-11-01Change NODE layout for pattern matchingKazuki Tsujimoto
2020-08-27include/ruby/backward/2/r_cast.h: deprecate卜部昌平
2020-08-03Remove unused struct memberAaron Patterson
2020-08-02rb_{ary,fnd}_pattern_info: Remove imemo member to reduce memory usageKazuki Tsujimoto
2020-07-27Use a linked list to eliminate imemo tmp bufs for managing local tablesAaron Patterson
2020-07-03Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto
2020-05-14Constified code_loc_genNobuyoshi Nakada
2020-05-04Fix indentationKazuki Tsujimoto
2020-04-13add #include guard hack卜部昌平
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
2019-10-25Define arguments forwarding as `ruby2_keywords` styleNobuyoshi Nakada
2019-09-26Add compaction support to `rb_ast_t`Aaron Patterson
2019-09-20Allows calling a private method only with bare `self`Nobuyoshi Nakada
2019-09-13Moved ruby_node_name declaration to node.hNobuyoshi Nakada
2019-09-10Macros can't be expressions, so make a functionAaron Patterson
2019-09-10WB needs to be executed after object is reachableAaron Patterson
2019-09-09Revert "Reverting node marking until I can fix GC problem."Aaron Patterson
2019-09-07Rename NODE_ARRAY to NODE_LIST to reflect its actual use casesYusuke Endoh
2019-09-05Reverting node marking until I can fix GC problem.Aaron Patterson
2019-09-05Stash tmpbuffer inside internal structsAaron Patterson
2019-09-05Create two buckets for allocating NODE structsAaron Patterson
2019-09-01Make pattern matching support **nil syntaxKazuki Tsujimoto
2019-08-30Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans
2019-07-23Let memory sizes of the various IMEMO object types be reflected correctlyLourens Naudé
2019-07-19Adjust styles and indentsNobuyoshi Nakada
2019-06-05Fix grammar of macro name: ECCESSED -> ECCESSIVEMartin Dürst
2019-06-04node.h: Avoid a magic number to represent excessed commaYusuke Endoh
2019-05-05parse.y: duplicated when clause warningNobuyoshi Nakada
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-03-15node.h: introduce nd_brace to determine if a hash literal is a keywordmame
2018-12-31Method reference operatornobu
2018-11-10Parse the source in SCRIPT_LINES__ as arraynobu
2018-11-05Implement `RubyVM::AST.of` [Feature #14836]yui-knk
2018-10-20Fix locations of NODE_LAMBDA.yui-knk
2018-09-13node.h: removed unused macrosnobu
2018-08-22parse.y: remove coverage-related code fragmentsmame
2018-08-22node.h (rb_ast_t): move its field mark_ary to node_buffer_tmame
2018-07-15node.h: remove unused macro nd_compile_optionktsj
2018-05-29Unused macro and fieldyui-knk
2018-05-29Unused macroyui-knk
2018-05-29Unused macroyui-knk
2018-05-29Unused macroyui-knk
2018-05-28Unused macro and fieldyui-knk
2018-05-17rb_parser_printf declarationnobu
2018-05-09type func(); is different from type func(void);shyouhei
2018-03-20node.c: predicates for special NODEsnobu