summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2016-01-23Add test for Array#keep_ifnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12object.c: raise TypeErrornobu
2015-11-09dignobu
2015-09-28preserve encodings in error messagesnobu
2015-08-20vm_eval.c: share with rb_obj_respond_tonobu
2015-08-11* test/ruby/test_array.rb: Add test for `Array#flatten` with level 1hsbt
2015-07-07* test/ruby/test_array.rbusa
2015-07-06* test/ruby/test_array.rbusa
2015-07-05test/ruby/test_array.rb: longer timeout for memory leak testnormal
2015-07-05array.c: fix memory leaknobu
2015-06-12array.c: bsearch_indexnobu
2015-06-11array.c: fix array size overflownobu
2015-01-25array.c: reduce to_ary callnobu
2015-01-25test_array.rb split flatten testsnobu
2015-01-15array.c: linear performancenobu
2015-01-11array.c: class name encodingnobu
2015-01-10array.c: keep consistencynobu
2015-01-03* array.c: Improve performance of Array#shift. use shared instead ofhsbt
2014-11-29test/ruby: suppress warningsnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-13array.c: combination on a shared copynobu
2014-04-11test_array.rb: skip if timed outnobu
2014-04-11test_array.rb: expand timeoutnobu
2014-04-11array.c: maybe shared arraynobu
2014-04-11test_array.rb: do minor GCnobu
2014-04-11test_array.rb: simplify test_shared_markingnobu
2014-04-10* test/ruby/test_array.rb: remove useless `assert'.ko1
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-02-13* test/ruby/test_array.rb: Ensure flatten! is used for test_flattenzzak
2014-01-06array.c: return first unique element in Array#uniqtmm1
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-13test/ruby: better assertionsnobu
2013-12-10array.c, hash.c: add saltnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-05array.c: prefer lhs elementsnobu
2013-12-05test_hash.rb: move testsnobu
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* array.c (ary_add_hash): set and return values because string keysglass
2013-11-26should not ignore the rest of recursive constructsnobu
2013-10-23* array.c: Add Array#to_h [Feature #7292]marcandre
2013-10-15test_array.rb: add testnobu
2013-10-09test/ruby: assert_raise_with_messagenobu
2013-08-13random.c: coerce before check negativenobu
2013-07-19Suppress warnings.akr