about summary refs log tree commit diff
path: root/library/core/src/internal_macros.rs
AgeCommit message (Expand)AuthorLines
2025-08-10Constify remaining operatorsltdk-5/+5
2025-08-10Let forward_ref_* macros accept multiple attributes, and require attributes e...ltdk-20/+8
2025-03-26Use cfg_match in coreChristopher Durham-77/+0
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-06-12Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"Oli Scherer-0/+41
2024-05-21core: actually use TAIT instead of emulating itjoboet-41/+0
2023-11-24add track_caller for arith opsbohan-0/+4
2023-04-16rm const traits in libcoreDeadbeef-67/+4
2022-05-03ignore a doctest for the non-exported macroYoshiki Matsuda-1/+1
2022-04-18Remove unused macro rulesest31-24/+0
2022-03-01Add a copy of cfg_if to core's internal_macros.rsJosh Triplett-0/+93
2021-10-22Added docs to internal_macro constAlexApps99-0/+3
2021-10-22Added const versions of common numeric operationsAlexApps99-0/+68
2021-08-05Remove unnecessary #[unstable] from internal macro.Mara Bos-1/+0
2020-07-27mv std libs to library/mark-0/+119