rust/library
bors 0b96f60c07 Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnay
BTree: remove Ord bound where it is absent elsewhere

Some btree methods don't really need an Ord bound and don't have one, while some methods that more obviously don't need it, do have one.

An example of the former is `iter`, even though it explicitly exposes the work of the Ord implementation (["sorted by key"](https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.iter) - but I'm not suggesting it should have the Ord bound). An example of the latter is `new`, which doesn't involve any keys whatsoever.
2021-02-08 07:56:04 +00:00
..
alloc Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnay 2021-02-08 07:56:04 +00:00
backtrace@af078ecc0b
core Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay 2021-02-08 05:05:55 +00:00
panic_abort
panic_unwind Revert stabilizing integer::BITS. 2021-02-03 22:23:58 +01:00
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
stdarch@9c732a56f6
term Allow/fix non_fmt_panic in tests. 2021-02-03 23:15:45 +01:00
test Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn 2021-02-07 02:36:08 +00:00
unwind Support AArch64 ILP32 in libunwind bindings 2021-01-27 22:47:57 +00:00