index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
array.c
Age
Commit message (
Expand
)
Author
2020-04-21
reroute redefinition of NDEBUG
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-21
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-04
fix compile error w/ -DUSE_TRANSIENT_HEAP=0
卜部昌平
2020-02-25
Document that Array#index and find_index are aliases [ci skip]
Chelsea Corvus (Battell)
2020-01-26
Moved Array#sample to rbinc
Nobuyoshi Nakada
2020-01-26
Moved Array#shuffle and Array#shuffle! to rbinc
Nobuyoshi Nakada
2020-01-25
Recheck array length after `to_str` conversion
Nobuyoshi Nakada
2020-01-25
Recheck elements type after `to_str` conversion
Nobuyoshi Nakada
2019-12-29
Optimize Array#rotate!(n) for n = 1 and n = -1
Ary Borenszweig
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-19
make functions static
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-10-09
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
Improve performance of Array#sum with float elements (#1555)
Watson
2019-10-07
Add: Array#intersection method
Prajjwal Singh
2019-10-04
array.c (rb_mem_clear): remove "register" from arguments
Yusuke Endoh
2019-09-29
[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
Benoit Daloze
2019-09-29
[DOC] stated that Array#to_s calls #inspect [ci skip]
Nobuyoshi Nakada
2019-09-28
Optimize Array#flatten and flatten! for already flattened arrays (#2495)
Dylan Thacker-Smith
2019-09-25
check `ARY_SHARED_ROOT_P()`.
Koichi Sasada
2019-09-25
introduce `obj_ary_extracapa`.
Koichi Sasada
2019-09-20
Fixed memory leak
Nobuyoshi Nakada
2019-09-18
Fix typos
Kenichi Kamiya
2019-09-02
Make Array#uniq return subclass instance if called on subclass instance
Jeremy Evans
2019-08-16
Avoid confusion in Array#- and Array#difference docs (#2070)
Olivier Lacan
2019-08-09
Allow Array#join to allocate smaller strings
John Hawthorn
2019-08-07
array.c: gc.h is not needed
Yusuke Endoh
2019-08-04
[Doc] Fix Array#to_h call-seq
Kenichi Kamiya
2019-08-04
[Doc] Fix Array#difference call-seq
Kenichi Kamiya
2019-07-20
array.c: factor out a complex condition of assert
Yusuke Endoh
2019-07-19
array.c: use assert in macro instead of in a function
Yusuke Endoh
2019-07-19
array.c: factor out `assert(RB_TYPE_P(ary, T_ARRAY))` to a function
Yusuke Endoh
2019-07-19
Use FL_TEST_RAW() to check flags.
Koichi Sasada
2019-07-19
* expand tabs.
git
2019-07-19
fix shared array terminology.
Koichi Sasada
2019-07-15
introduce RUBY_ASSERT_ALWAYS(expr).
Koichi Sasada
2019-07-02
Implement Array#minmax
Jeremy Evans
2019-06-24
array.c: Wrong heap size given to ruby_sized_xfree when freeing shared roots
Luke Gruber
2019-06-23
array.c add back shared array optimization to ary_ensure_room_for_unshift
Luke Gruber
2019-06-23
array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]
Luke Gruber
2019-06-23
Fix issue with Array#rindex when rb_equal modifies receiver array
Luke Gruber
2019-06-13
add comments to mention sort.reverse!
Martin Dürst
2019-05-21
do not use RARRAY_SET() directly in array.c.
Koichi Sasada
2019-04-27
Improve documentation of Array.try_convert
Benoit Daloze
2019-04-22
Merge branch 'patch-5' of https://github.com/sos4nt/ruby into trunk
Kazuhiro NISHIYAMA
2019-04-18
io.c: warn non-nil $,
nobu
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-10
Adjusted styles
nobu
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
[next]