summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2018-07-08range.c: [DOC] small improvementstomar
2018-06-22range.c: Range#last and #max raises a RangeError if it is endlessmame
2018-06-22range.c: Range#size now returns Float::INFINITY if it is endlessmame
2018-06-22range.c: Range#to_a now raises RangeError if it is endlessmame
2018-06-13Revert "range.c: prohibit `(1..nil)`"mame
2018-06-13range.c: prohibit `(1..nil)`mame
2018-05-17range.c: === by cover?nobu
2018-04-29range.c: optimize range_each for Bignumnobu
2018-04-28range.c: endless symbol rangenobu
2018-04-28string.c: adjust to rb_str_upto_eachnobu
2018-04-28range.c: each on endless rangenobu
2018-04-20range.c: step in bignumnobu
2018-04-20range.c: fix fixnum loop conditionnobu
2018-04-19internal.h: use the same declaration as definitionk0kubun
2018-04-19Prefer CONST_ID to static global IDsmame
2018-04-19range.c: Make Range#bsearch support endless rangesmame
2018-04-19Make Range#min, max, include?, cover?, and === to support endless rangemame
2018-04-19Introduce endless range [Feature#12912]mame
2018-02-26Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_ofmrkn
2017-10-25range.c: use rb_check_funcallnobu
2017-10-25range.c: check if exclude_end? is definednobu
2017-05-30Improve performance of Range#{min,max}watson1978
2017-04-26range.c: remove no longer used variablenobu
2017-04-25no longer rescue exceptions of #<=> when initializing a Rangeeregon
2016-11-11range.c: check loadingnobu
2016-11-10range.c: check if range modifiablenobu
2016-11-10range.c: indent [ci skip]nobu
2016-10-05* range.c: Add docs for max/min behavior with exclusive range.hsbt
2016-09-08replace fixnum by integer in documents.akr
2016-07-25range.c: check_step_domainnobu
2016-01-23* range.c (range_eqq): revert r11113 because rb_call_super() isshugo
2015-12-03range.c: infected by the receivernobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-08-15range.c: call range_include directly if possiblenobu
2015-05-15range.c: move String specific codenobu
2015-05-15range.c: r_lessnobu
2015-05-15range.c: r_cover_pnobu
2015-05-03range.c: covered for linear objectsnobu
2015-05-01range.c: predefined IDsnobu
2015-04-14use frozen string of symbolsnobu
2015-02-16use rb_funcallvnobu
2015-01-13range.c: trivial optimizationsnobu
2015-01-13range.c: class name encodingnobu
2015-01-13range.c: reduce argument evaluationsnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-03-14range.c: unused functionnobu
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-15Range#bsearch: fix typo in rdocmarcandre
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-01-09* range.c (Range#size): [DOC] improve description and add examples.eregon