summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2015-02-06dir.c: preserve encodingnobu
2015-02-05test_gc.rb: read binarynobu
2015-02-05test_inadvertent_creation.rb: move testsnobu
2015-02-04* vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97)marcandre
2015-02-04* vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1...marcandre
2015-02-04* vm_insnhelper.c: Fix symbol leak with +send+ and method_missing [#10828]marcandre
2015-02-04* vm_insnhelper.c: Fix one type of symbol leak with +send+marcandre
2015-02-04* class.c (method_entry_i, class_instance_method_list,shugo
2015-02-03* vm_method.c (remove_method): When remove refinedshugo
2015-02-03dir.c: glob legacy short namenobu
2015-02-01test_backtrace.rb: add testsnobu
2015-01-31test_backtrace.rb: add testnobu
2015-01-31test_backtrace.rb: split testnobu
2015-01-31test_backtrace.rb: add testnobu
2015-01-25array.c: reduce to_ary callnobu
2015-01-25test_array.rb split flatten testsnobu
2015-01-20test_module.rb: more testsnobu
2015-01-19class.c: prepend for each classesnobu
2015-01-18vm_method.c: method defined should not use refinements.nobu
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
2015-01-15* remove trailing spaces.svn
2015-01-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr
2015-01-15proc.c: singleton_method should not use refinementsnobu
2015-01-15array.c: linear performancenobu
2015-01-13range.c: class name encodingnobu
2015-01-12* test/ruby/test_numeric.rb (TestNumeric#test_coerce): fixed wrong message.usa
2015-01-12numeric.c: correct error message when coerce failsnormal
2015-01-12vm_method.c: NameError at refined method aliasnobu
2015-01-11array.c: class name encodingnobu
2015-01-10Use bit_length.akr
2015-01-10test for [ruby-core:67473] [Bug #10727]nobu
2015-01-10array.c: keep consistencynobu
2015-01-09parse.y: eliminate empty hashesnobu
2015-01-08vm_method.c: no super klass, no original method entrynobu
2015-01-08vm_method.c: fix change refined new method visibilitynobu
2015-01-08* test/ruby/test_symbol.rb (TestSymbol#test_symbol_fstr_leak): get rid of ausa
2015-01-06* test/ruby/test_method.rb: Add test for &-coersion of anheadius
2015-01-06Refine an assertion message.akr
2015-01-06* time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst isakr
2015-01-05* test/ruby/test_io.rb: added timeout for AIX environment.hsbt
2015-01-03* array.c: Improve performance of Array#shift. use shared instead ofhsbt
2015-01-02* test/ruby/test_module.rb: Refactor invalid testcase.hsbt
2015-01-02test_yield.rb: assert_all_sentencesnobu
2015-01-02test_m17n.rb: split test_scrubnobu
2015-01-01test_rubyoptions.rb: locale namenobu
2015-01-01symbol.c: fix memory leak from global fstr hashnormal
2015-01-01vm_args.c: fix non-symbol keys hashnobu
2014-12-31parse.y: disable past scope warningsnobu
2014-12-29re.c: append excape sequence as-isnobu
2014-12-29thread.c: fix dynamic symbol keysnobu