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
*
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-03
1
-3
/
+10
*
Use `Primitive.mandatory_only?` for `Array#sample`
Koichi Sasada
2021-11-15
1
-1
/
+7
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-6
/
+2
*
Remove repeated 'the' (#4966)
180909
2021-10-13
1
-1
/
+1
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-3
/
+3
*
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-15
1
-2
/
+2
*
Bsearch doc for Array and Range (#4838)
Burdette Lamar
2021-09-14
1
-82
/
+1
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-2
/
+2
*
include/ruby/internal/intern/array.h: add doxygen
卜部昌平
2021-09-10
1
-8
/
+0
*
Guard array when appending
Aaron Patterson
2021-09-02
1
-0
/
+1
*
Fix a code in the Array#min documentation.
universato
2021-08-31
1
-2
/
+1
*
Fix length calculation for Array#slice!
Mike Dalessio
2021-08-29
1
-1
/
+1
*
Using RBOOL macro
S.H
2021-08-02
1
-3
/
+1
*
should not share same `def` for specialized method
Koichi Sasada
2021-07-29
1
-1
/
+1
*
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-21
1
-2
/
+5
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-2
/
+4
*
Do not allow array modifications after freeze inside sort!
Jeremy Evans
2021-05-21
1
-2
/
+13
*
Fix example code in Array#max doc
Masataka Pocke Kuwabara
2021-05-08
1
-1
/
+1
*
Correctly update array capacity after realloc
Peter Zhu
2021-05-04
1
-5
/
+10
*
array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)
Yusuke Endoh
2021-04-21
1
-2
/
+2
*
Add Array#intersect?
Travis Hunter
2021-04-16
1
-0
/
+56
*
[DOC] Improve an example of Array#count comparison [ci skip]
Nobuyoshi Nakada
2021-03-29
1
-1
/
+1
*
[Doc] Fix Array#count comparing strategy
Kenichi Kamiya
2021-03-28
1
-2
/
+2
*
Ensure the receiver is modifiable before shrinking [Bug #17736]
Nobuyoshi Nakada
2021-03-20
1
-0
/
+1
*
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
[next]