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
/
iseq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-10
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-14
/
+0
*
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-13
1
-6
/
+13
*
Support RB_BUILTIN in ISeq#to_a
Takashi Kokubun
2019-11-09
1
-0
/
+15
*
builtin.h must be included *AFTER* vm_core.h
Nobuyoshi Nakada
2019-11-08
1
-1
/
+1
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+11
*
Right size the compile option hash
Lourens Naudé
2019-10-29
1
-1
/
+1
*
Pin labels during disassembly
Aaron Patterson
2019-10-28
1
-4
/
+20
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-27
/
+18
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-2
/
+5
*
iseq.c (rb_iseq_compile_on_base): Removed
Yusuke Endoh
2019-10-04
1
-20
/
+7
*
iseq.c (rb_iseq_compile_with_option): dummy parent_iseq for the parser
Yusuke Endoh
2019-10-04
1
-1
/
+8
*
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-10-04
1
-1
/
+1
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Remove mark array
Aaron Patterson
2019-09-26
1
-4
/
+0
*
Scan the ISEQ arena for markables and mark them
Aaron Patterson
2019-09-26
1
-0
/
+3
*
Introduce a secondary arena
Aaron Patterson
2019-09-26
1
-3
/
+5
*
Extract allocation and free functions
Aaron Patterson
2019-09-26
1
-17
/
+30
*
Make Method/Proc#parameters handle **nil syntax
Jeremy Evans
2019-08-30
1
-0
/
+6
*
Constified local variable `translator`
Nobuyoshi Nakada
2019-08-30
1
-12
/
+5
*
Adjust indent [ci skip]
Nobuyoshi Nakada
2019-08-30
1
-26
/
+26
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-4
/
+6
*
Update moved objects in original_iseq
Alan Wu
2019-08-19
1
-0
/
+8
*
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-19
1
-2
/
+4
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-8
/
+8
*
* expand tabs.
git
2019-08-13
1
-1
/
+1
*
Unpin default value objects
Aaron Patterson
2019-08-12
1
-1
/
+1
*
Document that RubyVM::InstructionSequence methods are implementation and vers...
Jeremy Evans
2019-08-05
1
-1
/
+3
*
check iseq is executable
Koichi Sasada
2019-07-23
1
-28
/
+28
*
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-07-23
1
-3
/
+3
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-5
/
+8
*
Fix Possible Control flow issues (DEADCODE)
Kazuhiro NISHIYAMA
2019-05-29
1
-6
/
+2
*
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-23
1
-6
/
+6
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-10
/
+10
*
iseq.c: removed unnecessary zero-fills
Nobuyoshi Nakada
2019-04-29
1
-2
/
+3
*
Lazy allocate the compile data catch table array
Lourens Naudé
2019-04-25
1
-1
/
+1
*
* expand tabs.
git
2019-04-23
1
-2
/
+2
*
Symbols can move, so don't cache in static pointer
Aaron Patterson
2019-04-22
1
-7
/
+7
*
Update MJIT references
tenderlove
2019-04-20
1
-0
/
+3
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-18
/
+82
*
Reverting compaction for now
tenderlove
2019-04-17
1
-82
/
+18
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-18
/
+82
*
Share the exception local ID table
nobu
2019-04-11
1
-1
/
+2
*
* expand tabs.
svn
2019-04-10
1
-8
/
+8
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-84
/
+18
*
Adjusted styles
nobu
2019-04-10
1
-1
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-18
/
+84
*
* expand tabs.
svn
2019-04-01
1
-10
/
+10
*
unpoison / poison objects while walking the heap
tenderlove
2019-04-01
1
-0
/
+14
*
Fix styles [ci skip]
nobu
2019-01-09
1
-1
/
+2
[next]