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-11-25
Fix the docs for Proc#>>.
Paweł Przeniczny
2019-11-21
Refined inspection of argument forwarding
Nobuyoshi Nakada
2019-11-20
Update representation (discussed on ruby tracker)
zverok
2019-11-20
Method parameters inspect
zverok
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-11-12
Show the name `Kernel#proc` in the warning message
Nobuyoshi Nakada
2019-10-26
Documentation improvements for Ruby core
zverok
2019-10-25
check T_ICLASS for Method#inspect.
Koichi Sasada
2019-10-11
Module#define_method: Add UnboundMethod to expected classes
ksss
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-29
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-26
Fix more keyword separation issues
Jeremy Evans
2019-09-26
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-26
Fix keyword argument separation issues in Proc#{<<,>>}
Jeremy Evans
2019-09-14
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-13
Consolidate empty keyword handling
Jeremy Evans
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-05
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-08-30
Add rb_iseq_location
Jeremy Evans
2019-08-30
Use more accurate source location in keyword argument separation warnings
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
[DOC] Return obj may be different from 1st argument [ci skip]
Kazuhiro NISHIYAMA
2019-08-30
proc.c: Add UnboundMethod#bind_call
Yusuke Endoh
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-16
Add details about parameters to define_method doc (#2165)
OKURA Masafumi
2019-08-14
* expand tabs.
git
2019-08-14
change Proc#to_s format ('@...' -> ' ...') (#2362)
Koichi Sasada
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-07-14
fix typos.
Tanaka Akira
2019-07-14
Method#inspect with source location.
Koichi Sasada
2019-07-14
Describe lambda-ness of Proc more.
Tanaka Akira
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
[next]