index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_range.rb
Age
Commit message (
Expand
)
Author
2020-07-04
Fix non-numeric exclusive Range#minmax bug
Sam Bostock
2019-12-25
range.c: Range#min with a beginless one now raise an explicit exception
Yusuke Endoh
2019-12-04
implement Range#count
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-29
Aseert exception at negative step for non-endless range too
Nobuyoshi Nakada
2019-08-14
Make Range#=== operate like cover? instead of include? for string ranges
Jeremy Evans
2019-08-14
Implement Range#minmax
Jeremy Evans
2019-05-23
range.c (inspect_range): omit beginless "nil"
Yusuke Endoh
2019-05-01
Add exception support in `Range#first`.
manga_osyo
2019-04-08
range.c: force hash values fixable
nobu
2019-04-04
range.c: support to make beginless arithmetic sequences
mrkn
2019-04-03
range.c (r_cover_range_p): support beginless range
mame
2019-04-03
Introduce beginless range [Feature#14799]
mame
2019-01-24
numeric.c: Fix negative step with float components
mrkn
2019-01-08
range.c (range_last): disable optimization when each is redefined
mrkn
2019-01-05
test/ruby/test_range.rb: add assertions
mrkn
2018-09-28
range.c: Add Range#%
mrkn
2018-09-05
range.c: Range#cover? accepts Range object. [Feature #14473]
tarui
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-06-25
test_range.rb: add tests to improve coverage
watson1978
2018-06-22
test/ruby/test_range.rb: add a test for endless range's min with comparison
mame
2018-06-22
range.c: Range#last and #max raises a RangeError if it is endless
mame
2018-06-22
range.c: Range#size now returns Float::INFINITY if it is endless
mame
2018-06-22
range.c: Range#to_a now raises RangeError if it is endless
mame
2018-06-13
Revert "range.c: prohibit `(1..nil)`"
mame
2018-06-13
range.c: prohibit `(1..nil)`
mame
2018-05-17
range.c: === by cover?
nobu
2018-04-28
range.c: each on endless range
nobu
2018-04-20
range.c: step in bignum
nobu
2018-04-20
range.c: fix fixnum loop condition
nobu
2018-04-19
range.c: Make Range#bsearch support endless ranges
mame
2018-04-19
Make Range#min, max, include?, cover?, and === to support endless range
mame
2018-04-19
Introduce endless range [Feature#12912]
mame
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-10-25
range.c: use rb_check_funcall
nobu
2017-10-25
range.c: check if exclude_end? is defined
nobu
2017-04-25
no longer rescue exceptions of #<=> when initializing a Range
eregon
2017-04-21
Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
hsbt
2016-11-11
range.c: check loading
nobu
2016-11-10
range.c: check if range modifiable
nobu
2016-09-30
test_range.rb: all assertions
nobu
2016-05-21
hash method values
nobu
2016-05-17
Optimize enum_sum for a range from int to int
mrkn
2016-05-17
Implement Enumerable#sum
mrkn
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-01-23
* range.c (range_eqq): revert r11113 because rb_call_super() is
shugo
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-03
range.c: infected by the receiver
nobu
2015-07-22
* test/ruby/test_range.rb: Add test case for Range#end with
hsbt
2015-07-21
* test/ruby/test_range.rb: Add test for Range#hash
hsbt
[next]