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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-15
/
+15
*
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-13
1
-2
/
+0
*
Turn nd_type_p into an inline function
Nobuyoshi Nakada
2021-12-04
1
-1
/
+5
*
Add `nd_type_p` macro
S.H
2021-12-04
1
-0
/
+1
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-2
/
+10
*
node/h: clean node field accessors
Yusuke Endoh
2021-11-17
1
-13
/
+13
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-1
/
+3
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-0
/
+1
*
NODE markability should not change by nd_set_type
Nobuyoshi Nakada
2021-01-14
1
-0
/
+12
*
Change NODE layout for pattern matching
Kazuki Tsujimoto
2020-11-01
1
-2
/
+2
*
include/ruby/backward/2/r_cast.h: deprecate
卜部昌平
2020-08-27
1
-1
/
+1
*
Remove unused struct member
Aaron Patterson
2020-08-03
1
-1
/
+0
*
rb_{ary,fnd}_pattern_info: Remove imemo member to reduce memory usage
Kazuki Tsujimoto
2020-08-02
1
-4
/
+2
*
Use a linked list to eliminate imemo tmp bufs for managing local tables
Aaron Patterson
2020-07-27
1
-0
/
+2
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-4
/
+3
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-0
/
+11
*
Constified code_loc_gen
Nobuyoshi Nakada
2020-05-14
1
-1
/
+1
*
Fix indentation
Kazuki Tsujimoto
2020-05-04
1
-1
/
+1
*
add #include guard hack
卜部昌平
2020-04-13
1
-3
/
+2
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+1
*
delete unused functions
卜部昌平
2019-11-14
1
-7
/
+0
*
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
1
-2
/
+0
*
Define arguments forwarding as `ruby2_keywords` style
Nobuyoshi Nakada
2019-10-25
1
-1
/
+3
*
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-09-26
1
-0
/
+1
*
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-20
1
-1
/
+1
*
Moved ruby_node_name declaration to node.h
Nobuyoshi Nakada
2019-09-13
1
-0
/
+1
*
Macros can't be expressions, so make a function
Aaron Patterson
2019-09-10
1
-6
/
+2
*
WB needs to be executed after object is reachable
Aaron Patterson
2019-09-10
1
-1
/
+6
*
Revert "Reverting node marking until I can fix GC problem."
Aaron Patterson
2019-09-09
1
-1
/
+3
*
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-07
1
-5
/
+4
*
Reverting node marking until I can fix GC problem.
Aaron Patterson
2019-09-05
1
-3
/
+1
*
Stash tmpbuffer inside internal structs
Aaron Patterson
2019-09-05
1
-0
/
+2
*
Create two buckets for allocating NODE structs
Aaron Patterson
2019-09-05
1
-1
/
+1
*
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-09-01
1
-0
/
+1
*
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-30
1
-0
/
+1
*
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-07-23
1
-0
/
+1
*
Adjust styles and indents
Nobuyoshi Nakada
2019-07-19
1
-1
/
+2
*
Fix grammar of macro name: ECCESSED -> ECCESSIVE
Martin Dürst
2019-06-05
1
-1
/
+1
*
node.h: Avoid a magic number to represent excessed comma
Yusuke Endoh
2019-06-04
1
-0
/
+1
*
parse.y: duplicated when clause warning
Nobuyoshi Nakada
2019-05-05
1
-0
/
+2
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+19
*
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2019-03-15
1
-0
/
+2
*
Method reference operator
nobu
2018-12-31
1
-0
/
+2
*
Parse the source in SCRIPT_LINES__ as array
nobu
2018-11-10
1
-0
/
+1
*
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-11-05
1
-0
/
+3
*
Fix locations of NODE_LAMBDA.
yui-knk
2018-10-20
1
-0
/
+2
*
node.h: removed unused macros
nobu
2018-09-13
1
-101
/
+0
*
parse.y: remove coverage-related code fragments
mame
2018-08-22
1
-0
/
+1
*
node.h (rb_ast_t): move its field mark_ary to node_buffer_t
mame
2018-08-22
1
-1
/
+0
*
node.h: remove unused macro nd_compile_option
ktsj
2018-07-15
1
-2
/
+0
[next]