summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2024-02-29[PRISM] Use new command line option flagsKevin Newton
2024-02-28[PRISM] Do not load -r until we check if main script can be readKevin Newton
2024-02-28[PRISM] Factor in CLI options for prismKevin Newton
2024-02-20Update warning flags before dumpNobuyoshi Nakada
2024-02-16[PRISM] Make prism compiler warning experimentalKevin Newton
2024-02-16Abort when streaming code from stdin with PrismNobuyoshi Nakada
2024-02-16Use ID without cache and fix conversion of offsetNobuyoshi Nakada
2024-02-16Extract `process_options_global_setup`Nobuyoshi Nakada
2024-02-16Extract functions depending on `--parser` optionNobuyoshi Nakada
2024-02-16Extract `show_help` functionNobuyoshi Nakada
2024-02-16Dispose AST before exit by yydebugNobuyoshi Nakada
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-14[PRISM] Correctly hook up line numbers for evalKevin Newton
2024-02-12Enable redefinition check for rbinc methodsNobuyoshi Nakada
2024-02-08[PRISM] Run opt init before parsingKevin Newton
2024-02-08[PRISM] Support the DATA constantKevin Newton
2024-01-31Raise errors for dumping prism parse treeKevin Newton
2024-01-31[PRISM] Mirror iseq APIsKevin Newton
2024-01-22[Prism] path and script name are not the sameMatt Valentine-House
2024-01-22Make prism respect dump_without_optKevin Newton
2024-01-17Fix off-by-one error of argcNobuyoshi Nakada
2024-01-13Fix possible out-of-bounds accessNobuyoshi Nakada
2023-12-21RJIT: Add --rjit-trace to allow TracePoint during JITTakashi Kokubun
2023-12-20Correct free_on_exit env var to free_at_exitHParker
2023-12-19We need to load builtins so that they workAaron Patterson
2023-12-18[PRISM] Fix crash when --parser=prism called with stdinMatt Valentine-House
2023-12-17Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-15update message to clarify compiler, not parserAdam Hess
2023-12-15Introduce --parser runtime flagHParker
2023-12-13Avoid warning --jit when only YJIT is enabledTakashi Kokubun
2023-12-07Free everything at shutdownAdam Hess
2023-12-06Revert "allow enabling Prism via flag or env var"HParker
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-05allow enabling Prism via flag or env varHParker
2023-12-04Remove `rb_libruby_selfpath` for MJITNobuyoshi Nakada
2023-11-03[prism] Update to use new options APIsKevin Newton
2023-11-02YJIT: Always define method codegen table at boot (#8807)Takashi Kokubun
2023-10-26Use new prism prettyprint APIsKevin Newton
2023-10-26[PRISM] Change --dump keyword to prism_parsetreeJemma Issroff
2023-10-25[PRISM] Move scope_node itself to CRuby, create prism_compile.hJemma Issroff
2023-10-19YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun
2023-10-17"+MN" in descriptionKoichi Sasada
2023-10-13[PRISM] Add --dump=prism mode (#8643)Jemma Issroff
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-10-04Use a better variable name for wTakashi Kokubun
2023-10-04Make the function names consistentTakashi Kokubun
2023-10-04YJIT: Move help descriptions to options.rsTakashi Kokubun
2023-10-04Split `show_usage_line` and add `ruby_show_usage_line`Nobuyoshi Nakada
2023-10-04Remove magic numbers from `show_usage_line`Nobuyoshi Nakada
2023-10-03YJIT: add heuristic to avoid compiling cold ISEQs (#8522)Maxime Chevalier-Boisvert