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
*
vm_exec_handle_exception: do not goto into a branch
卜部昌平
2020-06-29
1
-11
/
+9
*
vm_empty_cc: fix MSVC compile error
卜部昌平
2020-06-09
1
-1
/
+9
*
vm_empty_cc: refactor use macro
卜部昌平
2020-06-09
1
-7
/
+1
*
rb_equal_opt: fully static call data
卜部昌平
2020-06-09
1
-6
/
+8
*
Moved vm_empty_cc to local in vm.c [Bug #16934]
Nobuyoshi Nakada
2020-06-04
1
-1
/
+1
*
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
1
-1
/
+2
*
Unpin and update VM references
Aaron Patterson
2020-05-21
1
-23
/
+51
*
Allow references stored in the VM stack to move
Aaron Patterson
2020-05-18
1
-1
/
+11
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-1
/
+9
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-2
/
+2
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-3
/
+10
*
add debug method RubyVM::mtbl2 (disabled)
Koichi Sasada
2020-03-11
1
-1
/
+11
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-2
/
+24
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-0
/
+1
*
hide vm_ep_in_heap_p_
卜部昌平
2020-02-20
1
-1
/
+1
*
Disable GC until VM objects get initialized [Bug #16616]
Nobuyoshi Nakada
2020-02-09
1
-0
/
+2
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-4
/
+4
*
Increase the frozen_strings table initial size
Jean Boussier
2020-02-06
1
-1
/
+1
*
Let execution context local storage be an ID table
Lourens Naudé
2020-01-11
1
-2
/
+11
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-7
/
+0
*
move internal/debug.h definitions to internal.h
Koichi Sasada
2020-01-03
1
-1
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-9
/
+22
*
[DOC] Fix invalid code to make it syntax highlighted
Marcus Stollsteimer
2019-12-23
1
-1
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-3
/
+3
*
Skip optimized method check for most method IDs
John Hawthorn
2019-12-17
1
-0
/
+13
*
fix parameter
Koichi Sasada
2019-12-05
1
-2
/
+2
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+0
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+2
*
Remove duplicate code
Aaron Patterson
2019-11-06
1
-1
/
+1
*
Right size the vm_default_params hash
Lourens Naudé
2019-10-29
1
-1
/
+1
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-1
/
+12
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-1
/
+1
*
refactor delete vm_cref_dump
卜部昌平
2019-09-30
1
-11
/
+0
*
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-29
1
-1
/
+1
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-6
/
+10
*
suppress meddlesome clang10 warrning
卜部昌平
2019-09-24
1
-1
/
+1
*
refactor delete unused variable
卜部昌平
2019-09-24
1
-2
/
+1
*
Lazy init thread local storage
Lourens Naudé
2019-09-23
1
-2
/
+0
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-0
/
+7
*
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
1
-4
/
+4
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-25
/
+25
*
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
1
-0
/
+6
*
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
1
-5
/
+0
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-10
/
+6
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-2
/
+8
*
drop-in type check for rb_define_method_id
卜部昌平
2019-08-29
1
-3
/
+21
*
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-19
1
-5
/
+18
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-4
/
+4
*
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-08
1
-2
/
+0
*
Add *_clear methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-08
1
-0
/
+53
[next]