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_rubyoptions.rb
Age
Commit message (
Expand
)
Author
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-12
[Bug #21018] Fix for s390x
Nobuyoshi Nakada
2025-01-09
[Bug #21018] Show invalid command line option more properly
Nobuyoshi Nakada
2024-12-25
[Feature #20884] Define toplevel "Ruby" module with constants
Nobuyoshi Nakada
2024-12-12
[Feature #20884] Reserve "Ruby" toplevel name
Nobuyoshi Nakada
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-11-14
Include the currently active GC in RUBY_DESCRIPTION
Matt Valentine-House
2024-11-06
macOS 15 is the stable version today
Hiroshi SHIBATA
2024-11-06
`Warning[:strict_unused_block]`
Koichi Sasada
2024-11-04
Fix Dir.mktmpdir argument
Nobuyoshi Nakada
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-09-10
Add predicates for platforms
Nobuyoshi Nakada
2024-08-29
[Bug #20704] Win32: Fix chdir to non-ASCII path
Nobuyoshi Nakada
2024-08-15
[PRISM] test_syntax_check assertion updates for prism
Kevin Newton
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-07-18
Refactor RUBY_DESCRIPTION assertions in test_rubyoptions
Kevin Newton
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-06-24
Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit...
Jean Boussier
2024-06-07
Remove prism compiler warning
Kevin Newton
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-04-12
[PRISM] Ensure no void warnings in rubyoptions test
Kevin Newton
2024-04-06
[Feature #20329] Separate additional flags from main dump options
Nobuyoshi Nakada
2024-03-28
Disable ASAN handle_segv in test_rubyoptions.rb
KJ Tsanaktsidis
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-03-14
[Feature #20293] Add `Warning.categories`
Nobuyoshi Nakada
2024-03-14
Chomp last punctuations from descriptions for `-h`
Nobuyoshi Nakada
2024-03-12
Check what actually needs to be checked
Takashi Kokubun
2024-03-12
Use `assert_crash_report` in `test_crash_report_pipe`
Nobuyoshi Nakada
2024-02-28
Fix crash report path test on Windows
Nobuyoshi Nakada
2024-02-28
Fix to use `assert_crash_report` results
Nobuyoshi Nakada
2024-02-22
Cover all warning category options
Nobuyoshi Nakada
2024-02-21
Re-enable test now that dump is all ASCII
Kevin Newton
2024-02-21
skip a test on non-UTF-8 locale
Koichi Sasada
2024-02-20
Update warning flags before dump
Nobuyoshi Nakada
2024-02-16
[PRISM] Make prism compiler warning experimental
Kevin Newton
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-29
Fix test/ruby/test_rubyoptions.rb + --parser=prism
Kevin Newton
2024-01-25
Simplified test case for encoding option
Hiroshi SHIBATA
2024-01-17
Fix off-by-one error of argc
Nobuyoshi Nakada
2024-01-09
Introduce NODE_SYM to manage symbol literal
yui-knk
2024-01-02
Introduce NODE_FILE
yui-knk
2024-01-02
Add a test case for `__LINE__` assignment in condition warning
yui-knk
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-15
Update error message in test_rubyoptions
Kevin Newton
2023-12-15
Introduce --parser runtime flag
HParker
2023-12-07
Free everything at shutdown
Adam Hess
2023-10-17
"+MN" in description
Koichi Sasada
2023-09-29
Fix to replace only `-e` that is a path name in `assert_crash_report`
Nobuyoshi Nakada
2023-09-28
Syntax check of `yield` in the parser
Nobuyoshi Nakada
2023-09-28
Jumps are possible in the top-level loop
Nobuyoshi Nakada
[next]