rust/src/libcore
bors 87af2324bb Auto merge of #37325 - newpavlov:master, r=frewsxcv
libcore documentation for builtin macros

Fixes: #36272

Additionally I've edited docstring for `include!` a bit. (related PR #36404)

Unfortunately it seems there is no sane way to reexport empty macros definitions for their docstrings. To avoid copying the whole documentation for builtin macros I've only copied description and added links to `std` macro pages.
2016-10-23 02:10:28 -07:00
..
fmt impl Debug for raw pointers to unsized data 2016-10-01 01:50:56 +00:00
hash Rollup merge of #36961 - GuillaumeGomez:hash_doc, r=frewsxcv 2016-10-14 12:07:07 -07:00
iter doc: a more simple description of Iterator::nth 2016-10-21 00:38:00 +02:00
num run rustfmt on libcore/num folder 2016-10-12 23:57:46 +05:30
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
str Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix 2016-09-22 11:25:01 -07:00
sync Run rustfmt on libcore/sync folder 2016-10-16 22:11:01 +05:30
any.rs Add stable example to TypeId 2016-10-17 17:49:07 -07:00
array.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
borrow.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
Cargo.toml No build.rs for libcore 2016-06-04 15:10:26 -07:00
cell.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
char.rs [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
char_private.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
clone.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
cmp.rs Add missing links on cmp module 2016-09-26 20:43:54 +02:00
convert.rs Add example in AsMut trait documentation 2016-09-15 19:47:04 -06:00
default.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
intrinsics.rs Rollup merge of #36811 - brson:bootstrap, r=alexcrichton 2016-09-28 20:21:52 -07:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Stabilise ? 2016-10-12 08:40:22 +13:00
macros.rs Small doc change for include! 2016-10-21 17:44:19 +03:00
marker.rs Deprecate Reflect 2016-10-12 08:40:22 +13:00
mem.rs add wrapper for discriminant_value 2016-09-27 23:29:01 +00:00
nonzero.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
ops.rs Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnik 2016-09-30 13:44:47 -04:00
option.rs fixed the safety header/wording in option.rs 2016-09-19 17:55:44 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
raw.rs Clean up std::raw docs 2016-08-05 17:52:37 -04:00
result.rs Improve Result doc 2016-09-11 11:58:20 +02:00
slice.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
tuple.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00