aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set: fix SortedSet#superset? with rbtreefix/set-sortedset-comparisonKazuki Yamaguchi2016-03-182-4/+24
* gc.c: fix commit miss r54145nobu2016-03-182-1/+5
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-183-9/+15
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-184-11/+18
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-173-7/+51
* * numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needlessmrkn2016-03-172-49/+5
* * numeric.c (int_even_p): treat Fixnum and Bignum values directly.mrkn2016-03-172-2/+14
* * bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn2016-03-174-27/+33
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-173-2/+12
* * enum.c (ary_inject_op): Implement the specialized code for sum ofakr2016-03-173-27/+54
* * 2016-03-18svn2016-03-171-1/+1
* * remove trailing spaces.svn2016-03-171-1/+1
* * numeric.c (num_step): use rb_equal for zero check. rb_num_coerce_cmpmame2016-03-172-1/+6
* ruby.h: remove RB_GC_GUARD_PTRnobu2016-03-172-12/+9
* compile.c: strict conditionnobu2016-03-171-3/+4
* compile.c: move newarray specializationnobu2016-03-172-20/+27
* * array.c, enum.c: make rdoc format consistent.mame2016-03-173-11/+15
* * NEWS: add Array#max, #min, and the optimization. [Feature #12172]mame2016-03-172-1/+19
* * compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame2016-03-176-0/+102
* * array.c (rb_ary_max, rb_ary_min): implement Array#max and min withmame2016-03-174-9/+29
* * array.c (rb_ary_max, rb_ary_min): implement a block by itself insteadmame2016-03-172-12/+37
* * array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame2016-03-176-23/+161
* * internal.c: struct cmp_opt_data added for refactoring out a datamame2016-03-174-27/+37
* * enum.c (ary_inject_op): Extracted from enum_inject.akr2016-03-172-57/+71
* * enum.c (enum_inject): Implement the specialized code for sum ofakr2016-03-175-10/+90
* thread_sync.c: Update rdoc for Queue [skip ci]nobu2016-03-172-1/+12
* gc.c: tick for POWER archnobu2016-03-172-0/+17
* * lib/securerandom.rb (gen_random): to avoid blocking on Windows.naruse2016-03-172-1/+19
* compile.c: bit flagnobu2016-03-171-1/+1
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* test_optimization.rb: tailcallnobu2016-03-171-37/+41
* * enc/unicode.c: Fixed two macro definitions.duerst2016-03-173-2/+14
* socket/option.c: accurate conditionnobu2016-03-172-1/+12
* test_marshal.rb: assert bad linknobu2016-03-171-5/+4
* * test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff valuesodaira2016-03-162-1/+9
* * marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain2016-03-163-0/+22
* * test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests.mrkn2016-03-162-66/+83
* * 2016-03-17svn2016-03-161-1/+1
* transcode-tblgen.rb: chomp invalid linenobu2016-03-161-3/+3
* transcode-tblgen.rb: binary modenobu2016-03-161-1/+1
* parse.y: symbol literals for alias/undefnobu2016-03-166-11/+44
* * remove trailing spaces.svn2016-03-162-2/+2
* * enc/trans/JIS: update Unicode's notice. [Bug #11844]naruse2016-03-167-183/+150
* proc.c: fail symbol proc bindingnobu2016-03-163-0/+16
* * test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst2016-03-162-1/+5
* * 2016-03-16svn2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst2016-03-162-1/+5
* * test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst2016-03-162-0/+14
* * test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst2016-03-162-6/+27
* * enum.c (enum_inject): Consider redefinition of Fixnum#+.akr2016-03-153-1/+19