index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-11
add debug method RubyVM::mtbl2 (disabled)
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-20
hide vm_ep_in_heap_p_
卜部昌平
2020-02-09
Disable GC until VM objects get initialized [Bug #16616]
Nobuyoshi Nakada
2020-02-07
more on NULL versus functions.
卜部昌平
2020-02-06
Increase the frozen_strings table initial size
Jean Boussier
2020-01-11
Let execution context local storage be an ID table
Lourens Naudé
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-23
[DOC] Fix invalid code to make it syntax highlighted
Marcus Stollsteimer
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-17
Skip optimized method check for most method IDs
John Hawthorn
2019-12-05
fix parameter
Koichi Sasada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-11-06
Remove duplicate code
Aaron Patterson
2019-10-29
Right size the vm_default_params hash
Lourens Naudé
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
refactor delete vm_cref_dump
卜部昌平
2019-09-29
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-26
Fix more keyword separation issues
Jeremy Evans
2019-09-24
suppress meddlesome clang10 warrning
卜部昌平
2019-09-24
refactor delete unused variable
卜部昌平
2019-09-23
Lazy init thread local storage
Lourens Naudé
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-05
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-09-03
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-08-30
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
drop-in type check for rb_define_method_id
卜部昌平
2019-08-19
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-08
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-08
Add *_clear methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-08
Add *_start and *_running methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-07
Add a way to print debug counters without exiting
Aaron Patterson
2019-08-02
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-01
Make attr* methods define public methods if self in caller is not same as rec...
Jeremy Evans
2019-08-01
calc_lineno(): add assertions
卜部昌平
2019-07-31
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-24
Clarify Thread exception handling documentation [ci skip]
Jeremy Evans
2019-07-19
In some situations, `vm_stack` can be NULL, but `cfp` is valid.
Samuel Williams
[next]