about summary refs log tree commit diff
path: root/src/test/ui/conditional-compilation
AgeCommit message (Expand)AuthorLines
2022-01-16Update unit tests to match more limited hint about escaping.Ivor Wanders-10/+11
2022-01-16Add unit test for cfg-arg without quotes.Ivor Wanders-0/+5
2022-01-12Update unit tests to accomodate for improved error.Ivor Wanders-12/+12
2022-01-01Emit an error for `--cfg=)`Jakub Kądziołka-0/+5
2021-11-06Move some tests to more reasonable directoriesCaio-0/+10
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-0/+9
2021-10-15Bless testsCameron Steffen-3/+3
2021-10-02Report fatal lexer errors in `--cfg` command line argumentsFabian Wolff-0/+9
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-4/+4
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+17
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-3/+3
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-03-14expand: Resolve and expand inner attributes on out-of-line modulesVadim Petrochenkov-0/+10
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-12/+12
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-8/+2
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+13
2020-07-26report kind of deprecated item in messageAndy Russell-8/+8
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+186
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+4
2020-01-24Normalise notes with the/isvarkor-2/+2
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-7/+73
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-1/+1
2019-09-16Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebankMazdak Farrokhzad-0/+5
2019-09-15Hide diagnostics emitted during --cfg parsingMark Rousskov-0/+5
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-12/+12
2019-09-14Provide a span if main function is not present in crateMark Rousskov-2/+7
2019-09-09Resolve attributes in several placesCaio-39/+25
2019-08-23`--bless` some tests due to message format change.Mazdak Farrokhzad-6/+8
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-6/+3
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-6/+3
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-07-13review commentsEsteban Küber-1/+1
2019-07-13Tweak wording in feature gate errorsEsteban Küber-6/+6
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-9/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-4/+3
2019-06-22Add test for linting on 'cfg_attr(,)'.Mazdak Farrokhzad-0/+34
2019-06-19Support `cfg` and `cfg_attr` on generic parametersVadim Petrochenkov-0/+104
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-4/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-14fix testsRalf Jung-0/+12
2019-04-11Reword tracking issue noteEsteban Küber-4/+4
2019-04-10Tweak unstable diagnostic outputEsteban Küber-4/+8
2019-03-11Update testsVadim Petrochenkov-24/+24
2019-03-06Surround found token with `Esteban Küber-2/+2
2019-03-05On incorrect cfg literal/identifier, point at the right spanEsteban Küber-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-5/+6