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
*
Don't display singleton class in Method#inspect unless method defined there
Jeremy Evans
2020-03-14
1
-1
/
+8
*
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
*
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
1
-2
/
+2
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-2
/
+2
*
Add rb_iseq_location
Jeremy Evans
2019-08-30
1
-1
/
+7
*
Use more accurate source location in keyword argument separation warnings
Jeremy Evans
2019-08-30
1
-1
/
+1
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-1
/
+1
*
[DOC] Return obj may be different from 1st argument [ci skip]
Kazuhiro NISHIYAMA
2019-08-30
1
-3
/
+3
*
proc.c: Add UnboundMethod#bind_call
Yusuke Endoh
2019-08-30
1
-31
/
+72
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-12
/
+12
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-2
/
+14
*
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
1
-8
/
+8
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-4
/
+4
*
Add details about parameters to define_method doc (#2165)
OKURA Masafumi
2019-08-16
1
-2
/
+12
*
* expand tabs.
git
2019-08-14
1
-1
/
+1
*
change Proc#to_s format ('@...' -> ' ...') (#2362)
Koichi Sasada
2019-08-14
1
-1
/
+1
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-5
/
+5
*
fix typos.
Tanaka Akira
2019-07-14
1
-8
/
+9
*
Method#inspect with source location.
Koichi Sasada
2019-07-14
1
-0
/
+12
[next]