about summary refs log tree commit diff
path: root/src/test/ui/pub
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2021-02-11resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lintVadim Petrochenkov-22/+25
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-14/+14
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-7/+39
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-2/+2
2020-02-24parser: tweak unmatched wordingMazdak Farrokhzad-3/+3
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-2/+2
2020-02-13parser: introduce `parse_item_kind` as central `ItemInfo` logic.Mazdak Farrokhzad-5/+12
2019-10-29Change E0741 into E0742Guillaume Gomez-2/+2
2019-10-29Update ui testsGuillaume Gomez-2/+3
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+6
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-05-04Rollup merge of #60429 - estebank:pub-path, r=michaelwoeristerMazdak Farrokhzad-4/+17
2019-05-02Rollup merge of #59634 - DevQps:explain-E0704, r=estebankMazdak Farrokhzad-0/+1
2019-05-01Added the E0704 error with a link to the Rust reference.Christian-0/+1
2019-04-30Account for paths in incorrect pub qualifier helpEsteban Küber-4/+17
2019-04-19Remove assumption from recovery codeEsteban Küber-0/+16
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-03-11Update testsVadim Petrochenkov-11/+11
2018-12-25Remove licensesMark Rousskov-139/+19
2018-11-30Use appropriate terminology based on heuristicEsteban Küber-16/+34
2018-11-30Suggest an appropriate token when encountering `pub Ident<'a>`Esteban Küber-0/+47
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+210
2018-06-30in which the private/restricted-in-public error messaging gets specificZack M. Davis-0/+68
2018-06-19Update error code numbersEsteban Küber-5/+5
2018-06-19Add code to incorrect `pub` restriction errorEsteban Küber-4/+5
2018-02-26Update UI testsVadim Petrochenkov-8/+8
2018-01-07`struct` pattern parsing and diagnostic tweaksEsteban Küber-2/+2
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-1/+1
2017-11-24Do not attemt to continue parsing after `pub ident`Esteban Küber-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-16/+16
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-4/+4
2017-05-24Change error count messagesMichael Kohl-4/+4
2017-04-25Rebase and address commentsOliver Schneider-4/+4
2017-04-25Address PR commentsOliver Schneider-4/+4
2017-04-25Update affected testsOliver Schneider-14/+23
2017-03-22Add diagnostic for incorrect `pub (restriction)`Esteban Küber-0/+155