about summary refs log tree commit diff
path: root/tests/ui/cfg
AgeCommit message (Expand)AuthorLines
2024-07-12When finding item gated behind a `cfg` flat, point at itEsteban Küber-24/+91
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-3/+1
2024-05-21Fix typo in deprecation lint messageXiretza-4/+4
2024-05-04compiletest: add enable-by-default check-cfgUrgau-23/+34
2024-04-07Remove useless configs in testsUrgau-8/+0
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-50/+48
2024-03-26Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkovMatthias Krüger-9/+46
2024-03-20Add barest-bones deref patternsNadrieril-12/+12
2024-03-20store segment and module in `UnresolvedImportError`bohan-9/+46
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+1
2024-02-24Stabilize `cfg_target_abi`Chris Denton-1/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-68/+68
2024-01-13Auto merge of #119945 - matthiaskrgr:rollup-oy3e1j2, r=matthiaskrgrbors-7/+18
2024-01-13Bless testsGeorge-lewis-0/+2
2024-01-13store the segment name when resolution failsbohan-7/+18
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-10-28Remove asmjs from testsJubilee Young-3/+0
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-06-24fix: add cfg diagnostic for unresolved import errorbohan-3/+59
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-06-10expand: Change how `#![cfg(FALSE)]` behaves on crate rootVadim Petrochenkov-24/+42
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+256
2023-05-18Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naberDylan DPC-0/+33
2023-05-01Do not recover when parsing stmt in cfg-eval.Camille GILLOT-0/+33
2023-04-30tests: Add tests for LoongArch64WANG Rui-0/+3
2023-03-23Add some tests for the current `#![cfg(FALSE)]` crate behaviorVadim Petrochenkov-0/+72
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+880