]> git.lizzy.rs Git - rust.git/commit
Add initial impl of is_sorted to Iterator
authorKevin Leimkuhler <kevin@kleimkuhler.com>
Thu, 11 Oct 2018 16:53:15 +0000 (09:53 -0700)
committerKevin Leimkuhler <kevin@kleimkuhler.com>
Fri, 18 Jan 2019 06:34:42 +0000 (22:34 -0800)
commit8dea0d0172d5a50b75dbde8ece24201f0d5b2125
tree2e5017f00150872014a2b9c809b931a86845f5f5
parentdaa53a52a2667533d5fe59bfcc5b8614b79c3d31
Add initial impl of is_sorted to Iterator
src/libcore/iter/iterator.rs
src/libcore/lib.rs
src/libcore/tests/iter.rs
src/libcore/tests/lib.rs
src/test/ui/feature-gates/feature-gate-is_sorted.rs [new file with mode: 0644]
src/test/ui/feature-gates/feature-gate-is_sorted.stderr [new file with mode: 0644]