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
/
vm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
1
-9
/
+25
*
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
1
-25
/
+9
*
Don't clear cfp, it causes problems.
Samuel Williams
2019-06-20
1
-1
/
+1
*
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
1
-10
/
+26
*
Don't try to dereference NULL cfp.
Samuel Williams
2019-06-20
1
-1
/
+1
*
Adjust indent
Nobuyoshi Nakada
2019-06-19
1
-4
/
+5
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-3
/
+0
*
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
1
-11
/
+17
*
Basic assertions for thread initialization.
Samuel Williams
2019-06-19
1
-0
/
+4
*
Ensure execution context is cleared after thread is finished.
Samuel Williams
2019-06-19
1
-3
/
+0
*
Better handling of root fiber.
Samuel Williams
2019-06-19
1
-1
/
+1
*
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
1
-7
/
+12
*
Move vm stack init into thread.
Samuel Williams
2019-06-19
1
-12
/
+11
*
* expand tabs.
git
2019-06-12
1
-16
/
+16
*
Add compaction support for more types.
Aaron Patterson
2019-06-11
1
-4
/
+47
*
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-06-01
1
-1
/
+1
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-5
/
+5
*
Keep vm->orig_progname alive
Alan Wu
2019-05-31
1
-0
/
+1
*
Eagerly name modules and classes
Alan Wu
2019-05-22
1
-3
/
+1
*
Fixing function name
Aaron Patterson
2019-05-14
1
-1
/
+1
*
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-22
1
-4
/
+6
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-1
/
+30
*
Reverting compaction for now
tenderlove
2019-04-17
1
-30
/
+1
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-1
/
+30
*
Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER
k0kubun
2019-04-14
1
-0
/
+3
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-30
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-1
/
+30
*
add definemethod/definesmethod insn.
ko1
2019-04-05
1
-55
/
+2
*
on-smash canary detection
shyouhei
2019-02-01
1
-0
/
+1
*
vm.c: [DOC] small fix
stomar
2019-01-20
1
-1
/
+1
*
[DOC] Update basename [ci skip]
kazu
2018-12-30
1
-1
/
+1
*
vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]
mame
2018-12-30
1
-0
/
+12
*
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-26
1
-1
/
+12
*
remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]
ko1
2018-12-24
1
-1
/
+1
*
Enable refinements on symbol-proc in ruby-level methods
nobu
2018-12-18
1
-1
/
+9
*
Return same ISeq object for one src.
ko1
2018-12-06
1
-1
/
+1
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-1
/
+2
*
load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]
mame
2018-12-06
1
-0
/
+4
*
ALWAYS_INLINE implies inline always
nobu
2018-11-27
1
-2
/
+2
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-33
/
+82
*
Prefix rb_ec_set_vm_stack
nobu
2018-11-16
1
-1
/
+1
*
* expand tabs.
svn
2018-11-09
1
-2
/
+2
*
There is a path to use bmethod with ifunc.
ko1
2018-11-09
1
-2
/
+2
*
* expand tabs.
svn
2018-11-09
1
-4
/
+4
*
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-09
1
-11
/
+24
*
separate Thread type (func or proc) explicitly.
ko1
2018-11-08
1
-2
/
+11
*
* expand tabs.
svn
2018-11-06
1
-1
/
+1
*
cont.c: direct use of rb_thread_t
shyouhei
2018-11-06
1
-1
/
+1
*
introduce new YARV insn newhashfromarray.
ko1
2018-10-24
1
-40
/
+0
[next]