summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2024-07-05Revert "Load external GC using command line argument"Peter Zhu
2024-06-24Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit...Jean Boussier
2024-06-21Load external GC using command line argumentPeter Zhu
2024-06-12[Bug #20562] Categorize `RUBY_FREE_AT_EXIT` warning as experimentalNobuyoshi Nakada
2024-06-07Remove prism compiler warningKevin Newton
2024-06-05Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabledJean Boussier
2024-05-20[PRISM] Respect eval coverage settingKevin Newton
2024-05-03Rename `vast` to `ast_value`yui-knk
2024-04-26[Universal parser] Decouple IMEMO from rb_ast_tHASUMI Hitoshi
2024-04-25[PRISM] Raise LoadError when file cannot be readKevin Newton
2024-04-16Eliminate usage of OBJ_FREEZE_RAWJean Boussier
2024-04-15[Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi
2024-04-07Merge `push_include` and `ruby_push_include`Nobuyoshi Nakada
2024-04-07Merge `push_include_cygwin` into `push_include`Nobuyoshi Nakada
2024-04-07Remove `translit_char`Nobuyoshi Nakada
2024-04-06[Feature #20329] Separate additional flags from main dump optionsNobuyoshi Nakada
2024-04-06[Feature #20329] Clean up dump sub-optionsNobuyoshi Nakada
2024-04-04Separate SCRIPT_LINES__ from ast.cHASUMI Hitoshi
2024-03-27[PRISM] Pass --enable-frozen-string-literal through to evalsKevin Newton
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-18[PRISM] Process encoding on CLI for -KKevin Newton
2024-03-15Refactor frozen_string_literal check during compilationJean Boussier
2024-03-14Chomp last punctuations from descriptions for `-h`Nobuyoshi Nakada
2024-03-13`--dump=prism_parsetree` is no longer providedNobuyoshi Nakada
2024-03-12Revisions for #10198Takashi Kokubun
2024-03-12Revisions for help text (#10198)Burdette Lamar
2024-03-11[PRISM] Parse stdin on CLI with prismKevin Newton
2024-03-06Refactor VM root modulesJean Boussier
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