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
*
[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
*
`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]
Yusuke Endoh
2020-03-16
1
-4
/
+4
*
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-16
1
-0
/
+35
*
proc.c: Remove non-sense /* fall through */
Yusuke Endoh
2020-03-16
1
-1
/
+0
*
Don't display singleton class in Method#inspect unless method defined there
Jeremy Evans
2020-03-09
1
-1
/
+8
*
Proc from Symbol needs a receiver
Nobuyoshi Nakada
2020-02-22
1
-1
/
+2
*
`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
Nobuyoshi Nakada
2020-02-22
1
-1
/
+1
*
`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
Nobuyoshi Nakada
2020-02-19
1
-0
/
+1
*
Check if bindable against the refined target [Bug #16617]
Nobuyoshi Nakada
2020-02-09
1
-0
/
+5
*
Fix wrong return value in proc documentation.
Florian Heinle
2020-01-30
1
-1
/
+1
*
Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL
0x005c
2020-01-23
1
-5
/
+5
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-5
/
+0
*
Decide lambdaness of (f << g) using g (#2729)
Alan Wu
2019-12-30
1
-2
/
+8
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-2
/
+7
*
internal/imemo.h rework
卜部昌平
2019-12-26
1
-1
/
+2
*
Adjust sentence in doc [ci skip]
Alan Wu
2019-12-22
1
-1
/
+1
*
Actualize Method#inspect docs
zverok
2019-12-22
1
-2
/
+21
*
Document numbered block parameters
zverok
2019-12-22
1
-0
/
+50
*
Kernel#lambda: return forwarded block as non-lambda proc
Alan Wu
2019-12-21
1
-1
/
+9
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-2
/
+2
*
Add Proc#ruby2_keywords
Jeremy Evans
2019-12-09
1
-0
/
+65
*
Make {Method,UnboundMethod}#super_method handle clone/bind/unbind
Jeremy Evans
2019-12-04
1
-5
/
+11
*
Fix the docs for Proc#>>.
Paweł Przeniczny
2019-11-25
1
-2
/
+2
*
Refined inspection of argument forwarding
Nobuyoshi Nakada
2019-11-21
1
-12
/
+39
*
Update representation (discussed on ruby tracker)
zverok
2019-11-20
1
-5
/
+3
*
Method parameters inspect
zverok
2019-11-20
1
-1
/
+58
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-6
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-29
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-13
/
+0
*
Show the name `Kernel#proc` in the warning message
Nobuyoshi Nakada
2019-11-12
1
-7
/
+9
*
Documentation improvements for Ruby core
zverok
2019-10-26
1
-0
/
+16
*
check T_ICLASS for Method#inspect.
Koichi Sasada
2019-10-25
1
-0
/
+8
*
Module#define_method: Add UnboundMethod to expected classes
ksss
2019-10-11
1
-1
/
+1
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-5
/
+15
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-4
/
+4
*
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
1
-8
/
+1
*
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
1
-2
/
+0
*
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
1
-2
/
+2
*
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
1
-5
/
+4
*
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-29
1
-2
/
+2
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-1
/
+1
*
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
1
-0
/
+18
*
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-26
1
-2
/
+0
*
Fix keyword argument separation issues in Proc#{<<,>>}
Jeremy Evans
2019-09-26
1
-2
/
+18
*
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-14
1
-12
/
+32
*
Consolidate empty keyword handling
Jeremy Evans
2019-09-13
1
-8
/
+2
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-2
/
+8
[next]