index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
compile.c: try to convert in massign `for`
nobu
2018-01-27
1
-3
/
+4
*
compile.c: check mid
nobu
2018-01-25
1
-1
/
+3
*
compile.c: unnecessary freezing
nobu
2018-01-25
1
-0
/
+16
*
there is no such thing like 0 in enum defined_type
shyouhei
2018-01-19
1
-1
/
+1
*
compile.c: use ALLOCV_N
nobu
2018-01-18
1
-3
/
+5
*
ibf_dump_object_unsupported marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-16
1
-32
/
+28
*
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
1
-1
/
+1
*
ruby_aligned_char no longer needed.
shyouhei
2018-01-15
1
-1
/
+1
*
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
1
-1
/
+1
*
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
2018-01-15
1
-1
/
+1
*
exclude flexible array size with old compilers
nobu
2018-01-14
1
-1
/
+1
*
compile.c (struct ibf_object_*): Use FLEX_ARY_LEN
mame
2018-01-13
1
-4
/
+4
*
compile.c (struct ibf_id_entry): Just removed.
mame
2018-01-13
1
-13
/
+0
*
iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...
mame
2018-01-13
1
-1
/
+1
*
delete tool/instruction.rb (2nd try)
shyouhei
2018-01-12
1
-4
/
+3
*
merge revisions 61753:61750 61747:61740 61737:61728
shyouhei
2018-01-10
1
-3
/
+4
*
iseq.c: Add a succinct bitvector implementation for insn_info_table
mame
2018-01-09
1
-0
/
+9
*
delete tool/instruction.rb
shyouhei
2018-01-09
1
-4
/
+3
*
Rename code_range to code_location
mame
2018-01-09
1
-2
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+3
*
compile.c (iseq_compile_each0): remove irrelevant tracecoverage
mame
2018-01-09
1
-0
/
+12
*
parse.y: Remove special handling of tOROP and tANDOP
mame
2018-01-09
1
-14
/
+11
*
use `getblockparamproxy` to pass blocks.
ko1
2018-01-08
1
-2
/
+1
*
compile.c: compile_case2 branch
nobu
2018-01-08
1
-2
/
+5
*
Speedup `block.call` [Feature #14330]
ko1
2018-01-07
1
-1
/
+26
*
compile.c: fix stack consistency error
nobu
2018-01-05
1
-0
/
+5
*
compile.c: remove more unreachable chunk
nobu
2018-01-05
1
-8
/
+30
*
node.h: remove NODE_PRELUDE
mame
2018-01-05
1
-21
/
+1
*
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
1
-1
/
+5
*
check array for zsuper. [Bug #14279]
ko1
2018-01-05
1
-0
/
+2
*
Refactor ISEQ_TYPE_DEFINED_GUARD out
mame
2018-01-05
1
-8
/
+3
*
compile.c: refactoring of defined? exception handler
mame
2018-01-05
1
-7
/
+12
*
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2018-01-04
1
-3
/
+5
*
iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_opt
mame
2018-01-04
1
-10
/
+36
*
compile.c: next label
nobu
2018-01-04
1
-3
/
+7
*
compile.c: fix disasm dump
nobu
2018-01-03
1
-2
/
+5
*
compile.c: label sp
nobu
2018-01-03
1
-1
/
+2
*
bit-fields other than int is a C99ism
shyouhei
2018-01-02
1
-1
/
+5
*
rb_insn_func_t is incompatible with void*
shyouhei
2018-01-02
1
-1
/
+1
*
iseq.h: Extract position array from iseq_insn_info_entry
mame
2018-01-01
1
-31
/
+51
*
vm_core.h: refactoring of insns_info
mame
2018-01-01
1
-8
/
+8
*
Set first line numbers for empty iseqs.
ko1
2017-12-25
1
-1
/
+3
*
compile.c: toplevel return arguments
nobu
2017-12-24
1
-1
/
+0
*
fix last commit
ko1
2017-12-23
1
-1
/
+1
*
RubyVM::InstructionSequence#trace_points.
ko1
2017-12-23
1
-1
/
+1
*
revert line number spec of *return events.
ko1
2017-12-23
1
-0
/
+3
*
revert r61371 for [Bug #14214]
ko1
2017-12-21
1
-21
/
+3
*
compile.c: branch on block param
nobu
2017-12-20
1
-3
/
+21
*
compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coverage
mame
2017-12-20
1
-1
/
+12
[next]