rust/src/libcore
bors 22e31f10c2 Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton
What this patch does:
- Stability annotations are now based on "exported items" supplied by rustc_privacy and not "public items". Exported items are as accessible for external crates as directly public items and should be annotated with stability attributes.
- Trait impls require annotations now.
- Reexports require annotations now.
- Crates themselves didn't require annotations, now they do.
- Exported macros are annotated now, but these annotations are not used yet.
- Some useless annotations are detected and result in errors
- Finally, some small bugs are fixed - deprecation propagates from stable deprecated parents, items in blocks are traversed correctly (fixes https://github.com/rust-lang/rust/issues/29034) + some code cleanup.
2015-11-18 19:49:33 +00:00
..
fmt Review fixes 2015-11-18 01:24:22 +03:00
hash Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
num Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
prelude Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
str Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
sync Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
any.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
array.rs
borrow.rs
cell.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
char.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
clone.rs Make note about traits that can be derived 2015-11-16 18:50:40 -05:00
cmp_macros.rs
cmp.rs Make note about traits that can be derived 2015-11-16 18:50:40 -05:00
convert.rs Make {Default, From, FromIterator, One, Zero} well-formed 2015-10-23 21:56:23 -04:00
default.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
intrinsics.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
iter.rs Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton 2015-11-18 19:49:33 +00:00
lib.rs Fix typo in libcore documentation 2015-11-18 11:35:29 +01:00
macros.rs Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik 2015-11-12 13:07:45 +00:00
marker.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
mem.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
nonzero.rs Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) 2015-10-25 12:03:07 +08:00
ops.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
option.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
panicking.rs
ptr.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
simd_old.rs
simd.rs
slice.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
tuple.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00