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
/
parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge revision(s) db0e0dad1171456253ebd899e7e878823923d3d8: [Backport #18990]
nagachika
2022-09-10
1
-4
/
+12
*
merge revision(s) 08b6aacc1a14440e0f1644a05238559c6c585e38: [Backport #18739]
nagachika
2022-09-03
1
-1
/
+1
*
merge revision(s) 3bb70a6924ddd83f90b508b5bbc4d5629b8a41c6: [Backport #18673]
nagachika
2022-06-18
1
-0
/
+1
*
Add `rb_parser_set_pos` function
S.H
2021-12-16
1
-15
/
+19
*
Fix arg_forward without parentheses [Bug #18267]
Nobuyoshi Nakada
2021-12-15
1
-9
/
+31
*
Revert "Rename `in_kwarg` as `in_argdef` as unrelated to keywords"
Nobuyoshi Nakada
2021-12-15
1
-12
/
+12
*
Turn SET_LEX_STATE macro into an inline function call
Nobuyoshi Nakada
2021-12-15
1
-4
/
+10
*
Fix indent [ci skip]
Nobuyoshi Nakada
2021-12-15
1
-1
/
+1
*
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-13
1
-9
/
+3
*
Add `nd_type_p` macro
S.H
2021-12-04
1
-50
/
+50
*
Assign temporary ID to anonymous ID [Bug #18250]
Nobuyoshi Nakada
2021-11-23
1
-4
/
+1
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-16
/
+13
*
Anonymous block forwarding allows a method to forward a passed
Jeremy Evans
2021-11-18
1
-0
/
+21
*
parse.y: Fix memory leak at parse error
Yusuke Endoh
2021-11-12
1
-0
/
+6
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-2
/
+0
*
Argument forwarding definition without parentheses [Bug #18267]
Nobuyoshi Nakada
2021-10-31
1
-29
/
+20
*
Rename `in_kwarg` as `in_argdef` as unrelated to keywords
Nobuyoshi Nakada
2021-10-31
1
-12
/
+12
*
Reduce parser stack usage at pattern matching
Nobuyoshi Nakada
2021-10-31
1
-12
/
+12
*
Make new object for negated float as `Float` is always frozen now
Nobuyoshi Nakada
2021-10-26
1
-1
/
+1
*
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-10-26
1
-0
/
+1
*
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-21
1
-1
/
+2
*
Fix evaluation order of hash values for duplicate keys
Jeremy Evans
2021-10-18
1
-7
/
+13
*
Remove duplicate value checks on `mrhs` which always has the value
Nobuyoshi Nakada
2021-10-08
1
-2
/
+3
*
Split parser_yyerror0 from parser_yyerror
Nobuyoshi Nakada
2021-10-05
1
-8
/
+26
*
Show the last line at unexpected end-of-input error
Nobuyoshi Nakada
2021-10-05
1
-3
/
+1
*
Replace inaccurate error messages
Nobuyoshi Nakada
2021-10-05
1
-0
/
+3
*
The same warning for static symbol literal
Nobuyoshi Nakada
2021-10-04
1
-0
/
+4
*
Fix the warning message for dynamic symbol literal in condition
Nobuyoshi Nakada
2021-10-04
1
-1
/
+1
*
Use `%printer` directive for Bison 3.8
Nobuyoshi Nakada
2021-09-14
1
-45
/
+29
*
Hash values should be omitted in Ripper results
Shugo Maeda
2021-09-11
1
-1
/
+1
*
Allow value omission in Hash literals
Shugo Maeda
2021-09-11
1
-0
/
+9
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-4
/
+4
*
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-08-24
1
-1
/
+0
*
ast.c: Rename "save_script_lines" to "keep_script_lines"
Yusuke Endoh
2021-08-20
1
-4
/
+4
*
Allow omission of parentheses in one line pattern matching [Feature #16182]
Kazuki Tsujimoto
2021-08-19
1
-2
/
+2
*
Extract the wrapped value when yydebug [Bug #18075]
Nobuyoshi Nakada
2021-08-15
1
-1
/
+1
*
Fix interpolated heredoc
eileencodes
2021-07-21
1
-1
/
+4
*
One-line pattern matching is no longer experimental
Kazuki Tsujimoto
2021-07-17
1
-14
/
+0
*
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-15
1
-1
/
+13
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-1
/
+1
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-0
/
+17
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
parse.y: Fix the location of a target constant of OP_CDECL
Yusuke Endoh
2021-06-14
1
-1
/
+2
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-1
/
+0
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-1
/
+33
*
ripper: wrap endless method in bodystmt [Bug #17869]
Nobuyoshi Nakada
2021-05-21
1
-4
/
+12
*
Also `\U` after control/meta is invalid [Bug #17861]
Nobuyoshi Nakada
2021-05-13
1
-2
/
+10
*
Fix handling of control/meta escapes in literal regexps
Jeremy Evans
2021-05-12
1
-33
/
+17
*
parse.y: Allow "command" syntax in endless method definition
Yusuke Endoh
2021-05-13
1
-0
/
+46
*
Make imemo_ast WB-protected again
Yusuke Endoh
2021-04-27
1
-1
/
+5
[next]