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
/
test
/
ruby
/
test_method.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* vm.c (rb_vm_cref_in_context): Module#define_method in non-class
ko1
2015-12-09
1
-1
/
+3
*
* vm.c (vm_define_method): do not use current CREF immediately,
ko1
2015-11-13
1
-0
/
+17
*
test_method.rb: remove unlinked method entry test
nobu
2015-10-02
1
-12
/
+0
*
test_method.rb: finite loop
nobu
2015-10-02
1
-8
/
+3
*
proc.c: fix for uncallable method
nobu
2015-08-07
1
-0
/
+5
*
* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumed
usa
2015-07-07
1
-8
/
+12
*
symbol.c: preserve encoding
nobu
2015-07-07
1
-0
/
+11
*
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-06
1
-5
/
+1
*
test_method.rb: fix commit miss
nobu
2015-06-19
1
-0
/
+1
*
proc.c: ArgumentError if no block
nobu
2015-06-19
1
-2
/
+15
*
test_method.rb: split test
nobu
2015-06-19
1
-1
/
+6
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
1
-13
/
+0
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-0
/
+5
*
test_method.rb: add assertion
nobu
2015-05-21
1
-0
/
+1
*
* proc.c: fix issues caused by binding created from Method#to_proc.
ko1
2015-05-21
1
-9
/
+17
*
proc.c: replicate method env
nobu
2015-03-29
1
-0
/
+14
*
* test/ruby/test_method.rb: Add test for &-coersion of an
headius
2015-01-06
1
-0
/
+9
*
vm_eval.c: preserve encoding
nobu
2014-11-25
1
-0
/
+13
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* test/ruby/test_method.rb: r48239 makes this test green.
ko1
2014-11-02
1
-0
/
+9
*
proc.c: method_super_method
nobu
2014-07-26
1
-0
/
+50
*
proc.c: Implement Method#curry
nobu
2014-06-19
1
-0
/
+51
*
* vm_eval.c (eval_string_with_cref): Use file path even if scope is
sorah
2014-03-18
1
-0
/
+1
*
iseq.c: fix parameter of unnamed rest keywords argument
nobu
2013-12-25
1
-0
/
+29
*
proc.c: fix arity of rest keywords argument
nobu
2013-12-25
1
-0
/
+21
*
test_method.rb, test_proc.rb: suppress warnings
nobu
2013-12-25
1
-3
/
+4
*
test_method.rb: fix test
nobu
2013-12-24
1
-1
/
+1
*
proc.c: make method by define_method public
nobu
2013-12-24
1
-0
/
+23
*
proc.c: method by respond_to_missing?
nobu
2013-12-14
1
-0
/
+11
*
proc.c: fix inherited owner
nobu
2013-12-13
1
-0
/
+9
*
proc.c, vm_method.c: fix super and alias
nobu
2013-12-13
1
-1
/
+7
*
test/ruby: better assertions
nobu
2013-12-13
1
-9
/
+11
*
* object.c (rb_class_inherited_p): allow iclasses to be tested for
charliesome
2013-08-05
1
-0
/
+16
*
vm_eval.c: use file argument
nobu
2013-07-22
1
-0
/
+2
*
vm_eval.c: __dir__ in eval
nobu
2013-06-14
1
-0
/
+2
*
test_method.rb: use realpath
nobu
2013-06-14
1
-1
/
+1
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-9
/
+0
*
test_method.rb: fix for direct invocation
nobu
2013-05-27
1
-1
/
+1
*
proc.c: Kernel#singleton_method
nobu
2013-05-13
1
-0
/
+12
*
proc.c: consider noex in define_method
nobu
2013-03-31
1
-0
/
+32
*
test_method.rb: split
nobu
2013-03-31
1
-0
/
+4
*
test_method.rb: refine assertions
nobu
2013-03-25
1
-3
/
+7
*
* test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):
nobu
2013-03-25
1
-0
/
+13
*
test_method.rb: reduce iteration
nobu
2013-03-05
1
-1
/
+1
*
proc.c: revert r39224
nobu
2013-03-05
1
-1
/
+2
*
* vm.c (rb_thread_mark): mark a working Proc of bmethod
ko1
2013-02-16
1
-0
/
+14
*
proc.c: skip prepends
nobu
2013-02-13
1
-0
/
+27
*
proc.c: original_name
nobu
2013-02-13
1
-0
/
+1
*
proc.c: show the given name
nobu
2013-02-13
1
-0
/
+11
[prev]
[next]