about summary refs log tree commit diff
path: root/src/test/ui/hygiene
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3138/+0
2022-12-27Fix some totally useless suggestionsMichael Goulet-4/+1
2022-12-11Move testsCaio-0/+16
2022-11-20Update VecDeque implementationMarkus Everling-1/+1
2022-10-27Correct inconsistent error messages in testsByron Zhong-1/+1
2022-10-16Account for hygiene when suggesting typos.Camille GILLOT-9/+17
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-0/+41
2022-09-26address reviewb-naber-2/+2
2022-06-03Use the same message as type & const generics.Camille GILLOT-9/+9
2022-06-02Stop warning against unrelated labels.Camille GILLOT-67/+0
2022-06-02Bless tests.Camille GILLOT-683/+35
2022-05-20Move testsCaio-0/+29
2022-01-19Only suggest adding `!` to expressions that can be macro invocationEsteban Kuber-20/+8
2021-12-01Pretty print empty blocks as {}David Tolnay-1/+1
2021-11-18Move some tests to more reasonable directoriesCaio-0/+9
2021-11-06Move some tests to more reasonable directoriesCaio-0/+12
2021-10-28Add comments to hygiene testsMatthew Jasper-4/+37
2021-10-24Add more tests for cross-crate hygieneMatthew Jasper-0/+465
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-1/+15
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-1/+15
2021-10-15Bless testsCameron Steffen-54/+54
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