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
2019-06-12
* expand tabs.
git
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-03
Unpin objects that `proc` references
Aaron Patterson
2019-04-27
Add class ref to `UnboundMethod#owner` doc
okuramasafumi
2019-04-22
Adds a reference to `TracePoint` to `binding` docs
Kazuhiro NISHIYAMA
2019-04-13
* expand tabs.
svn
2019-04-13
Proc.new: change deprecation warning for clarity (issue #15539)
marcandre
2019-04-08
range.c: force hash values fixable
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-03-06
proc.c: call respond_to_missing? with a symbol
nobu
2019-01-28
* expand tabs.
svn
2019-01-28
Add refinements support to method/instance_method.
nobu
2019-01-10
proc.c: proc without block
nobu
2019-01-10
proc.c: check if callable
nobu
2018-12-14
proc.c: [DOC] fix typos
stomar
2018-12-14
* remove trailing spaces. [ci skip]
svn
2018-12-14
tweak syntax of Proc documentation [ci skip]
duerst
2018-12-13
proc.c: [DOC] fix typos
stomar
2018-12-13
[DOC] Fix typos [ci skip]
kazu
2018-12-12
Enhance Proc docs [Misc #14610]
duerst
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-23
proc.c: [DOC] refine proc-compistion examples [ci skip]
nobu
2018-11-22
Proc#<< and Proc#>>
nobu
2018-11-22
proc.c: Support any callable when composing Procs
nobu
2018-11-22
proc.c: Implement Method#* for Method composition
nobu
2018-11-22
proc.c: Implement Proc#* for Proc composition
nobu
2018-10-26
proc.c: [DOC] improve docs for {Method,Proc}#===
stomar
2018-10-26
proc.c: [DOC] fix grammar in doc for Method#to_s
stomar
2018-10-21
Improve docs of Proc / Method
aycabta
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-10
revisit `RARRAY_PTR()`.
ko1
2018-07-25
Remove obsolete comment from Module#define_method documentation
tenderlove
2018-07-24
UNREACHABLE_RETURN
nobu
2018-06-03
Add TracePoint#parameters
mame
2018-05-23
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-04-03
proc.c: fix segfault when no singleton class
nobu
2018-04-03
Fix Kernel#singleton_method with Module#Prepend
nobu
2018-03-21
Remove outdated proc.c binding comment.
nobu
2018-02-16
no ID cache in Init functions
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-30
proc: fix super_method segfault after bind
normal
2018-01-22
use predefined IDs
kazu
2018-01-07
Speedup `block.call` [Feature #14330]
ko1
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
proc.c: empty iseq names
nobu
2017-12-26
proc.c (bind_location): Add Binding#source_location
mame
2017-12-12
Add Method#=== that invokes #call
a_matsuda
[next]