aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_exception.rb: ignore SystemStackErrornobu2014-01-301-0/+1
* thread_pthread.c: get current main thread stack sizenobu2014-01-271-0/+10
* compile.c: assignment result of aset_withnobu2014-01-251-0/+10
* test_process.rb: clock_getres may not supportednobu2014-01-241-0/+2
* * test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby processko12014-01-231-0/+1
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+4
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+2
* test_process.rb: fix conditionnobu2014-01-231-1/+1
* test_process.rb: deadlock testnobu2014-01-231-0/+48
* * compar.c (cmp_equal): warn for this release and still rescueeregon2014-01-181-2/+4
* * test/ruby/test_comparable.rb: specify behavior for the differenteregon2014-01-181-2/+4
* eval.c: singleton class constantsnobu2014-01-171-0/+13
* test_thread.rb: stop at oncenobu2014-01-161-2/+6
* test_gc.rb: relax assertionnobu2014-01-151-1/+1
* test_numeric.rb: default_externalnobu2014-01-151-4/+13
* numeric.c: preserve encodingnobu2014-01-151-1/+10
* numeric.c: preserve encodingnobu2014-01-151-2/+2
* numeric.c: preserve encodingnobu2014-01-151-0/+5
* test_numeric.rb: coercion failuresnobu2014-01-151-0/+5
* string.c: respect BOMnobu2014-01-151-0/+9
* string.c: use actual encodingsnobu2014-01-151-0/+4
* test_m17n.rb: split tests for inspectnobu2014-01-151-12/+10
* 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
* 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
* 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-051-2/+3
* * 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_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_variable.rb: fix testnobu2013-12-241-3/+2
* proc.c: Binding#local_variablesnobu2013-12-241-0/+11