aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* hash.c: reduce warningnobu2013-12-231-2/+15
* test_hash.rb: suppress warningsnobu2013-12-231-2/+2
* envutil.rb: use EXEEXTnobu2013-12-231-2/+3
* * array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre2013-12-232-10/+20
* * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak2013-12-221-1/+1
* Fix typo in testsa_matsuda2013-12-202-4/+4
* fix typonaruse2013-12-191-1/+1
* test_gc.rb: fix syntax errornobu2013-12-181-2/+2
* test_gc.rb: refine assertionnobu2013-12-181-2/+2
* test_io.rb: duplicated testnobu2013-12-181-19/+3
* * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko12013-12-181-2/+3
* * test/ruby/test_io.rb: fix duplicated test name.ktsj2013-12-171-1/+1
* hash.c: revertnobu2013-12-171-0/+2
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+13
* test_process.rb: fix for 32bit platformsnobu2013-12-161-1/+1