about summary refs log tree commit diff
path: root/src/test/ui/hygiene
AgeCommit message (Expand)AuthorLines
2021-02-16Move some tests to more reasonable directoriesCaio-0/+17
2021-01-24Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkovJonas Schievink-0/+9
2021-01-11resolve: Simplify collection of traits in scopeVadim Petrochenkov-0/+53
2021-01-09Add test for assert!() hygiene in edition 2021.Mara Bos-0/+9
2020-12-26update testsBastian Kauschke-2/+0
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-56/+56
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-14/+3
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-1/+1
2020-10-17Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obkYuki Okushi-0/+2
2020-10-17Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebankYuki Okushi-0/+6
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+2
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+47
2020-09-30Re-run tests with --blessTemirkhan Myrzamadi-0/+6
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-7/+7
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+8
2020-09-01Clarify message about unresolved useKornel-7/+7
2020-08-16hir: introduce `QPath::LangItem`David Wood-73/+1
2020-08-16tests: add test for #61019's current behaviourDavid Wood-0/+90
2020-08-10Add missing primary labelEsteban Küber-2/+2
2020-07-27mv std libs to library/mark-1/+1
2020-07-26Add test for use of $crate in nested foreign macro_rules!Aaron Hill-0/+23
2020-07-26Hygiene serialization implementationAaron Hill-0/+25
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+4
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-2/+2
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-4/+0
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-5/+1
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-0/+4
2020-06-09Remove noisy suggestion of hash_map #72642Ayush Kumar Mishra-3/+1
2020-06-02Improve E0433, so that it suggests missing importsPatryk Wychowaniec-1/+7
2020-05-17Emit a better diagnostic when function actually has a 'self' parameterAaron Hill-0/+40
2020-05-09adjust testsRalf Jung-2/+4
2020-05-07reword "possible candidate" import suggestionAndy Russell-4/+4
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+8
2020-03-22Normalize wording of privacy access labelsEsteban Küber-9/+19
2020-03-22Add span label to primary error spanEsteban Küber-2/+2
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-0/+53
2020-02-24parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`Vadim Petrochenkov-2/+2
2020-02-10use `dyn Trait` more in testsMazdak Farrokhzad-2/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-2/+111
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-2/+2
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-8/+7
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-1/+7
2020-01-08Unify output of "variant not found" errorsEsteban Küber-3/+3
2019-11-15Cleaned up unused labelsBart Massey-56/+58
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-63/+116
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+3
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-1/+1
2019-10-14Use heuristics for capitalization warning in suggestionsEsteban Küber-1/+1
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-3/+3
2019-09-30Fixed grammar in one diagnostic and blessed tests.Alexander Regueiro-2/+2