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
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
2019-04-10
Adjusted styles
nobu
2019-03-31
Fix a typo [ci skip]
kazu
2019-03-21
array.c: [DOC] remove unnecessary markups [ci skip]
nobu
2019-02-18
Fix return value name in docs for Array#union
Stefan Schüßler
2019-01-15
Clarify Array#- and Array#difference documentation
nobu
2019-01-09
Fix styles [ci skip]
nobu
2019-01-08
Mark array as "going to be modified" in `Array#reject!`
tenderlove
2018-12-23
fix marking T_NONE object bug.
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-12-05
implement Array-specific #all?, #none?, #one?
nobu
2018-12-05
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-04
Fix error message
nobu
2018-12-04
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-03
* expand tabs.
svn
2018-12-03
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-11-29
Use a shared array for the `duparray` instruction
tenderlove
2018-11-22
* expand tabs.
svn
2018-11-22
Revert r63030
nobu
2018-11-19
array.c: avoid (VALUE)--
shyouhei
2018-11-04
array.c: [DOC] add docs for Array#{filter,filter!}
stomar
2018-11-04
array.c: [DOC] improve Array#{select,select!,keep_if} docs
stomar
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
[next]