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
*
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
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-05
1
-31
/
+26
*
Fix error message
nobu
2018-12-04
1
-3
/
+7
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-04
1
-14
/
+3
*
* expand tabs.
svn
2018-12-03
1
-7
/
+7
*
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-12-03
1
-25
/
+25
*
Use a shared array for the `duparray` instruction
tenderlove
2018-11-29
1
-1
/
+1
*
* expand tabs.
svn
2018-11-22
1
-1
/
+1
*
Revert r63030
nobu
2018-11-22
1
-1
/
+1
*
array.c: avoid (VALUE)--
shyouhei
2018-11-19
1
-1
/
+2
*
array.c: [DOC] add docs for Array#{filter,filter!}
stomar
2018-11-04
1
-0
/
+8
*
array.c: [DOC] improve Array#{select,select!,keep_if} docs
stomar
2018-11-04
1
-12
/
+12
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-6
/
+14
*
* remove trailing spaces, expand tabs.
svn
2018-10-30
1
-4
/
+4
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-10
/
+8
*
* expand tabs.
svn
2018-10-30
1
-24
/
+24
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-72
/
+326
*
* expand tabs.
svn
2018-10-30
1
-47
/
+47
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-337
/
+83
*
* expand tabs.
svn
2018-10-30
1
-24
/
+24
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-83
/
+337
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-30
1
-2
/
+3
*
array.c, file.c, string.c: [DOC] fix typos
stomar
2018-10-19
1
-2
/
+2
*
array.c: improve docs for Array#difference
stomar
2018-10-19
1
-8
/
+8
*
array.c: fix rdoc syntax
stomar
2018-10-13
1
-3
/
+3
*
revisit `RARRAY_PTR()`.
ko1
2018-10-10
1
-3
/
+1
*
revisit `RARRAY_PTR()`.
ko1
2018-10-10
1
-27
/
+25
*
Fix indent of output in doc [ci skip]
kazu
2018-10-07
1
-1
/
+1
*
* expand tabs.
svn
2018-10-05
1
-11
/
+11
*
Add difference method to Array
nobu
2018-10-05
1
-0
/
+60
*
Fix sample code [ci skip]
kazu
2018-09-21
1
-1
/
+1
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-2
/
+12
*
Introduce rb_ary_union_hash method in Array
nobu
2018-09-20
1
-19
/
+15
*
Link Array#union from | method
nobu
2018-09-20
1
-1
/
+1
[next]