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