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: return first unique element in Array#uniq
tmm1
2014-01-06
1
-1
/
+3
*
* array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().
glass
2014-01-01
1
-2
/
+6
*
* array.c: Have to_h raise on elements that are not key-value pairs [#9239]
marcandre
2013-12-23
1
-4
/
+9
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-4
/
+4
*
* array.c: fix comment to remove the word "shady".
ko1
2013-12-13
1
-2
/
+2
*
* array.c: More doc examples for Array#{map|collect}{!} using both forms
marcandre
2013-12-11
1
-2
/
+5
*
array.c, hash.c: add salt
nobu
2013-12-10
1
-0
/
+1
*
array.c: id_random
nobu
2013-12-08
1
-12
/
+8
*
* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.
ktsj
2013-12-08
1
-8
/
+8
*
* array.c (rb_ary_shuffle_bang, rb_ary_sample): check
ktsj
2013-12-08
1
-2
/
+20
*
* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBL
charliesome
2013-12-08
1
-1
/
+1
*
array.c: prefer lhs elements
nobu
2013-12-05
1
-1
/
+17
*
hash.c: detect recursion for all
nobu
2013-12-03
1
-22
/
+11
*
* array.c (rb_ary_uniq_bang): remove duplicate code.
glass
2013-12-03
1
-34
/
+14
*
* array.c (ary_add_hash): set and return values because string keys
glass
2013-12-03
1
-6
/
+7
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-2
/
+2
*
array.c, enum.c, range.c: rb_block_call_func compatible
nobu
2013-11-29
1
-1
/
+2
*
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-29
1
-2
/
+2
*
should not ignore the rest of recursive constructs
nobu
2013-11-26
1
-1
/
+1
*
* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
ko1
2013-11-25
1
-2
/
+1
*
* 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
[prev]
[next]