aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_or): remove unused variables.glass2013-10-101-3/+1
* * array.c (rb_ary_or): use rb_hash_keys().glass2013-10-101-14/+1
* * array.c (rb_ary_compact_bang): use ary_resize_smaller().glass2013-10-101-4/+1
* array.c: use rb_hash_valuesnobu2013-10-081-2/+1
* array.c: set classnobu2013-10-081-0/+1
* array.c: remove unused variablesnobu2013-10-081-2/+1
* * array.c (rb_ary_uniq): use rb_hash_keys().glass2013-10-081-7/+1
* array.c: minor performance improvementnobu2013-09-291-7/+16
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-42/+42
* array.c: optimized equalitynobu2013-08-271-9/+33
* * remove trailing spaces.nobu2013-08-261-1/+1
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+3
* * array.c (ary_ensure_room_for_push): fix typo in r42658.kazu2013-08-261-1/+1
* * array.c (ary_make_shared): shared ary as shady. Need more effort toko12013-08-231-9/+11
* * array.c: introduce ARY_SHARED_OCCUPIED(shared).ko12013-08-231-5/+6
* * array.c (rb_ary_zip): performance implement by usingglass2013-08-041-5/+5
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-021-5/+4
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-021-13/+29
* * array.c (ary_memcpy): cast to int to suppress a warning.ko12013-07-261-1/+1
* * array.c (ary_memcpy): try to enable optimization.ko12013-07-261-2/+1
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-51/+0
* * array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko12013-07-221-2/+2
* * array.c (ary_memfill): added.ko12013-07-221-8/+12
* * array.c (rb_ary_resize): use simple memcpy because there are no newko12013-07-201-2/+1
* * array.c (ary_make_shared): make shared array shady.ko12013-07-201-2/+2
* * array.c: reduce shady operations.ko12013-07-191-22/+28
* * array.c: reduce shade operations.ko12013-07-191-21/+23
* * array.c (ary_mem_clear): added. This operation doesn't need WBko12013-07-191-15/+22
* * array.c: fix commit miss.ko12013-07-191-1/+1
* * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko12013-07-191-6/+3
* * array.c (ary_memcpy): add a function to copy VALUEs into aryko12013-07-191-13/+47
* * array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko12013-07-191-1/+3
* * array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko12013-07-191-7/+7
* * array.c (ary_unprotect_logging): use (void *) for first parameterko12013-07-191-5/+6
* * array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass2013-07-181-0/+1
* * array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass2013-07-181-0/+1
* * array.c (rb_ary_fill): use memfill().glass2013-07-181-5/+2
* * array.c (rb_ary_count): check length to avoid SEGVeregon2013-07-181-5/+4
* * hash.c (rb_hash_flatten): performance improvement by not usingglass2013-07-181-3/+5
* * array.c: add logging feature for RGenGC's write barrier unprotectko12013-07-181-0/+50
* * array.c (ary_alloc): slim setup process.ko12013-07-181-4/+5
* array.c: fix typonobu2013-07-161-1/+1
* * array.c: Replace confusing example for #reverse_each in overviewzzak2013-07-111-3/+3
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-17/+23
* * array.c: Return value in Array overview example found by @PragTobzzak2013-06-231-1/+1
* * array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]zzak2013-06-231-1/+1
* * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko12013-06-211-10/+10
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-10/+0
* array.c: fix false assertionsnobu2013-06-121-4/+1
* array.c: freeze in callbacknobu2013-06-121-0/+1