Yoshiki Matsuda
3d12fd0faf
ignore a doctest for the non-exported macro
2022-05-03 18:33:56 +09:00
est31
3c1e1661e7
Remove unused macro rules
2022-04-18 23:28:06 +02:00
Josh Triplett
0f505c6377
Add a copy of cfg_if to core's internal_macros.rs
...
core can't depend on external crates the way std can. Rather than revert
usage of cfg_if, add a copy of it to core. This does not export our
copy, even unstably; such a change could occur in a later commit.
2022-03-01 16:24:10 -08:00
AlexApps99
361c978fbd
Added docs to internal_macro const
2021-10-22 10:07:35 +13:00
AlexApps99
23d033e177
Added const versions of common numeric operations
...
# Conflicts:
# library/core/src/lib.rs
2021-10-22 10:03:18 +13:00
Mara Bos
1b318a2b49
Remove unnecessary #[unstable] from internal macro.
...
After this change, all library #![feature]s enabled in core are for
const fns.
2021-08-05 12:55:35 +02:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00