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
*
T#dup (T < Proc) should return T's object
Koichi Sasada
2022-01-13
1
-1
/
+1
*
Show the target Proc on Ractor::IsolationError
Sutou Kouhei
2021-12-22
1
-1
/
+3
*
make `overloaded_cme_table` truly weak key map
Koichi Sasada
2021-12-21
1
-1
/
+5
*
Remove RubyVM::JIT (#5275)
Takashi Kokubun
2021-12-15
1
-3
/
+0
*
Don't invalidate BOPs when aliases redefined
John Hawthorn
2021-12-14
1
-3
/
+8
*
YJIT: Avoid unnecessary BOP invalidation
John Hawthorn
2021-12-14
1
-3
/
+5
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-12
/
+11
*
`Ractor.make_shareable` checks proc's sefl
Koichi Sasada
2021-12-09
1
-0
/
+4
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-12
/
+15
*
Rework tracing for blocks running as methods
Alan Wu
2021-12-01
1
-41
/
+32
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-5
/
+4
*
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-19
1
-2
/
+2
*
`vm_empty_cc_for_super`
Koichi Sasada
2021-11-17
1
-0
/
+16
*
Convert IDs to Integers
Nobuyoshi Nakada
2021-11-08
1
-4
/
+31
*
Refine the error message for hidden variables
Nobuyoshi Nakada
2021-11-07
1
-3
/
+8
*
Preserve the encoding of message from outer local variable
Nobuyoshi Nakada
2021-10-29
1
-1
/
+1
*
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-29
1
-47
/
+27
*
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-25
1
-0
/
+2
*
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-24
1
-0
/
+1
*
Suppress sign-compare warning
Nobuyoshi Nakada
2021-10-24
1
-2
/
+2
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-0
/
+19
*
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-21
1
-0
/
+39
*
Expand tabs
Alan Wu
2021-10-20
1
-2
/
+2
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-1
/
+1
*
Fix changes from rebase
Noah Gibbs
2021-10-20
1
-4
/
+3
*
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
1
-13
/
+1
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-6
/
+6
*
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
add bop to redefinition callback
Aaron Patterson
2021-10-20
1
-1
/
+1
*
Add a callback in to microjit when a BOP is redefined
Aaron Patterson
2021-10-20
1
-0
/
+2
*
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-20
1
-0
/
+13
*
Moved the common code
Nobuyoshi Nakada
2021-10-13
1
-4
/
+5
*
Collect symbols instead of strings and get rid of rb_str_intern
Nobuyoshi Nakada
2021-10-08
1
-3
/
+3
*
Fix Ractor.make_shareable changing locals for Procs
Alan Wu
2021-10-06
1
-1
/
+1
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-7
/
+7
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-10-02
1
-0
/
+2
*
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
1
-2
/
+0
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-18
1
-0
/
+2
*
Refactor vm_yield function
S-H-GAMELINKS
2021-09-14
1
-3
/
+1
*
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-11
1
-10
/
+10
*
include/ruby/internal/intern/vm.h: add doxygen
卜部昌平
2021-09-10
1
-2
/
+0
*
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-08-15
1
-0
/
+7
*
Fix potential hang when joining threads.
Samuel Williams
2021-08-03
1
-7
/
+10
*
Using RBOOL macro
S.H
2021-08-02
1
-13
/
+5
*
use me->def instead of me for opt_table
Koichi Sasada
2021-07-29
1
-6
/
+5
*
Revert "Fix potential hang when joining threads."
Yusuke Endoh
2021-07-28
1
-10
/
+7
*
Fix infinite loop in ensure after NoMemoryError
Jeremy Evans
2021-07-27
1
-1
/
+1
*
Fix potential hang when joining threads.
Samuel Williams
2021-07-27
1
-7
/
+10
*
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-07-16
1
-0
/
+1
*
Keep GC disabled until VM bootstrap has done [Bug #17583]
Nobuyoshi Nakada
2021-07-01
1
-2
/
+2
[next]