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
/
ruby.c
Age
Commit message (
Expand
)
Author
2024-02-20
Update warning flags before dump
Nobuyoshi Nakada
2024-02-16
[PRISM] Make prism compiler warning experimental
Kevin Newton
2024-02-16
Abort when streaming code from stdin with Prism
Nobuyoshi Nakada
2024-02-16
Use ID without cache and fix conversion of offset
Nobuyoshi Nakada
2024-02-16
Extract `process_options_global_setup`
Nobuyoshi Nakada
2024-02-16
Extract functions depending on `--parser` option
Nobuyoshi Nakada
2024-02-16
Extract `show_help` function
Nobuyoshi Nakada
2024-02-16
Dispose AST before exit by yydebug
Nobuyoshi Nakada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-14
[PRISM] Correctly hook up line numbers for eval
Kevin Newton
2024-02-12
Enable redefinition check for rbinc methods
Nobuyoshi Nakada
2024-02-08
[PRISM] Run opt init before parsing
Kevin Newton
2024-02-08
[PRISM] Support the DATA constant
Kevin Newton
2024-01-31
Raise errors for dumping prism parse tree
Kevin Newton
2024-01-31
[PRISM] Mirror iseq APIs
Kevin Newton
2024-01-22
[Prism] path and script name are not the same
Matt Valentine-House
2024-01-22
Make prism respect dump_without_opt
Kevin Newton
2024-01-17
Fix off-by-one error of argc
Nobuyoshi Nakada
2024-01-13
Fix possible out-of-bounds access
Nobuyoshi Nakada
2023-12-21
RJIT: Add --rjit-trace to allow TracePoint during JIT
Takashi Kokubun
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-19
We need to load builtins so that they work
Aaron Patterson
2023-12-18
[PRISM] Fix crash when --parser=prism called with stdin
Matt Valentine-House
2023-12-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-12-15
update message to clarify compiler, not parser
Adam Hess
2023-12-15
Introduce --parser runtime flag
HParker
2023-12-13
Avoid warning --jit when only YJIT is enabled
Takashi Kokubun
2023-12-07
Free everything at shutdown
Adam Hess
2023-12-06
Revert "allow enabling Prism via flag or env var"
HParker
2023-12-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-12-05
allow enabling Prism via flag or env var
HParker
2023-12-04
Remove `rb_libruby_selfpath` for MJIT
Nobuyoshi Nakada
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
[next]