| Commit message (Expand) | Author | Age | Files | Lines |
* | * enum.c: Enumerable#{min,min_by,max,max_by} extended to take an | akr | 2014-02-14 | 1 | -18/+260 |
* | * enum.c: document that it is OK to take more than available by @mvidner [fix... | hsbt | 2014-02-10 | 1 | -0/+1 |
* | * enum.c: [DOC] Add simple example of Enumerable#zip [ci skip] | zzak | 2014-01-21 | 1 | -0/+1 |
* | * array.c: Have to_h raise on elements that are not key-value pairs [#9239] | marcandre | 2013-12-23 | 1 | -5/+11 |
* | * array.c: More doc examples for Array#{map|collect}{!} using both forms | marcandre | 2013-12-11 | 1 | -1/+1 |
* | ruby/ruby.h, enum.c, vm_eval.c: constify argv | nobu | 2013-11-29 | 1 | -1/+1 |
* | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu | 2013-11-29 | 1 | -48/+48 |
* | array.c, enum.c, range.c: rb_block_call_func compatible | nobu | 2013-11-29 | 1 | -8/+8 |
* | ruby/ruby.h: add blockarg to rb_block_call_func | nobu | 2013-11-29 | 1 | -41/+43 |
* | * array.c: Add Array#to_h [Feature #7292] | marcandre | 2013-10-23 | 1 | -0/+34 |
* | * enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388] | zzak | 2013-09-20 | 1 | -2/+5 |
* | * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because | ko1 | 2013-08-26 | 1 | -2/+3 |
* | internal.h: STATIC_ASSERT | nobu | 2013-07-10 | 1 | -2/+0 |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -7/+7 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -3/+3 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -13/+13 |
* | * enum.c (Enumerable#chunk): fix grammar of error message | eregon | 2013-05-01 | 1 | -2/+2 |
* | enum.c: avoid inadvertent symbol creation | nobu | 2013-04-04 | 1 | -3/+17 |
* | * enum.c (Enumerable#chunk: Improved examples, grammar, and formatting | zzak | 2013-02-22 | 1 | -29/+26 |
* | * enumerator.c: Use to_enum for Enumerable methods returning Enumerators. | marcandre | 2013-02-05 | 1 | -3/+2 |
* | * enum.c (enum_zip): Fix error message | marcandre | 2013-01-24 | 1 | -1/+4 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -2/+2 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | enum.c: prefix | nobu | 2012-11-06 | 1 | -1/+2 |
* | * enumerator.c: Support for lazy.cycle.size | marcandre | 2012-11-06 | 1 | -1/+1 |
* | * enum.c (enum_cycle): Support for Enumerable#cycle.size | marcandre | 2012-11-06 | 1 | -1/+19 |
* | * enum.c (enum_each_cons): Support for Enumerable#each_cons.size | marcandre | 2012-11-06 | 1 | -1/+15 |
* | * enum.c (enum_each_slice): Support for Enumerable#each_slice.size | marcandre | 2012-11-06 | 1 | -1/+21 |
* | * enum.c: Support for enumerators created by Enumerable with forwarding: | marcandre | 2012-11-06 | 1 | -14/+22 |
* | enum.c: id_call | nobu | 2012-09-24 | 1 | -1/+1 |
* | enum.c: id_call | nobu | 2012-09-24 | 1 | -4/+6 |
* | array.c, enum.c: TypeError in zip | nobu | 2012-09-19 | 1 | -0/+1 |
* | * array.c (rb_ary_select): | zzak | 2012-09-13 | 1 | -7/+12 |
* | Merge branch 'pullreq/129' into trunk | ayumin | 2012-08-18 | 1 | -22/+21 |
* | * enum.c (enum_count): Enumerable#count no longer uses #size when | drbrain | 2012-05-24 | 1 | -5/+4 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -1/+2 |
* | * enum.c (zip_i): variadic argument needs explicit cast on the | shugo | 2012-03-19 | 1 | -1/+1 |
* | * enum.c (enum_take): allocate buffer array before iteration, as well | nobu | 2012-03-16 | 1 | -1/+1 |
* | * enum.c (enum_first): remove duplication. | nobu | 2012-03-16 | 1 | -30/+3 |
* | * enum.c (rb_enum_values_pack): rename from enum_values_pack, and | shugo | 2012-03-15 | 1 | -12/+12 |
* | * enumerator.c (lazy_take): add Enumerable::Lazy#take. | shugo | 2012-03-14 | 1 | -9/+0 |
* | * enum.c (enum_each_slice): arrays to be yielded can be newly | nobu | 2012-02-17 | 1 | -0/+1 |
* | * enum.c: move work variables to objects not to let called blocks | nobu | 2012-02-17 | 1 | -297/+350 |
* | * enum.c (id_lshift): use constant ID. | nobu | 2012-02-16 | 1 | -7/+8 |
* | update doc. | akr | 2012-02-09 | 1 | -0/+1 |
* | update doc. | akr | 2012-02-08 | 1 | -1/+1 |
* | * enum.c: Reformat block args to a single standard, { |args| ... }. | drbrain | 2011-10-19 | 1 | -177/+177 |
* | * enum.c (group_by): Improve group_by description. Patch by b t. [#5411] | drbrain | 2011-10-07 | 1 | -3/+3 |
* | * enum.c (group_by): Improve documentation based on patch by b t. | drbrain | 2011-10-06 | 1 | -4/+4 |