rust/src/libcore
bors 98c173afe4 Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis
Stabilize the `re_rebalance_coherence` feature

This PR stabilizes [RFC 2451](https://rust-lang.github.io/rfcs/2451-re-rebalancing-coherence.html), re-rebalance coherence.

Changes include removing the attribute from tests which tested both the old and new behavior, moving the feature to `accepted` and removing the old logic.

I'll also open a [PR](https://github.com/rust-lang-nursery/reference/pull/703) against the reference, updating it with the content of the RFC.

Closes #63599

r? @nikomatsakis
2019-11-09 05:57:14 +00:00
..
array The unsafety in iter.rs is already documented wonderfully 2019-11-06 11:04:42 +01:00
benches Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
char Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
fmt Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
future Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
hash Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
iter Rollup merge of #63793 - oli-obk:🧹, r=dtolnay 2019-11-07 14:27:20 +01:00
mem Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=Amanieu 2019-11-08 13:42:14 +09:00
num Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
ops Rollup merge of #65902 - gilescope:issue62570, r=estebank 2019-11-01 11:20:14 -07:00
prelude Move the matches! macro to the prelude 2019-10-23 15:35:36 +02:00
ptr Rollup merge of #63793 - oli-obk:🧹, r=dtolnay 2019-11-07 14:27:20 +01:00
slice Rollup merge of #63793 - oli-obk:🧹, r=dtolnay 2019-11-07 14:27:20 +01:00
str Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
sync Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
task Fix typo 2019-10-12 15:18:17 +02:00
tests Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
unicode it's more pythonic to use 'is not None' in python files 2019-09-06 15:14:25 +08:00
alloc.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
any.rs Halloween... time to get rid of 👻 2019-11-06 11:04:42 +01:00
ascii.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
bool.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml Move the matches! macro to the prelude 2019-10-23 15:35:36 +02:00
cell.rs Rollup merge of #63793 - oli-obk:🧹, r=dtolnay 2019-11-07 14:27:20 +01:00
clone.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
cmp.rs Migrate from #[structural_match] attribute a lang-item trait. 2019-10-25 14:52:07 +02:00
convert.rs Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis 2019-11-09 05:57:14 +00:00
default.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
ffi.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
hint.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic 2019-11-02 22:26:54 +00:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs gate rustc_on_unimplemented under rustc_attrs 2019-11-06 07:34:51 +01:00
macros.rs caller_location: use in core::panic!. 2019-10-30 18:55:17 +02:00
marker.rs Migrate from #[structural_match] attribute a lang-item trait. 2019-10-25 14:52:07 +02:00
option.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
panic.rs Panicking infra uses &core::panic::Location. 2019-10-27 12:50:58 -07:00
panicking.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
pin.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Auto merge of #63166 - ksqsf:master, r=alexcrichton 2019-09-04 07:47:08 +00:00
time.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
tuple.rs libcore => 2018 2019-04-18 14:47:35 +09:00
unit.rs libcore => 2018 2019-04-18 14:47:35 +09:00