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
...
*
[Bug #18890] newline should be insignificant after pattern label
Nobuyoshi Nakada
2022-07-06
1
-1
/
+1
*
[Bug #18877] Let `lex_ctxt` not to eat escaped whitespace
Nobuyoshi Nakada
2022-06-30
1
-5
/
+1
*
[Bug #18884] `class` cannot be just followed by modifiers
Nobuyoshi Nakada
2022-06-29
1
-1
/
+1
*
Suppress notes for old gcc
Nobuyoshi Nakada
2022-06-23
1
-0
/
+10
*
Using is_ascii_string to check encoding
S-H-GAMELINKS
2022-06-17
1
-4
/
+4
*
Respect the encoding of the source [Bug #18827]
Nobuyoshi Nakada
2022-06-17
1
-10
/
+16
*
Remove unnecessary condition
Nobuyoshi Nakada
2022-06-15
1
-1
/
+1
*
ripper: Check if anonymous parameters defined [Bug #18828]
Nobuyoshi Nakada
2022-06-14
1
-13
/
+11
*
Ignore invalid escapes in regexp comments
Jeremy Evans
2022-06-06
1
-11
/
+15
*
Private local variables should shadow outer variables [Bug #18629]
Nobuyoshi Nakada
2022-04-21
1
-1
/
+2
*
Fix the wrong index of the previous component [Bug #18739]
Nobuyoshi Nakada
2022-04-18
1
-1
/
+1
*
Fix using anonymous block in method accepting explicit keywords
Jeremy Evans
2022-04-05
1
-0
/
+1
*
Find pattern is no longer experimental [Feature #18585]
Kazuki Tsujimoto
2022-02-19
1
-3
/
+0
*
Fix location of NODE_LIT in p_kw
Kazuki Tsujimoto
2022-02-19
1
-1
/
+1
*
Reuse operation rule for operation2
S-H-GAMELINKS
2022-02-12
1
-3
/
+1
*
Reuse p_kwnorest rule for f_no_kwarg
S-H-GAMELINKS
2022-02-12
1
-1
/
+1
*
Reduce p_args rules with p_rest
Vladimir Dementyev
2022-01-11
1
-12
/
+4
*
Use chomp: option when chomp mode
Nobuyoshi Nakada
2022-01-07
1
-3
/
+3
*
Explicitly pass $/ when loop mode
Nobuyoshi Nakada
2022-01-07
1
-1
/
+3
*
Add support for anonymous rest and keyword rest argument forwarding
Jeremy Evans
2021-12-30
1
-4
/
+35
*
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
[prev]
[next]