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
*
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
*
Add *_start and *_running methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-08
1
-3
/
+63
*
Add a way to print debug counters without exiting
Aaron Patterson
2019-08-07
1
-0
/
+1
*
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
1
-0
/
+1
*
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-02
1
-1
/
+0
*
Make attr* methods define public methods if self in caller is not same as rec...
Jeremy Evans
2019-08-01
1
-1
/
+1
*
calc_lineno(): add assertions
卜部昌平
2019-08-01
1
-1
/
+1
*
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-31
1
-0
/
+1
*
Clarify Thread exception handling documentation [ci skip]
Jeremy Evans
2019-07-24
1
-8
/
+19
*
In some situations, `vm_stack` can be NULL, but `cfp` is valid.
Samuel Williams
2019-07-19
1
-4
/
+0
*
Better usage of `rb_ec_clear_vm_stack` to maintain invariants.
Samuel Williams
2019-07-19
1
-1
/
+1
*
Improve ec assertions.
Samuel Williams
2019-07-19
1
-9
/
+7
*
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
1
-1
/
+1
*
Remove unused vm_stack recycling.
Samuel Williams
2019-07-18
1
-36
/
+0
*
MJIT Support for getblockparamproxy
Takashi Kokubun
2019-07-14
1
-2
/
+1
*
Document $LOAD_PATH.resolve_feature_path in globals.rdoc
Benoit Daloze
2019-07-13
1
-12
/
+0
*
$LOAD_PATH.resolve_feature_path
Nobuyoshi Nakada
2019-07-11
1
-4
/
+0
*
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
[next]