aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* hash.c: rb_hash_reject without dupnobu2013-12-071-3/+7
* test_struct.rb: use assert_samenobu2013-12-071-4/+6
* test_struct.rb: use assert_predicatenobu2013-12-071-2/+2
* * test/ruby/test_struct.rb: Add regression test for question marks andcharliesome2013-12-061-0/+12
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-0/+16
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn2013-12-052-0/+9
* test_objspace.rb: show errornobu2013-12-051-0/+1
* array.c: prefer lhs elementsnobu2013-12-051-0/+12
* test_gc.rb: expand timeoutnobu2013-12-051-1/+1
* gc.c: add GC.latest_gc_info()tmm12013-12-051-11/+15
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-052-19/+21
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-051-0/+6
* test_hash.rb: import tests from rubyspecnobu2013-12-051-0/+26
* test_hash.rb: move testsnobu2013-12-052-14/+36
* test_gc.rb: shortennobu2013-12-051-1/+1
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-5/+7
* gc.c: flush all deferred finalizersnobu2013-12-051-0/+14
* * test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu2013-12-041-1/+1
* delegate.rb: ignore unset targetnobu2013-12-041-0/+12
* hash.c: same hash value for similar constructsnobu2013-12-032-0/+14
* hash.c: detect recursion for allnobu2013-12-031-0/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):nobu2013-12-031-1/+1
* * array.c (ary_add_hash): set and return values because string keysglass2013-12-031-0/+38
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-031-0/+14
* * lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain2013-12-031-0/+10
* * hash.c (rb_hash_rehash): make temporary st_table under the controlglass2013-12-021-0/+28
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-021-0/+13
* * lib/rubygems: Update to RubyGems master baa965b. Notable changes:drbrain2013-12-011-0/+3
* * test/ruby/test_case.rb (test_nomethoderror):sorah2013-12-011-0/+8
* * lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:drbrain2013-11-309-4/+334
* * test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm12013-11-301-1/+2
* dir.c: check unknown keywordsnobu2013-11-301-0/+7
* eval.c: determine exit status and signal before finalizationnobu2013-11-301-0/+14
* enumerator.c: should not store local variable addressnobu2013-11-301-0/+10
* siphash.c: fix missing conditionnobu2013-11-301-0/+2
* vm_eval.c: blockargnobu2013-11-302-4/+28
* range.c: revert the old behaviornobu2013-11-301-0/+8
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-291-1/+1
* * test/ruby/test_case.rb (test_method_missing): Test for r43913.sorah2013-11-291-0/+11
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-281-0/+20
* * test/ruby/test_gc.rb (class TestGc): Fix warning intmm12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+5
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-5/+6
* * test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm12013-11-273-7/+4
* * lib/rinda/ring.rb: Announce RingServer for the same process.drbrain2013-11-271-0/+34
* * test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm12013-11-272-0/+22
* * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm12013-11-271-0/+6
* * test/ruby/test_string.rb: Add test for error when appending aheadius2013-11-271-0/+1
* test_bug_reporter.rb: remove corenobu2013-11-271-1/+9
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-261-0/+9