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
/
spec
/
ruby
/
core
/
range
Age
Commit message (
Expand
)
Author
2025-03-27
Update to ruby/spec@5e579e2
Andrew Konchin
2025-03-07
[Bug #21174] [Bug #21175] Update rubyspec
Nobuyoshi Nakada
2025-01-30
Update to ruby/spec@affef93
Andrew Konchin
2024-12-10
Update to ruby/spec@9f10222
Andrew Konchin
2024-09-03
Range#step: restore legacy behavior for String ranges
zverok
2024-08-18
Make Range#step to consistently use + for iteration (#7444)
Victor Shepelev
2024-04-10
[Misc #18984] Raise TypeError from Range#size if the range is not iterable
Kouhei Yanagita
2024-02-05
Update to ruby/spec@3fc4444
Benoit Daloze
2023-09-04
Update to ruby/spec@96d1072
Benoit Daloze
2023-06-26
Update to ruby/spec@30e1c35
Benoit Daloze
2023-04-25
Update to ruby/spec@7f69c86
Benoit Daloze
2023-04-14
[Bug #19533] Add spec of infinite range inclusion
Nobuyoshi Nakada
2023-02-27
Update to ruby/spec@e7dc804
Benoit Daloze
2022-10-21
Range#size returns nil for (.."a") and (nil..)
Yusuke Endoh
2022-09-04
rb_int_range_last: properly handle non-exclusive range
Jean Boussier
2022-07-27
Update to ruby/spec@cbfaf51
Benoit Daloze
2022-04-25
Update to ruby/spec@3affe1e
Benoit Daloze
2022-01-28
Update to ruby/spec@902ab83
Benoit Daloze
2021-11-29
Update to ruby/spec@7f22a0b
Benoit Daloze
2021-10-20
Update to ruby/spec@d6921ef
Benoit Daloze
2021-07-29
Update to ruby/spec@b65d01f
Benoit Daloze
2021-06-02
Update to ruby/spec@a0b7d0d
Benoit Daloze
2021-05-29
Fix Enumerator::ArithmeticSequence handling of float ranges
Jeremy Evans
2021-01-28
Update to ruby/spec@8cafaa5
Benoit Daloze
2020-12-27
Update to ruby/spec@4ce9f41
Benoit Daloze
2020-12-21
Fix misspellings [ci skip]
Kazuhiro NISHIYAMA
2020-12-21
Use Integer instead of Fixnum/Bignum
Nobuyoshi Nakada
2020-12-04
2.8 -> 3.0 in specs
Benoit Daloze
2020-11-13
Update to ruby/spec@b0b7f53
Benoit Daloze
2020-10-24
Update to ruby/spec@4f59d86
Benoit Daloze
2020-10-23
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-09-30
Update to ruby/spec@bfd843a
Benoit Daloze
2020-09-25
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-05-03
Update to ruby/spec@032ee74
Benoit Daloze
2020-04-01
Drop support for ruby 2.4 from ruby/spec
Nobuyoshi Nakada
2020-01-28
Update to ruby/spec@f8a2d54
Benoit Daloze
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-07-27
Update to ruby/spec@875a09e
Benoit Daloze
2019-06-27
Update to ruby/spec@8d74d49
Benoit Daloze
2019-04-03
Introduce beginless range [Feature#14799]
mame
2019-02-21
Update to ruby/spec@7a16e01
eregon
2019-01-20
Update to ruby/spec@35a9fba
eregon
2018-10-27
Update to ruby/spec@8b743a3
eregon
2018-08-17
Add version guards for Enumerator::ArithmeticSequence
eregon
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-05-17
range.c: === by cover?
nobu
2018-03-04
Update to ruby/spec@c1b568b
eregon
2018-01-29
Update to ruby/spec@83063a3
eregon
2017-12-27
Update to ruby/spec@0fe33ac
eregon
2017-09-20
Move spec/rubyspec to spec/ruby for consistency
eregon