about summary refs log tree commit diff
path: root/src/test/ui/editions
AgeCommit message (Expand)AuthorLines
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-1/+1
2021-01-18Improve unknown external crate errorRyan Levick-1/+1
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-8/+8
2020-12-31Add edition 2021.Mara Bos-6/+6
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-0/+71
2020-04-23Moving more build-pass tests to check-passVal Markovic-2/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+5
2020-03-24expand: address review commentsMazdak Farrokhzad-28/+34
2020-03-24nix panictry! in ParserAnyMacro::makeMazdak Farrokhzad-14/+46
2020-03-10rustc_errors: Use ensure_source_file_source_present where necessary.Ana-Maria Mihalache-4/+4
2020-03-10--bless some testsMazdak Farrokhzad-10/+10
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-5/+5
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-5/+5
2020-01-24Normalise notes with the/isvarkor-2/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-2/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+4
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-18/+18
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-10/+10
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-6/+6
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-91/+0
2019-04-23Stabilize futures_apiTaylor Cramer-1/+1
2019-04-23Update ui testsvarkor-3/+3
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-12resolve: Simplify import resolution for mixed 2015/2018 edition modeVadim Petrochenkov-57/+7
2019-03-11Update testsVadim Petrochenkov-31/+31
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-0/+92
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-0/+92
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-16/+0
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-6/+2
2019-01-12resolve: Prohibit use of uniform paths in macros originating from 2015 editionVadim Petrochenkov-1/+1
2018-12-31Address review commentsEsteban Küber-6/+6
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-6/+30
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-4/+6
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-2/+16
2018-12-25Remove licensesMark Rousskov-193/+23
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-14/+24
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-13/+15
2018-11-27resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...Vadim Petrochenkov-15/+39
2018-11-27resolve: Fallback to uniform paths in 2015 imports used from global 2018 editionVadim Petrochenkov-2/+88
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-0/+106
2018-11-23Reword EOF in macro arm messageEsteban Küber-2/+2
2018-11-23Keep label on moved spans and point at macro invocation on parse errorEsteban Küber-2/+12
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-8/+8
2018-11-23Point at end of macro arm when encountering EOFEsteban Küber-6/+6
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-8/+8
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-2/+2
2018-09-23add test for edition 2018csmoe-0/+26
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-2/+2