about summary refs log tree commit diff
path: root/tests/ui/invalid-compile-flags
AgeCommit message (Expand)AuthorLines
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-1/+2
2025-04-24Unify the format of rustc cli flagsxizheyin-3/+5
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-3/+13
2025-04-20Add ui test emit-output-types-without-args.rsxizheyin-0/+7
2025-04-14Specify `--print info=file` syntax in `--help`clubby789-2/+3
2025-04-10tests: use specific-purpose `needs-crate-type` over `ignore-$target` directivesJieyou Xu-6/+3
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-10/+16
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-2/+2
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-2/+2
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+11
2025-03-23Rebless tests with changed help due to new print request optionJieyou Xu-2/+2
2025-03-19Suggest `-Whelp` when pass `--print lints` to rustcxizheyin-0/+1
2025-03-14Show valid crate types when the user passes unknown `--crate-type` valuemalezjaa-6/+6
2025-03-01ensure we always print all --print options in helpMichael Toner-1/+1
2025-02-15Reject macro calls inside of `#![crate_name]`León Orell Valerian Liehr-0/+53
2025-02-15Move `#![crate_type]` UI tests into attributes directoryLeón Orell Valerian Liehr-0/+8
2025-02-12clarifyTshepang Mbambo-3/+3
2025-02-12test cli functionality in all targetsTshepang Mbambo-3/+1
2025-01-08Only test proc-macro invalid compile flags with panic=unwindErick Tryzelaar-0/+1
2024-12-30tests: add basic test coverage for cli flag `--crate-type`许杰友 Jieyou Xu (Joe)-0/+67
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+29
2024-11-26Remove extra tests.Camille GILLOT-11/+0
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-4/+9
2024-11-02Add `--print host-triple`Noratrieb-1/+1
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-4/+9
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+57
2024-08-11Fix #128930: Print documentation of CLI options missing their argGeorge Bateman-0/+6
2024-04-25Add `--print=check-cfg` to get the expected configsUrgau-1/+1
2024-04-24Improve diagnostic for unknown --print requestUrgau-0/+5
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-42/+42
2023-12-08Fuel is incompatible with incremental compilationTomasz Miąsko-0/+11
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+49
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
2023-10-20Move `invalid-llvm-passes` test to `invalid-compile-flags` folderMiguel Ojeda-0/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+26