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
*
[DOC] Correct Array#compact! description
Jonathan Lim
2022-12-11
1
-1
/
+1
*
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
1
-14
/
+9
*
Fix typos (#6775)
Yudai Takada
2022-11-20
1
-1
/
+1
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-9
/
+9
*
Set array capacity/shared immediately after alloc
Peter Zhu
2022-11-14
1
-5
/
+5
*
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-14
1
-1
/
+1
*
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-09-30
1
-1
/
+1
*
[Bug #19029] Don't start GC during compaction
Matt Valentine-House
2022-09-29
1
-5
/
+9
*
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-08-11
1
-1
/
+4
*
Make array slices views rather than copies
Peter Zhu
2022-07-28
1
-10
/
+29
*
Use rb_ary_hidden_new for rb_ary_hidden_new_fill
Peter Zhu
2022-07-26
1
-2
/
+1
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-6
/
+4
*
Remove ary_discard
Peter Zhu
2022-07-26
1
-10
/
+1
*
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-22
1
-28
/
+17
*
Remove unused variable in array.c
Peter Zhu
2022-07-21
1
-1
/
+0
*
Remove check for shared root arrays
Peter Zhu
2022-07-21
1
-4
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-938
/
+938
*
Add comment in array.c about flags
Peter Zhu
2022-07-21
1
-0
/
+31
*
Add RARRAY_SHARED_FLAG
Peter Zhu
2022-07-21
1
-3
/
+3
*
Refactor macros of array.c
Peter Zhu
2022-07-21
1
-35
/
+7
*
Add RARRAY_LITERAL_FLAG for array literals
Peter Zhu
2022-07-20
1
-12
/
+34
*
Remove unused variable in array.c
Peter Zhu
2022-07-18
1
-12
/
+11
*
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2022-07-12
1
-1
/
+41
*
Add missing write barriers to Array#replace
Alan Wu
2022-04-28
1
-2
/
+4
*
Correct whitespace in array.c (#5791)
Burdette Lamar
2022-04-11
1
-10
/
+370
*
[DOC] Enhanced RDoc for Array intro (#5781)
Burdette Lamar
2022-04-10
1
-44
/
+90
*
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-26
1
-5
/
+5
*
Fix formatting errors in What's Here for Array, Hash, ENV (#5718)
Burdette Lamar
2022-03-25
1
-4
/
+4
*
[DOC] Repair format and links in What's Here sections (#5711)
Burdette Lamar
2022-03-25
1
-124
/
+126
*
[Feature #18634] Implement Arrays on Variable Width Allocation
Peter Zhu
2022-03-22
1
-36
/
+155
*
Assume that refcnt of shared root is non-negative
Peter Zhu
2022-03-14
1
-7
/
+5
*
Assume that shared_root exists in rb_ary_decrement_share
Peter Zhu
2022-03-14
1
-5
/
+3
*
Fix crash on GC stress and RGENGC_CHECK_MODE=2
Peter Zhu
2022-03-12
1
-3
/
+6
*
Add rb_ary_reset
Peter Zhu
2022-03-11
1
-14
/
+9
*
Refactor duplicate code in rb_array_replace
Peter Zhu
2022-03-11
1
-12
/
+7
*
Use rb_ary_unshare for shared array in rb_ary_replace
Peter Zhu
2022-03-07
1
-7
/
+1
*
Doc: fix documentation typo for Array#min
Rogerio Bordignon
2022-03-03
1
-1
/
+1
*
[DOC] Fix documentation for Array#delete
Vivek Bharath Akupatni
2022-03-01
1
-1
/
+1
*
Use rb_ary_behead for rb_ary_shift
Peter Zhu
2022-02-23
1
-55
/
+28
*
Use RARRAY_SHARED_ROOT_FLAG for checking re-enter
Peter Zhu
2022-02-14
1
-3
/
+3
*
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
1
-8
/
+9
*
[DOC] Adjustments to links in array.c (#5532)
Burdette Lamar
2022-02-08
1
-13
/
+14
*
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
1
-10
/
+10
*
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
1
-2
/
+2
*
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
[next]