index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* array.c: [DOC] Add note about negative indices in Array overview
zzak
2013-11-07
1
-1
/
+3
*
* array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WB
glass
2013-11-07
1
-15
/
+14
*
* array.c (rb_ary_sample): use rb_ary_dup().
glass
2013-11-07
1
-2
/
+1
*
* array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB because
glass
2013-11-06
1
-1
/
+3
*
* array.c (rb_ary_reverse): use RARRAY_PTR_USE().
glass
2013-11-06
1
-5
/
+7
*
* array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()
glass
2013-11-06
1
-37
/
+28
*
* array.c (rb_ary_and): defer hash creation and some refactoring.
glass
2013-11-06
1
-7
/
+7
*
* array.c (rb_ary_uniq_bang): use rb_ary_modify_check() instead of
glass
2013-10-30
1
-2
/
+2
*
* array.c (rb_ary_zip): some refactoring.
glass
2013-10-29
1
-21
/
+28
*
* array.c (rb_ary_uniq_bang): use st_foreach() instead of for loop.
glass
2013-10-29
1
-11
/
+21
*
* array.c: Add Array#to_h [Feature #7292]
marcandre
2013-10-23
1
-0
/
+27
*
* gc.c, internal.h: rename ruby_xsizefree/realloc to
ko1
2013-10-17
1
-6
/
+6
*
* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().
ko1
2013-10-17
1
-9
/
+12
*
array.c: reduce RARRAY_LEN and ARY_CAPA
nobu
2013-10-15
1
-37
/
+50
*
* array.c (rb_ary_or): remove unused variables.
glass
2013-10-10
1
-3
/
+1
*
* array.c (rb_ary_or): use rb_hash_keys().
glass
2013-10-10
1
-14
/
+1
*
* array.c (rb_ary_compact_bang): use ary_resize_smaller().
glass
2013-10-10
1
-4
/
+1
*
array.c: use rb_hash_values
nobu
2013-10-08
1
-2
/
+1
*
array.c: set class
nobu
2013-10-08
1
-0
/
+1
*
array.c: remove unused variables
nobu
2013-10-08
1
-2
/
+1
*
* array.c (rb_ary_uniq): use rb_hash_keys().
glass
2013-10-08
1
-7
/
+1
*
array.c: minor performance improvement
nobu
2013-09-29
1
-7
/
+16
*
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-09-25
1
-42
/
+42
*
array.c: optimized equality
nobu
2013-08-27
1
-9
/
+33
*
* remove trailing spaces.
nobu
2013-08-26
1
-1
/
+1
*
* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because
ko1
2013-08-26
1
-2
/
+3
*
* array.c (ary_ensure_room_for_push): fix typo in r42658.
kazu
2013-08-26
1
-1
/
+1
*
* array.c (ary_make_shared): shared ary as shady. Need more effort to
ko1
2013-08-23
1
-9
/
+11
*
* array.c: introduce ARY_SHARED_OCCUPIED(shared).
ko1
2013-08-23
1
-5
/
+6
*
* array.c (rb_ary_zip): performance implement by using
glass
2013-08-04
1
-5
/
+5
*
* array.c (rb_ary_zip): use rb_ary_new2() to create buffer
glass
2013-08-02
1
-5
/
+4
*
* array.c (rb_ary_zip): performance improvement by avoiding
glass
2013-08-02
1
-13
/
+29
*
* array.c (ary_memcpy): cast to int to suppress a warning.
ko1
2013-07-26
1
-1
/
+1
*
* array.c (ary_memcpy): try to enable optimization.
ko1
2013-07-26
1
-2
/
+1
*
* array.c, gc.c: move ary_unprotect_logging() into
ko1
2013-07-24
1
-51
/
+0
*
* array.c (ary_resize_capa): use RARRAY_RAWPTR() because
ko1
2013-07-22
1
-2
/
+2
*
* array.c (ary_memfill): added.
ko1
2013-07-22
1
-8
/
+12
*
* array.c (rb_ary_resize): use simple memcpy because there are no new
ko1
2013-07-20
1
-2
/
+1
*
* array.c (ary_make_shared): make shared array shady.
ko1
2013-07-20
1
-2
/
+2
*
* array.c: reduce shady operations.
ko1
2013-07-19
1
-22
/
+28
*
* array.c: reduce shade operations.
ko1
2013-07-19
1
-21
/
+23
*
* array.c (ary_mem_clear): added. This operation doesn't need WB
ko1
2013-07-19
1
-15
/
+22
*
* array.c: fix commit miss.
ko1
2013-07-19
1
-1
/
+1
*
* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no
ko1
2013-07-19
1
-6
/
+3
*
* array.c (ary_memcpy): add a function to copy VALUEs into ary
ko1
2013-07-19
1
-13
/
+47
*
* array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().
ko1
2013-07-19
1
-1
/
+3
*
* array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead of
ko1
2013-07-19
1
-7
/
+7
*
* array.c (ary_unprotect_logging): use (void *) for first parameter
ko1
2013-07-19
1
-5
/
+6
*
* array.c (rb_ary_eql): compare RARRAY_PTR() for performance
glass
2013-07-18
1
-0
/
+1
*
* array.c (rb_ary_equal): compare RARRAY_PTR() for performance
glass
2013-07-18
1
-0
/
+1
[next]