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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Age
Commit message (
Expand
)
Author
2021-12-13
fix Struct's setter arity
Koichi Sasada
2021-12-13
Struct setter's parameters == `[:req, :_]`
Koichi Sasada
2021-12-13
add `method_def_aritry()`
Koichi Sasada
2021-12-09
Add {Method,UnboundMethod}#{public?,private?,protected?}
Jeremy Evans
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-19
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-10-20
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
Collect statistics about binding allocations / local variable set
Aaron Patterson
2021-10-10
Refactor rb_proc_call function
S-H-GAMELINKS
2021-09-01
Assert not to be UNDEF visibility
Nobuyoshi Nakada
2021-08-03
Add keyrest to ruby2_keywords parameters [Bug #18011]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-22
Refactor rb_proc_call_with_block function
S-H-GAMELINKS
2021-07-16
Emit deprecatation warnings for rb_iterate()
Benoit Daloze
2021-06-24
Remove shift of ep when computing Proc#hash
Jeremy Evans
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-04-07
[Bug #17780] Fix Method#super_method for module alias
Peter Zhu
2021-03-10
proc.c: make bind_call use existing callable method entry when possible
Jean Boussier
2021-01-31
Split `mnew` into unbound and callable
Nobuyoshi Nakada
2021-01-27
kill CLONESETUP and DUPSETUP
卜部昌平
2021-01-04
[DOC] Update Proc.new without a block [ci skip]
Nobuyoshi Nakada
2020-12-26
[DOC] Fix typo in proc.c
Marcus Stollsteimer
2020-12-23
Fix class of method in Method#inspect for singleton classes of classes
Jeremy Evans
2020-12-21
Document Proc#==
zverok
2020-12-12
fix lambda's warning and tests
Koichi Sasada
2020-12-11
show deprecation warning correctly for lambda(&b)
Koichi Sasada
2020-11-16
Fix typo on Proc docs
Tomás Coêlho
2020-11-02
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-06
Use proc_binding rather than rb_funcall
Chris Seaton
2020-10-06
Moved rb_callable_receiver internal
Nobuyoshi Nakada
2020-09-16
Warn on a finalizer that captures the object to be finalized
Chris Seaton
2020-08-27
Fix Method#super_method for aliased methods
Jeremy Evans
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
proc_binding: do not goto into a branch
卜部昌平
2020-06-29
rb_obj_singleton_method: do not goto into a branch
卜部昌平
2020-06-29
rb_method_name_error: do not goto into a branch
卜部昌平
2020-06-29
bind_local_variable_get: do not goto into a branch
卜部昌平
2020-06-20
Removed space lines
Nobuyoshi Nakada
2020-06-20
Remove unused variables
Kazuki Tsujimoto
2020-06-19
Implement Proc#== and #eql?
Jeremy Evans
2020-06-17
rb_method_name_error: delete unused code
卜部昌平
2020-06-11
Warn when passing a non-literal block to Kernel#lambda
Jeremy Evans
2020-06-10
Make proc/Proc.new without block an error instead of warning
Jeremy Evans
2020-06-09
Work around infinite loop when overriding method visibility in prepended modu...
Jeremy Evans
2020-04-24
[DOC] Separated Method#[] from Method#call [Bug #16813] [ci skip]
Nobuyoshi Nakada
2020-04-24
[DOC] Fixed explanation for Method#>> [Bug #16813] [ci skip]
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-03-22
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Jeremy Evans
[next]