aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test_weakref.rb: find collected weakrefnobu2014-01-101-3/+8
* test_super.rb: remove unneeded codenobu2014-01-101-1/+1
* insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm12014-01-101-1/+15
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-0/+84
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove2014-01-091-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove2014-01-091-0/+4
* vm_insnhelper.c: revive r44455 for bound module methodnobu2014-01-081-0/+13
* object.c: hash value from objid with saltnobu2014-01-081-0/+21
* lib/timeout.rb: fallback to Timeout::Errornobu2014-01-081-0/+11
* timeout.rb: fix for ExitExceptionnobu2014-01-071-0/+8
* timeout.rb: defer creating custom exceptionnobu2014-01-071-0/+10
* test_timeout.rb: shorten waiting timesnobu2014-01-071-8/+8
* * ChangeLog:drbrain2014-01-0710-56/+158
* array.c: return first unique element in Array#uniqtmm12014-01-061-0/+5
* test_super.rb: test_module_super_in_method_modulenobu2014-01-061-0/+18
* * compar.c (cmp_equal): remove error hiding in Comparable#==.eregon2014-01-052-6/+7
* * struct.c (rb_struct_set): return assigned value from setter methodcharliesome2014-01-041-0/+6
* test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu2014-01-041-1/+1
* test/net/imap/test_imap.rb: fix test failures due to expired certstmm12014-01-033-78/+86
* dbm.c: yield dup of keystrnobu2014-01-011-0/+8
* test_transcode.rb: add messagesnobu2014-01-011-4/+4
* eval.c: raise with causenobu2013-12-311-0/+14
* encoding.c: mask dummy flagsnobu2013-12-301-0/+11
* test_sprintf.rb: sprintf with a hash as parameternobu2013-12-281-0/+5
* vm_insnhelper.c: missing super in method modulenobu2013-12-281-0/+15
* parse.y: save cmdarg_stack in local scopenobu2013-12-271-0/+5
* hash.c: remove dead codenobu2013-12-261-12/+0
* * proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre2013-12-251-0/+5
* * proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre2013-12-251-6/+6
* compile.c: unnamed keyword rest checknobu2013-12-251-0/+9
* test_keyword.rb: suppress warningsnobu2013-12-251-4/+4
* iseq.c: fix parameter of unnamed rest keywords argumentnobu2013-12-252-0/+43
* proc.c: fix arity of rest keywords argumentnobu2013-12-252-0/+39
* test_method.rb, test_proc.rb: suppress warningsnobu2013-12-252-4/+5
* * vm_insnhelper.c (argument_error): insert dummy frame to makeko12013-12-251-8/+30
* test_rubyoptions.rb: remove corenobu2013-12-251-8/+13
* test_fileutils.rb: fix for Mac OS Xnobu2013-12-251-4/+8
* test_variable.rb: fix testnobu2013-12-241-3/+2
* proc.c: Binding#local_variablesnobu2013-12-241-0/+11
* test_fileutils.rb: fix testnobu2013-12-241-1/+1
* test_fileutils.rb: tests for chownnobu2013-12-242-1/+84
* test_fileutils.rb: enclose helper methodsnobu2013-12-241-55/+54
* test_method.rb: fix testnobu2013-12-241-1/+1
* proc.c: make method by define_method publicnobu2013-12-241-0/+23
* assertions.rb: assert_thrownobu2013-12-241-2/+2
* test_alias.rb: rename duplicate namenobu2013-12-241-1/+1
* * test/fileutils/test_fileutils.rb (setup): should not callusa2013-12-231-1/+1
* test_fileutils.rb: tests for chownnobu2013-12-232-1/+54
* hash.c: reduce warningnobu2013-12-231-2/+15
* test_hash.rb: suppress warningsnobu2013-12-231-2/+2