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_args.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update Array's length correctly.
Koichi Sasada
2019-05-23
1
-2
/
+2
*
Adjusted styles
nobu
2019-04-10
1
-1
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+1
*
Adjusted styles
nobu
2019-04-10
1
-1
/
+1
*
on-smash canary detection
shyouhei
2019-02-01
1
-0
/
+2
*
vm_args.c: search symbol proc in super classes
nobu
2018-12-30
1
-2
/
+8
*
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-26
1
-1
/
+1
*
Freeze and hide callback arguments holder
nobu
2018-12-18
1
-1
/
+4
*
Enable refinements on symbol-proc in ruby-level methods
nobu
2018-12-18
1
-3
/
+9
*
Revert "Symbol refinements"
mrkn
2018-12-04
1
-8
/
+8
*
Symbol refinements
mrkn
2018-12-04
1
-8
/
+8
*
Revert "Symbol refinements"
nobu
2018-12-03
1
-8
/
+8
*
Symbol refinements
nobu
2018-12-03
1
-8
/
+8
*
Revert "Symbol refinements [Bug #15114]"
nobu
2018-12-03
1
-8
/
+8
*
Symbol refinements [Bug #15114]
nobu
2018-12-03
1
-8
/
+8
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-15
/
+15
*
* expand tabs.
svn
2018-10-30
1
-2
/
+2
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-4
/
+4
*
* expand tabs.
svn
2018-10-30
1
-2
/
+2
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-4
/
+4
*
rest parameter optimization [Feature #15010]
ko1
2018-08-28
1
-8
/
+23
*
vm_args.c: stop requiring `calling` in vm_caller_setup_arg_block
k0kubun
2018-08-11
1
-17
/
+17
*
repack structs
nobu
2018-07-29
1
-1
/
+1
*
vm.c: simplify the implementation of r64031
k0kubun
2018-07-24
1
-2
/
+2
*
vm_args.c: refined warning splat to var
nobu
2018-05-31
1
-2
/
+9
*
vm_args.c: warn splat to var
nobu
2018-03-25
1
-2
/
+9
*
mjit_compile.c: share the definition of macros
k0kubun
2018-02-06
1
-8
/
+0
*
vm_args.c: to_proc refinements
nobu
2018-01-24
1
-1
/
+10
*
vm_args.c: fix KW_SPECIFIED_BITS_MAX
nobu
2018-01-19
1
-1
/
+1
*
vm_insnhelper.c: fix many keyword arguments
nobu
2018-01-19
1
-2
/
+4
*
use `getblockparamproxy` to pass blocks.
ko1
2018-01-08
1
-5
/
+4
*
vm_args.c: ec arg of args_setup_kw_parameters
nobu
2017-11-21
1
-7
/
+8
*
fix backtrace on argment error.
ko1
2017-11-09
1
-0
/
+3
*
`th` is not used.
ko1
2017-11-07
1
-7
/
+7
*
constify `rb_vm_bh_to_procval()`
ko1
2017-10-29
1
-3
/
+3
*
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
1
-2
/
+2
*
move fields from `th` to `ec`.
ko1
2017-10-28
1
-4
/
+4
*
Fix parameter name
kazu
2017-10-27
1
-1
/
+1
*
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-27
/
+27
*
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-5
/
+5
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-36
/
+26
*
proc.c: super_method of included method
nobu
2017-10-06
1
-1
/
+1
*
use rb_hash_new_with_size()
glass
2017-10-01
1
-4
/
+4
*
vm_args.c: prefer optarg to keyword splat
nobu
2017-08-10
1
-1
/
+2
*
splat keyword hash
nobu
2017-08-05
1
-1
/
+5
*
vm_args.c: improve keyword argument errors
nobu
2017-07-04
1
-1
/
+20
[next]