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
*
Disallow mixed usage of ... and */**
Shugo Maeda
2022-12-15
1
-6
/
+26
*
[Bug #19195] Allow optional newlines before closing parenthesis
Nobuyoshi Nakada
2022-12-13
1
-1
/
+1
*
Use loc to fix a failure of test_ast.rb
Shugo Maeda
2022-12-05
1
-1
/
+1
*
Should use argsloc for the last argument for arg_append()
Shugo Maeda
2022-12-05
1
-2
/
+2
*
Introduce encoding check macro
S-H-GAMELINKS
2022-12-02
1
-3
/
+4
*
Remove ruby2_keywords related to args forwarding
yui-knk
2022-11-29
1
-2
/
+0
*
Use idFWD_* instead of ANON_*_ID
Shugo Maeda
2022-11-29
1
-18
/
+14
*
Allow ** in def foo(...)
Shugo Maeda
2022-11-29
1
-16
/
+4
*
Fix the position of rescue clause without exc_list
Jeremy Evans
2022-11-24
1
-1
/
+10
*
Refactor to use has_delayed_token macro
yui-knk
2022-11-21
1
-1
/
+1
*
Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods
yui-knk
2022-11-21
1
-61
/
+419
*
Make anonymous rest arg (*) and block arg (&) accessible from ARGS node
yui-knk
2022-11-18
1
-4
/
+7
*
Allow anonymous keyword rest parameter with other keyword parameters
Shugo Maeda
2022-11-18
1
-1
/
+1
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-6
/
+6
*
Now bison 3.0 or later is required
Nobuyoshi Nakada
2022-11-09
1
-0
/
+2
*
Set default %printer for NODE nterms
yui-knk
2022-11-08
1
-0
/
+8
*
Do not set `$!` to `SyntaxError` when error tolerant
Nobuyoshi Nakada
2022-10-09
1
-1
/
+1
*
Fix typos
yui-knk
2022-10-08
1
-37
/
+37
*
Fix SEGV of dump parsetree
yui-knk
2022-10-08
1
-0
/
+3
*
"expr_value" can be error
yui-knk
2022-10-08
1
-0
/
+6
*
Move `error` from top_stmts and top_stmt to stmt
yui-knk
2022-10-08
1
-8
/
+6
*
Treat "end" as reserved word with consideration of indent
yui-knk
2022-10-08
1
-1
/
+36
*
Generates "end" tokens if parser hits end of input
yui-knk
2022-10-08
1
-6
/
+105
*
Add error_tolerant option to RubyVM::AST
yui-knk
2022-10-08
1
-1
/
+14
*
Suppress a warning on clang
Shugo Maeda
2022-09-26
1
-1
/
+1
*
Reuse `opt_arg_append` function
S.H
2022-09-14
1
-7
/
+1
*
Fix unexpected "duplicated key name" error in paren-less one line pattern mat...
Kazuki Tsujimoto
2022-09-09
1
-4
/
+12
*
[Bug #18963] Separate string contents by here document terminator
Nobuyoshi Nakada
2022-08-28
1
-0
/
+13
*
Reuse `nonlocal_var` patterns
S.H
2022-08-22
1
-6
/
+2
*
Reuse opt_nl rule
S-H-GAMELINKS
2022-08-19
1
-2
/
+1
*
Repalce to NIL_P macro
S-H-GAMELINKS
2022-08-19
1
-1
/
+1
*
[Bug #18962] Do not read again once reached EOF
Nobuyoshi Nakada
2022-08-12
1
-0
/
+1
*
Fix some UBSAN false positives (#6115)
Kevin Backhouse
2022-07-12
1
-3
/
+3
*
[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
[next]