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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Age
Commit message (
Expand
)
Author
2023-11-03
[prism] Update to use new options APIs
Kevin Newton
2023-11-02
YJIT: Always define method codegen table at boot (#8807)
Takashi Kokubun
2023-10-26
Use new prism prettyprint APIs
Kevin Newton
2023-10-26
[PRISM] Change --dump keyword to prism_parsetree
Jemma Issroff
2023-10-25
[PRISM] Move scope_node itself to CRuby, create prism_compile.h
Jemma Issroff
2023-10-19
YJIT: Add RubyVM::YJIT.enable (#8705)
Takashi Kokubun
2023-10-17
"+MN" in description
Koichi Sasada
2023-10-13
[PRISM] Add --dump=prism mode (#8643)
Jemma Issroff
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-10-04
Use a better variable name for w
Takashi Kokubun
2023-10-04
Make the function names consistent
Takashi Kokubun
2023-10-04
YJIT: Move help descriptions to options.rs
Takashi Kokubun
2023-10-04
Split `show_usage_line` and add `ruby_show_usage_line`
Nobuyoshi Nakada
2023-10-04
Remove magic numbers from `show_usage_line`
Nobuyoshi Nakada
2023-10-03
YJIT: add heuristic to avoid compiling cold ISEQs (#8522)
Maxime Chevalier-Boisvert
2023-09-25
[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT
Nobuyoshi Nakada
2023-09-25
Honor the same option given later
Nobuyoshi Nakada
2023-09-25
Add `--bugreport-path` option
Nobuyoshi Nakada
2023-09-25
Test bug_report
Nobuyoshi Nakada
2023-09-18
[Bug #19887] RUBYOPT should work without leading `-`
Nobuyoshi Nakada
2023-08-30
Change heap init environment variable names
Peter Zhu
2023-08-25
[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTS
Peter Zhu
2023-08-25
Move SCRIPT_LINES__ away from parse.y
Nobuyoshi Nakada
2023-08-22
Call ruby_init_setproctitle before process_options
Jeremy Evans
2023-08-13
Fix the precedence of `--backtrace-limit` option
Nobuyoshi Nakada
2023-08-11
Fix range of `--backtrace-limit`
Nobuyoshi Nakada
2023-08-02
Fix encoding switches when RUBYOPT is empty or only spaces
Benoit Daloze
2023-07-16
Allow -1 as the value of `--backtrace-limit` option
Tom Stuart
2023-07-16
Allow `--backtrace-limit` option to appear in RUBYOPT
Tom Stuart
2023-07-13
Set backtrace length limit at last
Nobuyoshi Nakada
2023-07-13
Preserve already set options in `moreswitches`
Nobuyoshi Nakada
2023-07-13
Shrink `ruby_cmdline_options_t` a bit
Nobuyoshi Nakada
2023-07-05
YJIT: Use --yjit-exec-mem-size=128 by default (#8031)
Takashi Kokubun
2023-06-12
[Feature #19719] Universal Parser
yui-knk
2023-06-08
Split long options from `proc_options`
Nobuyoshi Nakada
2023-06-08
Split some options from `proc_options`
Nobuyoshi Nakada
2023-06-05
Move per sections in help message
Nobuyoshi Nakada
2023-06-05
Add additional info for `-0` to `--help` message
Nobuyoshi Nakada
2023-06-05
Fold option lines in help message
Nobuyoshi Nakada
2023-06-05
[Bug #19685]: Add `-y` and `--yydebug` document to `--help`
Yla Aioi
2023-05-31
Assertion on message length for the `-h` option
Nobuyoshi Nakada
2023-05-21
Put `rb_fork` back into process.c
Nobuyoshi Nakada
2023-05-21
Use `rb_fork_ruby` for `--help` pager
Nobuyoshi Nakada
2023-05-10
[Bug #19597] Freeze script name
Nobuyoshi Nakada
2023-04-14
Add RB_WARN_CATEGORY_DEFAULT_BITS
Jean Boussier
2023-04-13
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
YJIT: Add a sampling option to exit tracing (#7693)
Adam Hess
2023-04-07
[Bug #19584] Register global variable address before assignment
Nobuyoshi Nakada
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-03-18
RJIT: Prefix rjit_options with rb_
Takashi Kokubun
[next]