summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
6 daysDon't mark empty singleton cc'seileencodes
7 days`ISeq#to_a` respects `use_block` statusKoichi Sasada
9 days[Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi
9 daysshow warning for unused blockKoichi Sasada
2024-04-03Reapply "Mark iseq structs with rb_gc_mark_movable"Peter Zhu
2024-04-02[PRISM] Fix ISEQ loadKevin Newton
2024-03-29[PRISM] Have RubyVM::InstructionSequence.compile respect --parser=prismKevin Newton
2024-03-27[PRISM] Pass --enable-frozen-string-literal through to evalsKevin Newton
2024-03-27Revert "Mark iseq structs with rb_gc_mark_movable"Nobuyoshi Nakada
2024-03-27Check existing ISeq wrapperNobuyoshi Nakada
2024-03-25Mark iseq structs with rb_gc_mark_movableGannon McGibbon
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-15Refactor frozen_string_literal check during compilationJean Boussier
2024-02-28[PRISM] Do not load -r until we check if main script can be readKevin Newton
2024-02-28Switch {prism: true} to {parser: :prism} in ISeq.to_aKevin Newton
2024-02-21[PRISM] Provide runtime flag for prism in iseqKevin Newton
2024-02-14[PRISM] Correctly hook up line numbers for evalKevin Newton
2024-02-13[PRISM] Use Prism for `eval` if enabledMatt Valentine-House
2024-02-07[PRISM] Revert incorrect frozen string literal handlingKevin Newton
2024-02-06[PRISM] Fix fsl coming from fileKevin Newton
2024-01-31[PRISM] Mirror iseq APIsKevin Newton
2024-01-24Add VM_CALL_ARGS_SPLAT_MUT callinfo flagJeremy Evans
2024-01-23Dump annotations on RubyVM::ISeq.disasm (#9667)Takashi Kokubun
2024-01-22[Prism] Don't change file after setting it.Matt Valentine-House
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-19Remove null checks for xfreePeter Zhu
2024-01-18[PRISM] Add function to free scope nodePeter Zhu
2024-01-17[PRISM] Fix crash in compile_prismPeter Zhu
2024-01-16[PRISM] Fix memory leak when compiling filePeter Zhu
2024-01-12Only intern constants upon compilation entryAaron Patterson
2024-01-11[PRISM] Raise syntax errors when foundKevin Newton
2023-12-21Avoid underflow of rb_yjit_live_iseq_countJohn Hawthorn
2023-12-17Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-15Introduce --parser runtime flagHParker
2023-12-15[PRISM] Fix `compile_prism` when src is a fileeileencodes
2023-12-07Free everything at shutdownAdam Hess
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
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-02Pin instruction storagePeter Zhu
2023-11-20RubyVM::InstructionSequence.compile_file_prismKevin Newton
2023-11-15Escape and quote non-local variable namesNobuyoshi Nakada
2023-11-03[prism] Update to use new options APIsKevin Newton
2023-10-25[PRISM] Move scope_node itself to CRuby, create prism_compile.hJemma Issroff
2023-10-25[PRISM] Move pm_scope_node_init to prism_compile.cJemma Issroff
2023-10-18Address PR commentsJemma Issroff
2023-10-18Put line change backJemma Issroff
2023-10-18Temporarily removed location code on scope nodesJemma Issroff