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
/
iseq.c
Age
Commit message (
Expand
)
Author
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-05-01
[PRISM] Respect frozen_string_literal option in RubyVM::InstructionSequence.c...
Kevin Newton
2024-04-27
Add line_count field to rb_ast_body_t
HASUMI Hitoshi
2024-04-26
[PRISM] Enable coverage in eval ISEQs
Kevin Newton
2024-04-26
[PRISM] Enable coverage in top and main iseqs
Kevin Newton
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-18
Don't mark empty singleton cc's
eileencodes
2024-04-17
`ISeq#to_a` respects `use_block` status
Koichi Sasada
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-15
show warning for unused block
Koichi Sasada
2024-04-03
Reapply "Mark iseq structs with rb_gc_mark_movable"
Peter Zhu
2024-04-02
[PRISM] Fix ISEQ load
Kevin Newton
2024-03-29
[PRISM] Have RubyVM::InstructionSequence.compile respect --parser=prism
Kevin Newton
2024-03-27
[PRISM] Pass --enable-frozen-string-literal through to evals
Kevin Newton
2024-03-27
Revert "Mark iseq structs with rb_gc_mark_movable"
Nobuyoshi Nakada
2024-03-27
Check existing ISeq wrapper
Nobuyoshi Nakada
2024-03-25
Mark iseq structs with rb_gc_mark_movable
Gannon McGibbon
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-15
Refactor frozen_string_literal check during compilation
Jean Boussier
2024-02-28
[PRISM] Do not load -r until we check if main script can be read
Kevin Newton
2024-02-28
Switch {prism: true} to {parser: :prism} in ISeq.to_a
Kevin Newton
2024-02-21
[PRISM] Provide runtime flag for prism in iseq
Kevin Newton
2024-02-14
[PRISM] Correctly hook up line numbers for eval
Kevin Newton
2024-02-13
[PRISM] Use Prism for `eval` if enabled
Matt Valentine-House
2024-02-07
[PRISM] Revert incorrect frozen string literal handling
Kevin Newton
2024-02-06
[PRISM] Fix fsl coming from file
Kevin Newton
2024-01-31
[PRISM] Mirror iseq APIs
Kevin Newton
2024-01-24
Add VM_CALL_ARGS_SPLAT_MUT callinfo flag
Jeremy Evans
2024-01-23
Dump 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 same
Matt Valentine-House
2024-01-22
Make prism respect dump_without_opt
Kevin Newton
2024-01-19
Remove null checks for xfree
Peter Zhu
2024-01-18
[PRISM] Add function to free scope node
Peter Zhu
2024-01-17
[PRISM] Fix crash in compile_prism
Peter Zhu
2024-01-16
[PRISM] Fix memory leak when compiling file
Peter Zhu
2024-01-12
Only intern constants upon compilation entry
Aaron Patterson
2024-01-11
[PRISM] Raise syntax errors when found
Kevin Newton
2023-12-21
Avoid underflow of rb_yjit_live_iseq_count
John Hawthorn
2023-12-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-12-15
Introduce --parser runtime flag
HParker
2023-12-15
[PRISM] Fix `compile_prism` when src is a file
eileencodes
2023-12-07
Free everything at shutdown
Adam Hess
2023-12-06
Adjust styles [ci skip]
Nobuyoshi Nakada
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-02
Pin instruction storage
Peter Zhu
2023-11-20
RubyVM::InstructionSequence.compile_file_prism
Kevin Newton
[next]