about summary refs log tree commit diff
path: root/src/test/ui/feature-gate
AgeCommit message (Expand)AuthorLines
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
2019-07-24syntax_ext: Reuse built-in attribute template checking for macro attributesVadim Petrochenkov-2/+14
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-2/+2
2019-07-23Rollup merge of #62869 - matklad:feature-gate, r=Mark-SimulacrumMark Rousskov-0/+17
2019-07-22Rollup merge of #62810 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-35/+35
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-0/+17
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-35/+35
2019-07-18normalize use of backticks in compiler messages for libcore/ptrSamy Kacimi-1/+1
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-5/+5
2019-07-06rustdoc: set cfg(doctest) when collecting doctestsQuietMisdreavus-0/+16
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-211/+215
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-2/+8
2019-05-20Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoeristerMazdak Farrokhzad-7/+1
2019-05-14Update ui testsOliver Scherer-7/+1
2019-05-11Update ui testtopecongiro-1/+1
2019-05-07Implement built-in await syntaxTaylor Cramer-0/+24
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-2/+18
2019-04-20Fix additional variadic typosvarkor-2/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-11Reword tracking issue noteEsteban Küber-2/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-2/+4
2019-03-14Add `-Z allow_features=...` flagTyler Mandry-0/+50
2019-03-11Update testsVadim Petrochenkov-21/+21
2019-02-27Add c_variadic language feature itemDan Robertson-0/+15
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-0/+13
2019-01-17Add test for linking non-existent static libraryAB1908-0/+13
2019-01-13Address review commentsVadim Petrochenkov-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-817/+661
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+4
2018-12-25Remove licensesMark Rousskov-435/+265
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-14/+4