index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_syntax.rb
Age
Commit message (
Expand
)
Author
2025-01-14
[PRISM] Handle forwarding inside eval
Kevin Newton
2024-12-23
Add a test case for nested block `it`
yui-knk
2024-12-23
Revert "[Bug #20965] Define `it` like an ordinary argument" (#12418)
Takashi Kokubun
2024-12-18
[Bug #20965] Define `it` like an ordinary argument (#12398)
Nobuyoshi Nakada
2024-10-16
Fix memory leak in syntax error in prism
Peter Zhu
2024-10-10
Suppress warnings with `RUBYPOT=-w`
Nobuyoshi Nakada
2024-10-09
[Bug #20789] Fix an invalid syntax error when `->a=1...{}`
ydah
2024-10-01
[Bug #20764] Refactor argument forwarding in lambda
Nobuyoshi Nakada
2024-10-01
Fix compile issue with a short-circuited if/unless condition and `defined?`
Luke Gruber
2024-09-28
Allow dot3 in defs singleton
tompng
2024-09-17
Fix a typo, sorry!
Yusuke Endoh
2024-09-17
Prevent two warnings
Yusuke Endoh
2024-09-13
Prevent warnings "the block passed to ... may be ignored"
Yusuke Endoh
2024-08-15
[PRISM] test_invalid_jump assertion updates for prism
Kevin Newton
2024-07-21
Fix a typo in setup of block-after-blockcall tests
Nobuyoshi Nakada
2024-07-21
Fix SEGV on method call with empty args and brace block for do block command ...
yui-knk
2024-06-06
Remove circular parameter syntax error
Kevin Newton
2024-05-24
Update duplicated when clause warning message
Kevin Newton
2024-05-22
[PRISM] Properly support 'it'
Kevin Newton
2024-05-20
[PRISM] Enable TestSyntax#test_warn_balanced
Kevin Newton
2024-05-16
[PRISM] Enable TestSyntax#test_syntax_error_at_newline
Kevin Newton
2024-05-16
[Bug #20468] Fix safe navigation in `for` variable
Nobuyoshi Nakada
2024-05-08
[Bug #20474] Keep spaces in leading blank line
Nobuyoshi Nakada
2024-05-07
[PRISM] Enable test_methoddef_endless_command
Kevin Newton
2024-04-12
[Bug #20423] Disallow anonymous block within argument forwarding
Nobuyoshi Nakada
2024-04-02
[Feature #20331] Simplify parser warnings for hash keys duplication and when ...
yui-knk
2024-03-26
[Bug #20392] Block arguments duplication check at `super`
Nobuyoshi Nakada
2024-02-23
[Bug #20295] Fix SEGV when parsing invalid regexp
yui-knk
2024-02-20
Add pushtoarraykwsplat instruction to avoid unnecessary array allocation
Jeremy Evans
2024-02-19
[Bug #20280] Raise SyntaxError on invalid encoding symbol
Nobuyoshi Nakada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-13
Fix memory leak when parsing invalid hash symbol
Peter Zhu
2024-01-28
[Bug #20219] `gettable` returns NULL on error
Nobuyoshi Nakada
2024-01-28
[Bug #20217] `return` with `ensure` is a void value expression
Nobuyoshi Nakada
2024-01-05
Add test cases for duplicated `when\' clause warnings
yui-knk
2024-01-02
Introduce NODE_FILE
yui-knk
2024-01-02
Warn "literal in condition" for `__LINE__`
yui-knk
2023-12-25
suppress a warning
NARUSE, Yui
2023-12-25
[Feature #19370] Blocks without anonymous parameters should not affect
Nobuyoshi Nakada
2023-12-25
Implement `it` (#9199)
Takashi Kokubun
2023-12-25
[Feature #19370] Prohibit nesting anonymous parameter forwarding
Nobuyoshi Nakada
2023-12-23
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-12-16
[Bug #20062] Fixed numbered parameter syntax error
Nobuyoshi Nakada
2023-12-12
Prevent a warning: method redefined
Yusuke Endoh
2023-12-07
Support eval "return" at toplevel
Jeremy Evans
2023-12-07
Warn `it` (#9152)
Takashi Kokubun
2023-11-21
Add a test
TSUYUSATO Kitsune
2023-10-26
Prevent a warning: assigned but unused variable - z
Yusuke Endoh
2023-10-26
[Bug #19973] Warn duplicated keyword arguments after keyword splat
Nobuyoshi Nakada
2023-09-01
[Bug #19281] Allow semicolon in parenthesis at the first argument of command ...
yui-knk
[next]