summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-12-08hash.c: reject shoult infectnobu
2013-12-08class.c, vm_insnhelper.c: check unknown keywordsnobu
2013-12-08test_keyword.rb: check error messagesnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-08vm.c: add RubyVM.stat for accessing cache serialstmm1
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-07hash.c: rb_hash_reject without dupnobu
2013-12-07test_struct.rb: use assert_samenobu
2013-12-07test_struct.rb: use assert_predicatenobu
2013-12-06* test/ruby/test_struct.rb: Add regression test for question marks andcharliesome
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1
2013-12-05array.c: prefer lhs elementsnobu
2013-12-05test_gc.rb: expand timeoutnobu
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05test_hash.rb: import tests from rubyspecnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-05test_gc.rb: shortennobu
2013-12-05gc.c: flush all deferred finalizersnobu
2013-12-04* test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu
2013-12-03hash.c: same hash value for similar constructsnobu
2013-12-03hash.c: detect recursion for allnobu
2013-12-03* test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):nobu
2013-12-03* array.c (ary_add_hash): set and return values because string keysglass
2013-12-02* hash.c (rb_hash_rehash): make temporary st_table under the controlglass
2013-12-01* test/ruby/test_case.rb (test_nomethoderror):sorah
2013-11-30* test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm1
2013-11-30dir.c: check unknown keywordsnobu
2013-11-30enumerator.c: should not store local variable addressnobu
2013-11-30siphash.c: fix missing conditionnobu
2013-11-30range.c: revert the old behaviornobu
2013-11-29* lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda
2013-11-29* test/ruby/test_case.rb (test_method_missing): Test for r43913.sorah
2013-11-28* gc.c: Expose details about last garbage collection via GC.stat.tmm1
2013-11-27* test/ruby/test_gc.rb (class TestGc): Fix warning intmm1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27* test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-27* test/ruby/test_string.rb: Add test for error when appending aheadius
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-26hash.c: cut off if recursionnobu
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1
2013-11-26file.c: fix buffer overflownobu
2013-11-24* gc.c (gc_stat): add internal information.ko1
2013-11-24* test/ruby/test_gc.rb: catch up last commit.ko1
2013-11-23* gc.c: fix gloval variable name.ko1
2013-11-22 * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui
2013-11-22* transcode.c (str_transcode0): don't scrub invalid chars ifnaruse