about summary refs log tree commit diff
path: root/src/test/ui/rust-2018/uniform-paths
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-757/+0
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-06-14suggest adding a `#[macro_export]` to a private macroTakayuki Maeda-4/+4
2022-03-03Cleanup feature gates.Camille GILLOT-4/+2
2021-12-01Improve suggestion for extern crate self error messageMichael-4/+20
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-2/+2
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-4/+4
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-10/+20
2021-10-17Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisaMatthias Krüger-0/+66
2021-10-15Bless testsCameron Steffen-2/+2
2021-10-10ty::pretty: prevent infinite recursion for `extern crate` paths.Eduard-Mihai Burtescu-0/+66
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-01-09Update testsVadim Petrochenkov-3/+42
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-4/+4
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-10/+10
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-14/+7
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-4/+4
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-10clarify what the item is in "not a module" errorAndy Russell-1/+1
2019-03-16resolve: Account for new importable entitiesVadim Petrochenkov-0/+42
2019-03-11Update testsVadim Petrochenkov-13/+13
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-66/+14
2019-01-12resolve: Prohibit use of imported tool modulesVadim Petrochenkov-6/+44
2019-01-12resolve: Prohibit use of imported non-macro attributesVadim Petrochenkov-4/+23
2019-01-12resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` itemsVadim Petrochenkov-40/+13
2018-12-29Auto merge of #57181 - petrochenkov:impice3, r=estebankbors-0/+12
2018-12-29resolve: Fix another ICE in import validationVadim Petrochenkov-0/+12
2018-12-28resolve: Fix an ICE in import validationVadim Petrochenkov-0/+33
2018-12-25Remove licensesMark Rousskov-88/+18
2018-12-24make non_camel_case_types an early lintAndy Russell-26/+37
2018-12-17Stabilize `underscore_imports`Vadim Petrochenkov-1/+1
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-6/+6
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-0/+59
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-1/+1
2018-11-18resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-39/+33
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-0/+154
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-12/+12
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-33/+101
2018-11-18resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-0/+12
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-36/+58
2018-09-15rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.Eduard-Mihai Burtescu-0/+38
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-0/+32
2018-09-06rustc_resolve: allow `use crate_name;` under `uniform_paths`.Eduard-Mihai Burtescu-31/+0
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-21/+92
2018-08-14rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...Eduard-Mihai Burtescu-0/+36
2018-08-14rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...Eduard-Mihai Burtescu-0/+172