about summary refs log tree commit diff
path: root/library/core/tests/macros.rs
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-206/+0
2024-12-22Adjust syntaxCaio-21/+32
2024-09-13RustfmtCaio-1/+1
2024-09-13[`cfg_match`] Generalize inputsCaio-0/+20
2024-02-07Update testsr0cky-0/+1
2023-09-23Add the `cfg_match!` macroCaio-0/+154
2021-07-15Allow leading pipe in `matches!()` patterns.Chayim Refael Friedman-0/+6
This is allowed in `match` statement, and stated in https://internals.rust-lang.org/t/leading-pipe-in-core-matches/14699/2 that it should be allowed in these macros too.
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+14