about summary refs log tree commit diff
path: root/src/test/ui/hygiene
AgeCommit message (Expand)AuthorLines
2021-09-30Rollup merge of #88838 - FabianWolff:issue-88472, r=estebankManish Goregaokar-3/+3
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-1/+4
2021-09-29Suggest similarly named assoc items in trait implsHirochika Matsumoto-1/+4
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-02Bless tests.Camille GILLOT-4/+8
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-26/+1
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-7/+7
2021-07-17Use LocalExpnId where possible.Camille GILLOT-4/+4
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-1/+1
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-1/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-60/+60
2021-05-12Update stderrAaron Hill-1/+1
2021-04-23Tweak suggestion outputEsteban Küber-0/+3
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