about summary refs log tree commit diff
path: root/library/core/src/range.rs
AgeCommit message (Expand)AuthorLines
2025-07-23Document (internally) that `Range*<&T> as RangeBounds<T>` impls are intention...Zachary S-0/+18
2025-07-15constify `SliceIndex` traitOli Scherer-5/+11
2025-02-18update `cfg(bootstrap)`Josh Stone-3/+3
2025-02-12add `IntoBounds` traitPeter Jaszkowiak-1/+27
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-0/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-26Fix doc nitsJohn Arundel-3/+3
2024-07-05add `new_range_api` for RFC 3550Peter Jaszkowiak-0/+494