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
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-5
/
+16
*
make functions static
卜部昌平
2019-11-19
1
-0
/
+2
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-11
/
+0
*
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
1
-1
/
+1
*
Improve performance of Array#sum with float elements (#1555)
Watson
2019-10-09
1
-1
/
+1
*
Add: Array#intersection method
Prajjwal Singh
2019-10-07
1
-0
/
+31
*
array.c (rb_mem_clear): remove "register" from arguments
Yusuke Endoh
2019-10-04
1
-1
/
+1
*
[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
Benoit Daloze
2019-09-29
1
-1
/
+1
*
[DOC] stated that Array#to_s calls #inspect [ci skip]
Nobuyoshi Nakada
2019-09-29
1
-1
/
+2
*
Optimize Array#flatten and flatten! for already flattened arrays (#2495)
Dylan Thacker-Smith
2019-09-28
1
-10
/
+33
*
check `ARY_SHARED_ROOT_P()`.
Koichi Sasada
2019-09-25
1
-1
/
+5
*
introduce `obj_ary_extracapa`.
Koichi Sasada
2019-09-25
1
-0
/
+2
*
Fixed memory leak
Nobuyoshi Nakada
2019-09-20
1
-3
/
+8
*
Fix typos
Kenichi Kamiya
2019-09-18
1
-5
/
+5
*
Make Array#uniq return subclass instance if called on subclass instance
Jeremy Evans
2019-09-02
1
-4
/
+8
*
Avoid confusion in Array#- and Array#difference docs (#2070)
Olivier Lacan
2019-08-16
1
-6
/
+6
*
Allow Array#join to allocate smaller strings
John Hawthorn
2019-08-09
1
-1
/
+3
*
array.c: gc.h is not needed
Yusuke Endoh
2019-08-07
1
-1
/
+0
*
[Doc] Fix Array#to_h call-seq
Kenichi Kamiya
2019-08-04
1
-2
/
+2
*
[Doc] Fix Array#difference call-seq
Kenichi Kamiya
2019-08-04
1
-1
/
+1
*
array.c: factor out a complex condition of assert
Yusuke Endoh
2019-07-20
1
-2
/
+8
*
array.c: use assert in macro instead of in a function
Yusuke Endoh
2019-07-19
1
-7
/
+7
*
array.c: factor out `assert(RB_TYPE_P(ary, T_ARRAY))` to a function
Yusuke Endoh
2019-07-19
1
-4
/
+10
*
Use FL_TEST_RAW() to check flags.
Koichi Sasada
2019-07-19
1
-10
/
+18
*
* expand tabs.
git
2019-07-19
1
-19
/
+19
*
fix shared array terminology.
Koichi Sasada
2019-07-19
1
-53
/
+62
*
introduce RUBY_ASSERT_ALWAYS(expr).
Koichi Sasada
2019-07-15
1
-1
/
+1
*
Implement Array#minmax
Jeremy Evans
2019-07-02
1
-0
/
+21
*
array.c: Wrong heap size given to ruby_sized_xfree when freeing shared roots
Luke Gruber
2019-06-24
1
-2
/
+2
*
array.c add back shared array optimization to ary_ensure_room_for_unshift
Luke Gruber
2019-06-23
1
-2
/
+2
*
array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]
Luke Gruber
2019-06-23
1
-1
/
+2
*
Fix issue with Array#rindex when rb_equal modifies receiver array
Luke Gruber
2019-06-23
1
-0
/
+3
*
add comments to mention sort.reverse!
Martin Dürst
2019-06-13
1
-0
/
+5
*
do not use RARRAY_SET() directly in array.c.
Koichi Sasada
2019-05-21
1
-2
/
+10
*
Improve documentation of Array.try_convert
Benoit Daloze
2019-04-27
1
-2
/
+2
*
Merge branch 'patch-5' of https://github.com/sos4nt/ruby into trunk
Kazuhiro NISHIYAMA
2019-04-22
1
-1
/
+1
|
\
|
*
Fix return value name in docs for Array#union
Stefan Schüßler
2019-02-18
1
-1
/
+1
*
|
io.c: warn non-nil $,
nobu
2019-04-18
1
-4
/
+4
*
|
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+8
*
|
Adjusted styles
nobu
2019-04-10
1
-1
/
+1
*
|
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+1
*
|
Adjusted styles
nobu
2019-04-10
1
-1
/
+1
*
|
Fix a typo [ci skip]
kazu
2019-03-31
1
-1
/
+1
*
|
array.c: [DOC] remove unnecessary markups [ci skip]
nobu
2019-03-21
1
-2
/
+2
|
/
*
Clarify Array#- and Array#difference documentation
nobu
2019-01-15
1
-6
/
+19
*
Fix styles [ci skip]
nobu
2019-01-09
1
-3
/
+4
*
Mark array as "going to be modified" in `Array#reject!`
tenderlove
2019-01-08
1
-0
/
+1
*
fix marking T_NONE object bug.
ko1
2018-12-23
1
-1
/
+7
*
rename li_table->ar_table (and related names).
ko1
2018-12-14
1
-2
/
+2
*
implement Array-specific #all?, #none?, #one?
nobu
2018-12-05
1
-0
/
+121
[next]