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
...
*
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
*
Introduce rb_ary_union method in Array
nobu
2018-09-20
1
-24
/
+15
*
Add union method to Array
nobu
2018-09-20
1
-0
/
+70
*
array.c: Optimize rb_ary_and. Patch by Stefan Schüßler. [Fix GH-1938]
marcandre
2018-09-16
1
-1
/
+1
*
warn unused blocks with Enumerable#all? any? one? none?
nobu
2018-09-13
1
-0
/
+3
*
rest parameter optimization [Feature #15010]
ko1
2018-08-28
1
-1
/
+12
*
fix sum on infinity
nobu
2018-07-22
1
-0
/
+14
*
Make block spacing consistent
nobu
2018-07-11
1
-77
/
+77
*
Fix a typo [ci skip]
kazu
2018-07-01
1
-1
/
+1
*
[DOC] Add call signature for {Array,Hash}#any?
ktsj
2018-06-23
1
-0
/
+1
*
array.c: use ruby_sized_free and SIZED_REALLOC_N
normal
2018-05-21
1
-2
/
+2
*
rb_ary_dig, rb_hash_dig: nobody is using them outside.
shyouhei
2018-05-08
1
-1
/
+1
*
array.c: yield blockarg in collect
nobu
2018-03-29
1
-1
/
+1
*
Add a new #filter alias for #select
eregon
2018-02-25
1
-0
/
+2
*
Improve Array#sample with random documentation
nobu
2018-02-24
1
-2
/
+5
*
Array#values_at optimization
nobu
2018-02-15
1
-1
/
+35
*
vm_insnhelper.c: inline array aref with integer
k0kubun
2018-02-12
1
-11
/
+1
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-3
/
+3
*
array.c: remove rb_ary_frozen_p / Array#frozen?
normal
2018-02-01
1
-16
/
+0
*
array.c: rb_check_to_array
nobu
2018-01-27
1
-0
/
+6
*
don't abuse RSTRING_PTR (2nd try)
shyouhei
2018-01-19
1
-6
/
+3
*
svn merge -c -61947 .
shyouhei
2018-01-19
1
-3
/
+5
*
don't abuse RSTRING_PTR
shyouhei
2018-01-19
1
-5
/
+3
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-1
/
+1
*
[DOC] Add `Array#{append,prepend}` to call-seq [ci skip]
kazu
2018-01-18
1
-0
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
fix memory leak (FOUND BY A COMPILER WARNING)
shyouhei
2018-01-02
1
-1
/
+1
*
Improve Array#- efficiency [Fixes GH-1756]
nobu
2017-12-19
1
-1
/
+1
*
Add case equality arity to Enumerable#all?, any?, none? and one?,
marcandre
2017-12-10
1
-3
/
+9
*
common conversion functions
nobu
2017-10-26
1
-2
/
+3
*
Fix `shadowing outer local variable` warning [ci skip]
kazu
2017-10-25
1
-12
/
+12
*
vm_insnhelper.c: array aref optimization
nobu
2017-10-22
1
-12
/
+20
*
hash.c: use rb_hash_new_with_size()
glass
2017-09-30
1
-5
/
+6
*
array.c: improve operations on small arrays
nobu
2017-09-29
1
-2
/
+52
*
improve grammar in documentation of Array#bsearch [ci skip]
duerst
2017-09-27
1
-6
/
+6
*
array.c: refine binomial_coefficient
nobu
2017-08-30
1
-4
/
+11
*
array.c: refine descending_factorial
nobu
2017-08-30
1
-4
/
+10
*
array.c: integer calculations
nobu
2017-08-30
1
-10
/
+7
[prev]
[next]