about summary refs log tree commit diff
path: root/library/core/src/macros
AgeCommit message (Expand)AuthorLines
2024-10-18Missing parenthesis lexx-1/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-8/+10
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-8/+10
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+18
2024-09-13[`cfg_match`] Generalize inputsCaio-5/+5
2024-08-31Fixed more typos in library/coreranger-ross-1/+1
2024-07-28Rollup merge of #128240 - mbrubeck:patch-3, r=joboetGuillaume Gomez-0/+18
2024-07-26Add links from `assert_eq!` docs to `debug_assert_eq!`, etc.Matt Brubeck-0/+18
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-06-06Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhprattJubilee-1/+6
2024-06-06[RFC-2011] Allow `core_intrinsics` when activatedCaio-1/+6
2024-05-01Workaround rustfmt bug replacing type ascriptionMark Rousskov-0/+1
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-1/+2
2024-03-22Soft-destabilize `RustcEncodable`/`RustcDecodable`Jacob Pratt-6/+14
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+12
2024-03-20Make type_ascribe! not a built-inMichael Goulet-2/+2
2024-03-07Rust is a proper name: rust → RustRalf Jung-1/+1
2024-03-03Apply suggestions from code reviewLukas Bergdoll-4/+4
2024-03-02Apply review commentsLukas Bergdoll-2/+2
2024-02-29Drop link to matches macro and link matches macro to assert_matches.Lukas Bergdoll-5/+10
2024-02-28Improve assert_matches! documentationLukas Bergdoll-29/+50
2024-02-15Rollup merge of #111106 - Stargateur:doc/format_args, r=m-ou-seMatthias Krüger-0/+8
2024-01-21Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`Zalathar-2/+2
2024-01-09core: panic: fix broken linkMiguel Ojeda-1/+1
2023-12-09merge core_panic feature into panic_internalsRalf Jung-6/+6
2023-11-04Add diagnostic items for a few of core's builtin macrosThom Chiovoloni-0/+3
2023-10-25Remove `cfg_match` from the preludeCaio-89/+88
2023-10-02Appease tidyJames Haywood-4/+4
2023-10-02Adapt `todo!` documentation to mention displaying custom valuesJames Haywood-10/+24
2023-09-23Add the `cfg_match!` macroCaio-0/+89
2023-09-06Update doc for `alloc::format!` and `core::concat!`ShE3py-1/+1
2023-08-28improve panic.md edition disucssion, and nitsRalf Jung-14/+19
2023-08-28format, format_args: Make xref to std::fmt much more prominentIan Jackson-1/+2
2023-08-28panic macro: Link directly to format syntax, not to format!Ian Jackson-2/+2
2023-08-28panic macro: Document edition differencesIan Jackson-0/+19
2023-08-07core: Remove #[macro_export] from `debug_assert_matches`Arthur Cohen-1/+0
2023-06-21Add known issue of let binding to format_args docAntoine PLASKOWSKI-0/+8
2023-06-14Mention `env!` in `option_env!`'s docsPavel Grigorenko-0/+2
2023-05-24[RFC-2011] Expand more expressionsCaio-1/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+0
2023-04-26Spelling library/Josh Soref-1/+1
2023-04-11Reword the docstring in todo! macro definitionPatrik Kormosi-2/+2
2023-04-09Fix typo in todo! macro docstringPatrik Kormosi-1/+1
2023-03-06Use Edition 2021 :pat in matches macroKonrad Borowski-2/+2
2023-01-06Remove HTML tags around warningGijs Burghoorn-6/+0
2023-01-05Better phrasing for hygiene of include macroGijs Burghoorn-4/+5
2023-01-04Tidy up whitespaceGijs Burghoorn-11/+11
2023-01-04Improve include macro documentationGijs Burghoorn-20/+44
2022-12-28Update bootstrap cfgPietro Albini-3/+0