summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2015-01-25array.c: reduce to_ary callnobu
2015-01-15array.c: linear performancenobu
2015-01-12* array.c (rb_ary_each): documented return value.hsbt
2015-01-12array.c: trivial optimizationsnobu
2015-01-11array.c: class name encodingnobu
2015-01-10array.c: keep consistencynobu
2015-01-04* array.c: improve docs for Array#reject. [ruby-core:65324][misc #10307]ayumin
2015-01-03* array.c: Improve performance of Array#shift. use shared instead ofhsbt
2014-12-02array.c: decorationnobu
2014-12-02array.c (rb_ary_plus): in documentation, added note aboutduerst
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-12array.c: swap volatile for RB_GC_GUARDnormal
2014-10-09internal.h: optimize rb_ary_new_from_argsnobu
2014-10-09array.c: fix potential memory leaknobu
2014-09-22array.c: GC guardnobu
2014-09-21* array.c: use rb_equal_opt() for performance improvement.glass
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-08-15* array.c (rb_ary_tmp_new): added.ko1
2014-07-18array.c: array may be modified in the blocknobu
2014-07-18optimized any? methodsnobu
2014-07-11* array.c: Clarify documentation for Array#insert.hsbt
2014-06-18constify parametersnobu
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-14array.c: combinate0nobu
2014-06-13array.c: combination on a shared copynobu
2014-06-13array.c: yield_indexed_valuesnobu
2014-06-13array.c: fix array sizenobu
2014-05-24* array.c: [DOC] Clarify default argument for Array.new.zzak
2014-05-24* array.c: [DOC] Add more documents to shuffle! and shuffle.hsbt
2014-05-20use predefined IDsnobu
2014-04-11* array.c (ARY_SET): added.ko1
2014-04-11* array.c: make shared arrays WB-protected objects.ko1
2014-04-11array.c: maybe shared arraynobu
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-06array.c: comment why rb_ary_modify is needed twicenobu
2014-01-09* array.c: rdoc clarification for <=>marcandre
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-01* array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().glass
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-13* array.c: fix comment to remove the word "shady".ko1
2013-12-11* array.c: More doc examples for Array#{map|collect}{!} using both formsmarcandre
2013-12-10array.c, hash.c: add saltnobu
2013-12-08array.c: id_randomnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.ktsj
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-08* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome