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
*
Define rb_to_array which converts with to_a
Nobuyoshi Nakada
2021-02-12
1
-0
/
+6
*
[DOC] {Array,MatchData}#values_at understand ranges [ci skip]
Nobuyoshi Nakada
2021-02-07
1
-1
/
+3
*
Improve performance of Array#- when it is called with empty array
Masaki Matsushita
2021-02-06
1
-0
/
+1
*
[DOC] Fixed a markup in Array#sum [ci skip]
Nobuyoshi Nakada
2021-02-06
1
-1
/
+1
*
Explicit references to Enumerable
BurdetteLamar
2021-01-20
1
-1
/
+4
*
Revert "[Document][Array] Add missing call-seq for Array#append"
Marc-Andre Lafortune
2021-01-18
1
-1
/
+0
*
[Document][Array] Add missing call-seq for Array#append
Juanito Fatas
2021-01-18
1
-0
/
+1
*
Add What's Here to Array RDoc (#4062)
Burdette Lamar
2021-01-15
1
-0
/
+174
*
Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)
Victor Shepelev
2020-12-21
1
-5
/
+16
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-1
/
+1
*
tuning trial: newobj with current ec
Koichi Sasada
2020-12-07
1
-0
/
+52
*
should not use rb_ary_modify()
Koichi Sasada
2020-12-01
1
-11
/
+17
*
Removed canonicalization for mathn
Nobuyoshi Nakada
2020-11-10
1
-7
/
+1
*
Fix links
S-H-GAMELINKS
2020-11-10
1
-1
/
+1
*
Make Array methods return Array instances instead of subclass instances
Jeremy Evans
2020-11-03
1
-7
/
+5
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-3
/
+0
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-8
/
+83
*
Comply with guide for method doc: array.c (#3506)
Burdette Lamar
2020-09-02
1
-103
/
+47
*
Comply with guide for method doc: array.c (#3499)
Burdette Lamar
2020-09-01
1
-95
/
+12
*
Comply with guide for method doc: array.c (#3489)
Burdette Lamar
2020-08-31
1
-63
/
+11
*
Comply with guide for method doc: array.c (#3484)
Burdette Lamar
2020-08-31
1
-74
/
+19
*
Comply with guide for method doc: array.c (#3477)
Burdette Lamar
2020-08-31
1
-90
/
+14
*
Comply with guide for method doc: array.c (#3475)
Burdette Lamar
2020-08-30
1
-54
/
+17
*
Comply with guide for method doc: array.c (#3474)
Burdette Lamar
2020-08-29
1
-82
/
+13
*
Comply with guide for method doc: array.c (#3473)
Burdette Lamar
2020-08-29
1
-143
/
+29
*
Comply with guide for method doc: array.c (#3469)
Burdette Lamar
2020-08-28
1
-122
/
+33
*
Remove checks for self returned in array.c and hash.c examples (#3446)
Burdette Lamar
2020-08-23
1
-100
/
+33
*
Remove trivial examples from array.c (#3442)
Burdette Lamar
2020-08-21
1
-72
/
+12
*
Remove nil-return examples from array.c (#3437)
Burdette Lamar
2020-08-20
1
-80
/
+24
*
Partial compliance with doc/method_documentation.rdoc (#3431)
Burdette Lamar
2020-08-19
1
-400
/
+54
*
RARRAY_AREF: convert into an inline function
卜部昌平
2020-08-15
1
-1
/
+1
*
Fix links to Dig Methods document (#3421)
Burdette Lamar
2020-08-14
1
-1
/
+1
*
Adding doc/dig_methods.rdoc and links to it (#3416)
Burdette Lamar
2020-08-13
1
-11
/
+12
*
MAYBE_UNUSED should just suffice
卜部昌平
2020-08-13
1
-5
/
+2
*
Enhanced RDoc for Array (#3400)
Burdette Lamar
2020-08-10
1
-28
/
+180
*
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-08-10
1
-2
/
+2
*
Suppress unused-function warnings
Nobuyoshi Nakada
2020-08-10
1
-0
/
+5
*
Enhanced RDoc for Array#take and Array#take_while (#3398)
Burdette Lamar
2020-08-07
1
-19
/
+38
*
Enhanced RDoc for Array#product (#3395)
Burdette Lamar
2020-08-07
1
-13
/
+55
*
Enhanced documentation for Array#repeated_combination (#3392)
Burdette Lamar
2020-08-05
1
-25
/
+62
*
Enhanced documentation for Array#repeated_permutation (#3390)
Burdette Lamar
2020-08-05
1
-14
/
+63
*
Initialize memo pointer and use it consistently to silence gcc 7+
Nobuyoshi Nakada
2020-08-01
1
-5
/
+5
*
Enhanced RDoc for Array
Burdette Lamar
2020-07-31
1
-44
/
+159
*
Document Array#flatten{,!} accept explicit nil argument [ci skip]
Jeremy Evans
2020-07-30
1
-4
/
+4
*
Fix Array#flatten for recursive array when given positive depth [Bug #17092]
Marc-Andre Lafortune
2020-07-30
1
-18
/
+26
*
Enhanced RDoc for Array (#3372)
Burdette Lamar
2020-07-29
1
-80
/
+142
*
Enhanced RDoc for Array [ci skip]
BurdetteLamar
2020-07-28
1
-96
/
+240
*
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-28
1
-1
/
+1
*
Enhanced RDoc for Array (#3350)
Burdette Lamar
2020-07-22
1
-46
/
+72
*
Enhanced RDoc for Array
BurdetteLamar
2020-07-21
1
-7
/
+1
[next]