| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-10 | Constify remaining operators | ltdk | -5/+5 | |
| 2025-08-10 | Let forward_ref_* macros accept multiple attributes, and require attributes ↵ | ltdk | -20/+8 | |
| explicitly | ||||
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -77/+0 | |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 | |
| Many tiny changes to stdlib doc comments to make them consistent (for example "Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph breaks, backticks for monospace style, and other minor nits. https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text | ||||
| 2024-06-12 | Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb" | Oli Scherer | -0/+41 | |
| This reverts commit 1e4bde1cb9736ad4b8d3b95fbfe1533015c1d165, reversing changes made to 4ee97fc3dbcddc9d69701e346a1be9e0b66855a7. | ||||
| 2024-05-21 | core: actually use TAIT instead of emulating it | joboet | -41/+0 | |
| 2023-11-24 | add track_caller for arith ops | bohan | -0/+4 | |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -67/+4 | |
| 2022-05-03 | ignore a doctest for the non-exported macro | Yoshiki Matsuda | -1/+1 | |
| 2022-04-18 | Remove unused macro rules | est31 | -24/+0 | |
| 2022-03-01 | Add a copy of cfg_if to core's internal_macros.rs | Josh Triplett | -0/+93 | |
| 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. | ||||
| 2021-10-22 | Added docs to internal_macro const | AlexApps99 | -0/+3 | |
| 2021-10-22 | Added const versions of common numeric operations | AlexApps99 | -0/+68 | |
| # Conflicts: # library/core/src/lib.rs | ||||
| 2021-08-05 | Remove unnecessary #[unstable] from internal macro. | Mara Bos | -1/+0 | |
| After this change, all library #![feature]s enabled in core are for const fns. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+119 | |
