index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show node IDs in dump
Nobuyoshi Nakada
2021-07-12
1
-2
/
+2
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-0
/
+1
*
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-27
1
-1
/
+1
*
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-04-26
1
-1
/
+1
*
NODE markability should not change by nd_set_type
Nobuyoshi Nakada
2021-01-14
1
-6
/
+25
*
Change NODE layout for pattern matching
Kazuki Tsujimoto
2020-11-01
1
-2
/
+6
*
Dump FrozenCore specially
Nobuyoshi Nakada
2020-10-20
1
-1
/
+20
*
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-09-30
1
-0
/
+1
*
rb_{ary,fnd}_pattern_info: Remove imemo member to reduce memory usage
Kazuki Tsujimoto
2020-08-02
1
-24
/
+4
*
NODE_MATCH needs reference updating
Aaron Patterson
2020-07-30
1
-0
/
+1
*
Use a linked list to eliminate imemo tmp bufs for managing local tables
Aaron Patterson
2020-07-27
1
-19
/
+17
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-1
/
+1
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-0
/
+34
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-0
/
+3
*
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
1
-9
/
+0
*
Use an identity hash for pinning Ripper objects
Aaron Patterson
2019-11-05
1
-6
/
+6
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-3
/
+8
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-43
/
+43
*
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-09-26
1
-4
/
+53
*
`NODE_MATCH` needs to be marked / allocated from marking bucket
Aaron Patterson
2019-09-10
1
-1
/
+3
*
Revert "Reverting node marking until I can fix GC problem."
Aaron Patterson
2019-09-09
1
-17
/
+140
*
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-07
1
-5
/
+5
*
Reverting node marking until I can fix GC problem.
Aaron Patterson
2019-09-05
1
-140
/
+17
*
I forgot to add `break` in my case statements
Aaron Patterson
2019-09-05
1
-0
/
+2
*
Stash tmpbuffer inside internal structs
Aaron Patterson
2019-09-05
1
-2
/
+10
*
add debugging code to the mark function
Aaron Patterson
2019-09-05
1
-0
/
+2
*
lazily allocate the mark array
Aaron Patterson
2019-09-05
1
-3
/
+4
*
Create two buckets for allocating NODE structs
Aaron Patterson
2019-09-05
1
-16
/
+65
*
Stash the imemo buf at the end of the ID list
Aaron Patterson
2019-09-05
1
-1
/
+9
*
Mark some tmpbufs via node objects
Aaron Patterson
2019-09-05
1
-0
/
+3
*
Directly mark node objects instead of using a mark array
Aaron Patterson
2019-09-05
1
-0
/
+50
*
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-09-01
1
-1
/
+6
*
Directly mark compile options from the AST object
Aaron Patterson
2019-08-27
1
-0
/
+1
*
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-07-23
1
-2
/
+21
*
Fix grammar of macro name: ECCESSED -> ECCESSIVE
Martin Dürst
2019-06-05
1
-1
/
+1
*
* expand tabs.
git
2019-06-04
1
-6
/
+6
*
node.h: Avoid a magic number to represent excessed comma
Yusuke Endoh
2019-06-04
1
-1
/
+8
*
* expand tabs.
git
2019-06-04
1
-1
/
+1
*
node.c: Show the ID of internal variable
Yusuke Endoh
2019-06-04
1
-1
/
+1
*
Fix description of NODE_IN
Kazuki Tsujimoto
2019-04-27
1
-1
/
+1
*
Avoid usage of the dummy empty BEGIN node
ktsj
2019-04-20
1
-1
/
+6
*
Fix the format of NODE_IN node
yui-knk
2019-04-17
1
-1
/
+1
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+37
*
* expand tabs.
svn
2019-03-15
1
-3
/
+3
*
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2019-03-15
1
-3
/
+3
*
* expand tabs.
svn
2018-12-31
1
-7
/
+7
*
Method reference operator
nobu
2018-12-31
1
-0
/
+9
*
Removed unreachable code
nobu
2018-10-12
1
-1
/
+0
*
Missing write-barrier
nobu
2018-10-12
1
-1
/
+1
*
node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]
marcandre
2018-09-16
1
-1
/
+1
[next]