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
ruby_3_3
ruby_3_4
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
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
2019-06-04
node.h: Avoid a magic number to represent excessed comma
Yusuke Endoh
2019-06-04
* expand tabs.
git
2019-06-04
node.c: Show the ID of internal variable
Yusuke Endoh
2019-04-27
Fix description of NODE_IN
Kazuki Tsujimoto
2019-04-20
Avoid usage of the dummy empty BEGIN node
ktsj
2019-04-17
Fix the format of NODE_IN node
yui-knk
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-03-15
* expand tabs.
svn
2019-03-15
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2018-12-31
* expand tabs.
svn
2018-12-31
Method reference operator
nobu
2018-10-12
Removed unreachable code
nobu
2018-10-12
Missing write-barrier
nobu
2018-09-16
node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]
marcandre
2018-08-22
node.h (rb_ast_t): move its field mark_ary to node_buffer_t
mame
2018-06-28
Use nd_X shorthand for annotation
nobu
2018-06-07
node.c: Fix format of NODE_OP_ASGN1 and NODE_OP_ASGN2
yui-knk
2018-05-10
node.c: Fix format and example of NODE_OPCALL
yui-knk
2018-05-10
node.c: Fix typos
yui-knk
2018-03-20
node.c: predicates for special NODEs
nobu
2018-01-17
Fix typos.
hsbt
2018-01-16
node.c: Separately allocate a struct having flexible array
mame
2018-01-16
nested flexible array member is a GCCism
shyouhei
2018-01-16
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-13
node.c (node_buffer_elem_t): Use FLEX_ARY_LEN
mame
2018-01-09
Rename code_range to code_location
mame
2018-01-09
parse.y: Remove special handling of tOROP and tANDOP
mame
2018-01-08
parse.y: Make consistent with the terms about code ranges and locations
mame
[next]