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
2017-01-12
immediate message mode of compile error
nobu
2016-09-27
iseq.c: syntax error in compile_file
nobu
2016-09-27
iseq.c: kwarg to compile
nobu
2016-09-27
iseq.c: file name encoding
nobu
2016-09-13
Use PRIuSIZE format specifier for size_t values
rhe
2016-08-22
iseq.c: undef allocator
nobu
2016-08-03
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-07-29
rb_funcallv
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-13
* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
ko1
2016-05-14
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-11
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-03-28
remove rb_thread_t::base_block
nobu
2016-03-28
remove rb_thread_t::parse_in_eval
nobu
2016-03-21
suppress warning
nobu
2016-03-19
SyntaxError message at iseq compile
nobu
2016-03-10
iseq.h: coverage_enabled flag
nobu
2016-03-10
iseq.c: set coverage at once
nobu
2016-01-26
fstring early for internal iseq
normal
2016-01-13
iseq.c: mark parent iseq
nobu
2016-01-12
iseq.c: mark parents of wrapped iseq
nobu
2016-01-08
iseq.c: volatile only on gcc4.8
nobu
2016-01-08
iseq.c: make local variables volatile
nobu
2016-01-08
* iseq.c (rb_iseq_compile_with_option): move variable initialization
shugo
2015-12-28
iseq.c: suppress warnings
nobu
2015-12-24
iseq.c: narrow down protected region
nobu
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-12-12
iseq.c: use rb_check_funcall
nobu
2015-12-09
* iseq.c: rename methods
ko1
2015-12-09
add documentation for RubyVM::InstructionSequence#to_binary_format and RubyVM...
ko1
2015-12-08
make local symbols static
nobu
2015-12-08
* iseq.c (iseq_s_load): fix mysterious bug.
ko1
2015-12-08
* remove trailing spaces.
svn
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
error.c: name_err_local_variables
nobu
2015-12-07
* iseq.c (iseq_load): disable peephole optimization option
ko1
2015-12-07
* iseq.c (iseq_translate): at the end of constructing an iseq,
ko1
2015-12-02
* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.
ko1
2015-12-02
* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and
ko1
2015-12-02
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-11-25
iseq.h: rename member
nobu
2015-11-01
iseq.c (iseq_memsize): account for rb_call_cache entries
normal
2015-10-23
* iseq.c (make_compile_option_value): include frozen_string_literal*
ko1
2015-10-23
* ruby.c: introduce --enable-frozen-string-literal-debug option.
ko1
2015-10-14
iseq.c: list of keywords [Fix GH-1056]
nobu
2015-10-05
* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memory
ko1
2015-09-27
fronzen-string-literal pragma
nobu
2015-09-19
* iseq.c (rb_iseq_free): free rb_iseq_t::body::cc_entries.
ko1
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
[next]