about summary refs log tree commit diff
path: root/src/test/ui/feature-gate
AgeCommit message (Expand)AuthorLines
2021-01-12Put all feature gate tests under `feature-gates/`Camelid-12/+0
2021-01-01Allow references to interior mutable data behind a feature gateoli-0/+12
2021-01-01Move feature gate-related testsYuki Okushi-3329/+0
2020-11-20rustc_expand: Mark inner `#![test]` attributes as soft-unstableVadim Petrochenkov-1/+2
2020-10-04Enforce crate level attributes checksGuillaume Gomez-345/+305
2020-10-03Strenghten tests for crate-level attributes checkGuillaume Gomez-18/+107
2020-10-03Run attributes check at crate levelGuillaume Gomez-292/+293
2020-09-12Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...bors-379/+766
2020-09-08Update testsGuillaume Gomez-5/+6
2020-09-05Emit warnings on misplaced #[no_mangle]Caleb Zulawski-138/+202
2020-09-05Emit warnings for misplaced attributes used by some cratesCaleb Zulawski-433/+501
2020-09-05Check placement of more attributesCaleb Zulawski-305/+560
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+4
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2020-02-06Forbid using `0` as issue numberYuki Okushi-4/+12
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-2/+2
2020-01-30clarify "incorrect issue" errorAndy Russell-5/+7
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-14/+14
2020-01-13Fix crate paths in commentsYuki Okushi-1/+1
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-2/+2
2020-01-12Add backticks in appropriate placesvarkor-12/+12
2020-01-09Update testsVadim Petrochenkov-12/+54
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-5/+5
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-17/+5
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-4/+0
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-0/+21
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-4/+4
2019-11-06ill_formed_attribute_input -> denyMazdak Farrokhzad-4/+4
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-202/+208
2019-10-29stabilize cfg(doctest)Guillaume Gomez-16/+0
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-12/+12
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-205/+244
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-21/+24
2019-09-27Update ui testsGuillaume Gomez-21/+24
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-2/+16
2019-09-08Improve wording.Charles Lew-2/+2
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-17/+7
2019-08-29Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasperMazdak Farrokhzad-16/+7
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-16/+7
2019-08-24move `feature-gate-or_patterns.*` -> `ui/or-patterns/`Mazdak Farrokhzad-21/+0
2019-08-17initial implementation of or-pattern parsingDan Robertson-0/+21
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-197/+198
2019-07-30Adjust tests. wrt. await_macro being removed.Mazdak Farrokhzad-24/+0
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-41/+14
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-0/+20
2019-07-24Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_...bors-2/+2
2019-07-24Demote template check error to a lint for `#[test]` and `#[bench]`Vadim Petrochenkov-6/+14