]> git.lizzy.rs Git - rust.git/commit
libcore: Ensure min and max functions are consistent for equal inputs
authorKevin Butler <haqkrs@gmail.com>
Mon, 30 Mar 2015 22:47:01 +0000 (23:47 +0100)
committerKevin Butler <haqkrs@gmail.com>
Mon, 30 Mar 2015 22:48:26 +0000 (23:48 +0100)
commit2a89d695f4edb6fe8c7629f48908d3d3d9076426
tree4f7243e2f9f18553ca1126eb6b18324c01a68629
parent6cf3b0b74aadcc1fe87adbd2c74876a1f6c920b3
libcore: Ensure min and max functions are consistent for equal inputs
src/libcore/cmp.rs
src/libcore/iter.rs
src/test/run-pass/minmax-stability-issue-23687.rs [new file with mode: 0644]