index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
range.c
Age
Commit message (
Expand
)
Author
2025-03-21
[DOC] beginless and endless ranges inspect returns "nil..nil" always
flavio-b
2025-03-17
[Bug #21185] Fix Range#overlap? with infinite range
Jérôme Parent-Lévesque
2025-03-07
[Bug #21174] [Bug #21175] Fix `Range#max` on beginless integer range
Nobuyoshi Nakada
2025-01-13
[Bug #21030] Fix step for non-numeric range
Nobuyoshi Nakada
2025-01-02
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Nobuyoshi Nakada
2025-01-02
[DOC] Exclude 'Method' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-10
[Bug #20936] Fix #size for Range#reverse_each
Kouhei Yanagita
2024-10-09
Fix spelling
John Bampton
2024-10-03
[DOC] Add missing word
Peter Zhu
2024-10-03
[DOC] Add pound sign before all <=> methods
Peter Zhu
2024-09-18
[DOC] Fix formatting for ways to create Range objects
Peter Zhu
2024-09-13
[Bug #20725] Should not call compare on `nil`-endpoint
Nobuyoshi Nakada
2024-09-09
Return back legacy Range#step behavior for symbol ranges
zverok
2024-09-03
Range#step: restore legacy behavior for String ranges
zverok
2024-08-19
Single letter ASCII operator is same as the corresponding ID
Nobuyoshi Nakada
2024-08-18
Make Range#step to consistently use + for iteration (#7444)
Victor Shepelev
2024-07-17
[DOC] Fix and improve array slicing example in range.c
Iskren
2024-04-10
[Misc #18984] Raise TypeError from Range#size if the range is not iterable
Kouhei Yanagita
2024-03-04
[Bug #20324] Uncomparable ranges are not overlapping
Nobuyoshi Nakada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-12
Replace assert with RUBY_ASSERT in range.c
Peter Zhu
2023-12-27
[DOC] Fix invalid syntax in Range#eql?
Peter Zhu
2023-12-22
[Bug #19977] Fix (nil..nil) === x not to raise TypeError
Kouhei Yanagita
2023-12-14
[DOC] Adjust some new features wording/examples. (#9183)
Victor Shepelev
2023-12-09
[DOC] Small fixes for documentation rendering
Victor Shepelev
2023-11-28
Make Range#reverse_each raise TypeError if endless
Kouhei Yanagita
2023-11-16
[DOC] More on JSON extensions (#8898)
Burdette Lamar
2023-10-13
describe the assumption for Range#overlap?.
Tanaka Akira
2023-10-12
Add Range#reverse_each implementation for performance
Kouhei Yanagita
2023-10-05
Optimize `Range#count` by using `range_size` if possible
Kouhei Yanagita
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-26
Optimize Range#bsearch by reducing the number of Integer#+ calls
Kouhei Yanagita
2023-09-21
Optimize Range#bsearch for beginless/endless ranges within Fixnum
Kouhei Yanagita
2023-09-16
Fix regression when testing inclusion in unbounded ranges
Jeremy Evans
2023-09-16
Add comment markers in empty lines [ci skip]
Nobuyoshi Nakada
2023-09-16
[Feature #19839] Fix `Range#overlap?` for empty ranges
Nobuyoshi Nakada
2023-09-16
[Feature #19839] Add Range#overlap?
Shouichi Kamiya
2023-09-16
Optimize Range#bsearch for beginless/endless ranges
Kouhei Yanagita
2023-04-14
[Bug #19533] Fix infinite range inclusion with numeric value
Nobuyoshi Nakada
2023-04-14
Extract range type check functions
Nobuyoshi Nakada
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-09
[Bug #19426] Fix endless `Range#step` with `#succ` method
Nobuyoshi Nakada
2022-12-23
[DOC] Fix most of Range#cover? marked as verbatim
Marco Costa
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-11-24
Raise TypeError for endless non-numeric range include?
Jeremy Evans
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
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-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-06
Fix Range#cover? returning true for beginless ranges of different types
Jeremy Evans
[next]