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
/
compile.c
Age
Commit message (
Expand
)
Author
2017-06-30
compile.c: dump iseq
nobu
2017-06-29
compile.c: disallow next in once
nobu
2017-06-27
fix return in toplevel ensure
nobu
2017-06-27
fix return in toplevel rescue/ensure
nobu
2017-06-26
compile.c: fix debug print
nobu
2017-06-25
compile.c: fix_sp_depth
nobu
2017-06-25
compile.c: toplevel return in argument
nobu
2017-06-23
parse.y: should not warn op method call
nobu
2017-06-23
use NULL instead of 0.
ko1
2017-06-14
compile.c: dump and error before allocation
nobu
2017-06-14
simply call xfree().
ko1
2017-06-13
* compile.c (dump_disasm_list_with_cursor): replace with
nobu
2017-06-13
fix to free unallocated memory.
ko1
2017-06-13
compile.c: refine error message
nobu
2017-06-13
compile.c: refine error messages
nobu
2017-06-11
expand ruby_sourcefile
nobu
2017-06-08
check break target correctly.
ko1
2017-06-08
use NULL instead of 0.
ko1
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-26
compile.c: fix possible use of uninitialized value
rhe
2017-05-23
LABEL_FORMAT
nobu
2017-05-20
compile.c: optimize branches
nobu
2017-05-20
compile.c: binary logop check
nobu
2017-05-20
compile.c: fix catch-table labels optimization
nobu
2017-05-19
compile.c: dump_disasm_list_with_cursor
nobu
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-18
compile.c: wrong optimization
nobu
2017-04-07
introduce imemo_type_p(v, imemo_type)
ko1
2017-04-05
compile.c: remove side effects by debug macros
nobu
2017-04-02
compile.c: avoid duplicate mark entry for string literal Range
normal
2017-04-01
compile.c: optimize literal String range in case/when dispatch
normal
2017-03-27
fix redefinition optimization for -"literal string" (UMinus)
normal
2017-03-17
remove branches in dmark and dfree GC callbacks
normal
2017-03-14
Fix a consistency bug of ISEQ_COVERAGE [Bug #13305]
mame
2017-03-13
compile.c: compile flip-flop
nobu
2017-03-13
compile.c: omit newrange
nobu
2017-03-12
compile.c: compile_const_prefix
nobu
2017-03-12
compile.c: omit newhash
nobu
2017-03-12
compile.c: NODE_VALUES must not be popped
nobu
2017-03-11
compile.c: iseq_compile_each0
nobu
2017-03-11
compile.c: compile_when
nobu
2017-03-11
compile.c: compile_case
nobu
2017-03-11
compile.c: constify flags
nobu
2017-03-10
compile.c: apply opt_str_freeze to String#-@ (uminus)
normal
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-06
optimize FIXABLE macro
shyouhei
2017-03-05
compile.c: variable type
nobu
2017-03-04
compile.c: operand size check
nobu
2017-03-04
compile.c: memory leak
nobu
[next]