index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node.c
Age
Commit message (
Expand
)
Author
11 hours
Directly free structure managed by imemo tmpbuf
yui-knk
2023-06-17
Replace parser & node compile_option from Hash to bit field
yui-knk
2023-06-12
[Feature #19719] Universal Parser
yui-knk
2023-05-24
Rename `rb_node_name` to the original name
yui-knk
2023-05-23
Move `ruby_node_name` to node.c and rename prefix of the function
yui-knk
2022-11-21
Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods
yui-knk
2022-10-08
Move `error` from top_stmts and top_stmt to stmt
yui-knk
2022-08-01
Initialize node_id
Wolf
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-12-13
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-04
Add `nd_type_p` macro
S.H
2021-11-21
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-17
node.c (dump_node): update format explanation for NODE_ARGS
Yusuke Endoh
2021-11-17
node.c (dump_node): trivial refactoring
Yusuke Endoh
2021-07-12
Show node IDs in dump
Nobuyoshi Nakada
2021-06-18
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-04-27
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-26
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-01-14
NODE markability should not change by nd_set_type
Nobuyoshi Nakada
2020-11-01
Change NODE layout for pattern matching
Kazuki Tsujimoto
2020-10-20
Dump FrozenCore specially
Nobuyoshi Nakada
2020-09-30
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-08-02
rb_{ary,fnd}_pattern_info: Remove imemo member to reduce memory usage
Kazuki Tsujimoto
2020-07-30
NODE_MATCH needs reference updating
Aaron Patterson
2020-07-27
Use a linked list to eliminate imemo tmp bufs for managing local tables
Aaron Patterson
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-06-14
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-12
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-05
Use an identity hash for pinning Ripper objects
Aaron Patterson
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-26
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-09-10
`NODE_MATCH` needs to be marked / allocated from marking bucket
Aaron Patterson
2019-09-09
Revert "Reverting node marking until I can fix GC problem."
Aaron Patterson
2019-09-07
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-05
Reverting node marking until I can fix GC problem.
Aaron Patterson
2019-09-05
I forgot to add `break` in my case statements
Aaron Patterson
2019-09-05
Stash tmpbuffer inside internal structs
Aaron Patterson
2019-09-05
add debugging code to the mark function
Aaron Patterson
2019-09-05
lazily allocate the mark array
Aaron Patterson
2019-09-05
Create two buckets for allocating NODE structs
Aaron Patterson
2019-09-05
Stash the imemo buf at the end of the ID list
Aaron Patterson
2019-09-05
Mark some tmpbufs via node objects
Aaron Patterson
2019-09-05
Directly mark node objects instead of using a mark array
Aaron Patterson
2019-09-01
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-08-27
Directly mark compile options from the AST object
Aaron Patterson
2019-07-23
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-06-05
Fix grammar of macro name: ECCESSED -> ECCESSIVE
Martin Dürst
2019-06-04
* expand tabs.
git
[next]