summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-01-27thread_pthread.c: get current main thread stack sizenobu
2014-01-25compile.c: assignment result of aset_withnobu
2014-01-24test_process.rb: clock_getres may not supportednobu
2014-01-23* test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby processko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23test_process.rb: fix conditionnobu
2014-01-23test_process.rb: deadlock testnobu
2014-01-18* compar.c (cmp_equal): warn for this release and still rescueeregon
2014-01-18* test/ruby/test_comparable.rb: specify behavior for the differenteregon
2014-01-17eval.c: singleton class constantsnobu
2014-01-16test_thread.rb: stop at oncenobu
2014-01-15test_gc.rb: relax assertionnobu
2014-01-15test_numeric.rb: default_externalnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15test_numeric.rb: coercion failuresnobu
2014-01-15string.c: respect BOMnobu
2014-01-15string.c: use actual encodingsnobu
2014-01-15test_m17n.rb: split tests for inspectnobu
2014-01-10test_super.rb: remove unneeded codenobu
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-08vm_insnhelper.c: revive r44455 for bound module methodnobu
2014-01-08object.c: hash value from objid with saltnobu
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-06test_super.rb: test_module_super_in_method_modulenobu
2014-01-05* compar.c (cmp_equal): remove error hiding in Comparable#==.eregon
2014-01-04* struct.c (rb_struct_set): return assigned value from setter methodcharliesome
2014-01-04test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu
2014-01-01test_transcode.rb: add messagesnobu
2013-12-31eval.c: raise with causenobu
2013-12-30encoding.c: mask dummy flagsnobu
2013-12-28test_sprintf.rb: sprintf with a hash as parameternobu
2013-12-28vm_insnhelper.c: missing super in method modulenobu
2013-12-27parse.y: save cmdarg_stack in local scopenobu
2013-12-26hash.c: remove dead codenobu
2013-12-25* proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre
2013-12-25* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-25test_keyword.rb: suppress warningsnobu
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25test_method.rb, test_proc.rb: suppress warningsnobu
2013-12-25* vm_insnhelper.c (argument_error): insert dummy frame to makeko1
2013-12-25test_rubyoptions.rb: remove corenobu
2013-12-24test_variable.rb: fix testnobu
2013-12-24proc.c: Binding#local_variablesnobu
2013-12-24test_method.rb: fix testnobu