summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2013-10-10* array.c (rb_ary_or): remove unused variables.glass
2013-10-10* array.c (rb_ary_or): use rb_hash_keys().glass
2013-10-10* array.c (rb_ary_compact_bang): use ary_resize_smaller().glass
2013-10-08array.c: use rb_hash_valuesnobu
2013-10-08array.c: set classnobu
2013-10-08array.c: remove unused variablesnobu
2013-10-08* array.c (rb_ary_uniq): use rb_hash_keys().glass
2013-09-29array.c: minor performance improvementnobu
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-08-27array.c: optimized equalitynobu
2013-08-26* remove trailing spaces.nobu
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-08-26* array.c (ary_ensure_room_for_push): fix typo in r42658.kazu
2013-08-23* array.c (ary_make_shared): shared ary as shady. Need more effort toko1
2013-08-23* array.c: introduce ARY_SHARED_OCCUPIED(shared).ko1
2013-08-04* array.c (rb_ary_zip): performance implement by usingglass
2013-08-02* array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass
2013-08-02* array.c (rb_ary_zip): performance improvement by avoidingglass
2013-07-26* array.c (ary_memcpy): cast to int to suppress a warning.ko1
2013-07-26* array.c (ary_memcpy): try to enable optimization.ko1
2013-07-24* array.c, gc.c: move ary_unprotect_logging() intoko1
2013-07-22* array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko1
2013-07-22* array.c (ary_memfill): added.ko1
2013-07-20* array.c (rb_ary_resize): use simple memcpy because there are no newko1
2013-07-20* array.c (ary_make_shared): make shared array shady.ko1
2013-07-19* array.c: reduce shady operations.ko1
2013-07-19* array.c: reduce shade operations.ko1
2013-07-19* array.c (ary_mem_clear): added. This operation doesn't need WBko1
2013-07-19* array.c: fix commit miss.ko1
2013-07-19* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko1
2013-07-19* array.c (ary_memcpy): add a function to copy VALUEs into aryko1
2013-07-19* array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko1
2013-07-19* array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko1
2013-07-19* array.c (ary_unprotect_logging): use (void *) for first parameterko1
2013-07-18* array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass
2013-07-18* array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass
2013-07-18* array.c (rb_ary_fill): use memfill().glass
2013-07-18* array.c (rb_ary_count): check length to avoid SEGVeregon
2013-07-18* hash.c (rb_hash_flatten): performance improvement by not usingglass
2013-07-18* array.c: add logging feature for RGenGC's write barrier unprotectko1
2013-07-18* array.c (ary_alloc): slim setup process.ko1
2013-07-16array.c: fix typonobu
2013-07-11* array.c: Replace confusing example for #reverse_each in overviewzzak
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-23* array.c: Return value in Array overview example found by @PragTobzzak
2013-06-23* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]zzak
2013-06-21* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12array.c: fix false assertionsnobu
2013-06-12array.c: freeze in callbacknobu