about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/test.rs
AgeCommit message (Expand)AuthorLines
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-03-04Downgrade `#[test]` on macro call to warningEsteban Kuber-8/+12
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+23
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-6/+16
2022-01-28remove allow_fail test flagyuhaixin.hx-9/+0
2022-01-17add more info to invalid use of #[test] on invalid itemsasquared31415-6/+16
2021-12-15Add a lint for duplicated attributes.Ethiraric-1/+4
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-2/+2
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-0/+4
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-2/+2
2020-11-24Handle `Annotatable::Stmt` in some builtin macrosAaron Hill-10/+30
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-3/+6
2020-08-30mv compiler to compiler/mark-0/+471