about summary refs log tree commit diff
path: root/src/test/ui/macros/macros-nonfatal-errors.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-139/+0
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-1/+1
2022-09-15Future-proof against loose bounds if default variant is non-exhaustive.Daniel Henry-Mantilla-0/+21
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+0
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-2/+0
2021-12-12Address review feedbackAmanieu d'Antras-0/+2
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1/+1
They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-0/+1
2021-07-27Prohibit `#[default]` in invalid placesJacob Pratt-1/+33
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-2/+55
2020-05-18Add tests for asm!Amanieu d'Antras-1/+2
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-2/+2
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-12/+1
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-2/+0
2018-08-16Revert "Ignore test that fails on stage1"Eduard-Mihai Burtescu-1/+0
This reverts commit 0e43e6fef251732f5268738eee9c258668ec7942.
2018-08-14Ignore test that fails on stage1Matthew Jasper-0/+1
2018-08-14Fixed 'no such file or directory' mismatch between Windows and Linux.David Wood-0/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+42