about summary refs log tree commit diff
path: root/src/test/ui/rust-2018
AgeCommit message (Expand)AuthorLines
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-10/+10
2019-08-09Deprecate `try!` macroBO41-1/+3
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-14/+7
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-8/+8
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-16/+16
2019-06-18Improve the explicit_outlives_requirements lintMatthew Jasper-413/+3194
2019-04-25Do not suggest use over extern crate w/ alias.David Wood-18/+20
2019-04-22Update ui testsvarkor-5/+0
2019-04-22Remove double trailing newlinesvarkor-5/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-6/+4
2019-04-12Stabilize the `alloc` crate.Simon Sapin-6/+4
2019-04-10clarify what the item is in "not a module" errorAndy Russell-1/+1
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-56/+10
2019-03-30Edit ui testsFabian Drinck-0/+1
2019-03-30Bless testsFabian Drinck-0/+46
2019-03-23Tweak spans for E0599Esteban Küber-3/+1
2019-03-16resolve: Account for new importable entitiesVadim Petrochenkov-0/+42
2019-03-11Update testsVadim Petrochenkov-40/+40
2019-03-09use structured suggestions for E0432Andy Russell-4/+7
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-2/+8
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-79/+24
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-31Address review commentsEsteban Küber-1/+1
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-1/+5
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-2/+4
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-26Fixed more tests.Alexander Regueiro-2/+4
2018-12-25Remove licensesMark Rousskov-690/+131
2018-12-24make non_camel_case_types an early lintAndy Russell-34/+46
2018-12-17Stabilize `underscore_imports`Vadim Petrochenkov-2/+2
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-4/+4
2018-12-04Update testsOliver Scherer-10/+10
2018-12-04syntax: `dyn` is a used keyword nowVadim Petrochenkov-4/+4
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+3
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+144
2018-11-28resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov-0/+21
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-6/+6
2018-11-27Remove duplicate tests for uniform pathsVadim Petrochenkov-312/+0
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-4/+63
2018-11-18resolve: Future-proof against imports referring to local variables and generi...Vadim Petrochenkov-0/+99
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-5/+5
2018-11-18resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-42/+38
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-22/+22
2018-11-18resolve: Recover "did you mean" suggestions in importsVadim Petrochenkov-8/+2