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_break: do not goto into a branch
卜部昌平
2020-06-29
1
-19
/
+15
*
compile_branch_condition: do not goto into a branch
卜部昌平
2020-06-29
1
-10
/
+10
*
optimize_checktype: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+1
*
iseq_set_exception_table: do not goto into a branch
卜部昌平
2020-06-29
1
-5
/
+2
*
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-06-27
1
-2
/
+2
*
Cosmetic change
Kazuki Tsujimoto
2020-06-27
1
-1
/
+2
*
Add #deconstruct cache to find pattern
Vladimir Dementyev
2020-06-27
1
-59
/
+65
*
Optimize array pattern matching by caching #deconstruct value
Vladimir Dementyev
2020-06-27
1
-16
/
+64
*
Removed no longer used flags
Nobuyoshi Nakada
2020-06-27
1
-2
/
+0
*
Not to rewrite node while compiling
Nobuyoshi Nakada
2020-06-27
1
-9
/
+4
*
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
1
-0
/
+8
*
compile.c: Improve branch coverage instrumentation [Bug #16967]
Yusuke Endoh
2020-06-20
1
-23
/
+73
*
compile.c: pass NODE* instead of a quadruple of code location
Yusuke Endoh
2020-06-20
1
-82
/
+37
*
compile.c (branch_coverage_valid_p): Refactored out
Yusuke Endoh
2020-06-20
1
-8
/
+10
*
compile.c: Use functions for building branch coverage instructions
Yusuke Endoh
2020-06-20
1
-54
/
+65
*
[Feature #16254] Allow `Primitive.func` style
Nobuyoshi Nakada
2020-06-19
1
-3
/
+12
*
[Feature #16254] Allow `__builtin.func` style
Nobuyoshi Nakada
2020-06-19
1
-7
/
+18
*
Dup splat array in certain cases where there is a block argument
Jeremy Evans
2020-06-18
1
-1
/
+3
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-17
1
-9
/
+8
*
Revert "Replaced accessors of `Struct` with `invokebuiltin`"
Nobuyoshi Nakada
2020-06-16
1
-8
/
+9
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-16
1
-9
/
+8
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-0
/
+167
*
Fix crashes in the peephole optimizer on OpenBSD/sparc64
Jeremy Evans
2020-06-08
1
-2
/
+3
*
compile.c: Mark cursor in debug list
Nobuyoshi Nakada
2020-05-31
1
-5
/
+5
*
compile.c: Removed wrong conversion
Nobuyoshi Nakada
2020-05-31
1
-1
/
+1
*
Adjusted an indent
Nobuyoshi Nakada
2020-05-30
1
-1
/
+1
*
add indent for debug disasm output
Koichi Sasada
2020-05-29
1
-3
/
+3
*
Fixed potential memory leak
Nobuyoshi Nakada
2020-05-22
1
-3
/
+4
*
Use a pinning list for keeping objects alive during assembly.
Aaron Patterson
2020-05-20
1
-14
/
+87
*
Prefer dedicated enum over int
Nobuyoshi Nakada
2020-05-18
1
-1
/
+1
*
built-in method call must not have a receiver
Nobuyoshi Nakada
2020-05-18
1
-0
/
+1
*
drop varargs.h support
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+3
*
Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN
Kazuki Tsujimoto
2020-05-04
1
-2
/
+0
*
Create succ_index_table as a part of `iseq_setup`
Nobuyoshi Nakada
2020-04-15
1
-0
/
+7
*
Disassemble nop-inserted list
Nobuyoshi Nakada
2020-04-15
1
-0
/
+2
*
Show heading for update_catch_except_flags
Nobuyoshi Nakada
2020-04-15
1
-0
/
+1
*
Avoid UB with flexible array member
Alan Wu
2020-04-12
1
-2
/
+2
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-17
/
+18
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-20
/
+42
*
Make {**{}} return unfrozen empty hash
Jeremy Evans
2020-03-17
1
-6
/
+20
*
Correctly detect whether strict alignment is needed on OpenBSD
Jeremy Evans
2020-03-12
1
-0
/
+10
*
CI can be NULL.
Koichi Sasada
2020-02-22
1
-28
/
+41
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-11
/
+27
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-177
/
+165
*
Fixed missing `return`
Nobuyoshi Nakada
2020-02-20
1
-0
/
+1
*
printf can be a macro
卜部昌平
2020-02-20
1
-0
/
+1
[prev]
[next]