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-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
2020-03-16
`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]
Yusuke Endoh
2020-03-16
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-16
proc.c: Remove non-sense /* fall through */
Yusuke Endoh
2020-03-09
Don't display singleton class in Method#inspect unless method defined there
Jeremy Evans
2020-02-22
Proc from Symbol needs a receiver
Nobuyoshi Nakada
2020-02-22
`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
Nobuyoshi Nakada
2020-02-19
`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
Nobuyoshi Nakada
2020-02-09
Check if bindable against the refined target [Bug #16617]
Nobuyoshi Nakada
2020-01-30
Fix wrong return value in proc documentation.
Florian Heinle
2020-01-23
Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL
0x005c
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
[next]