summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-12-04Propagate all closure requirements to the callerMatthew Jasper-0/+42
2018-11-29resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov-0/+21
2018-11-29resolve: Extern prelude is for type namespace onlyVadim Petrochenkov-0/+8
2018-11-26 Rollup merge of #56053 - petrochenkov:absedihyg, r=nikomatsakis,alexcrichtonPietro Albini-329/+438
2018-11-26fix ICEF001-0/+27
2018-11-25resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-27/+73
2018-11-25resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...Vadim Petrochenkov-15/+39
2018-11-25resolve: Fallback to uniform paths in 2015 imports used from global 2018 editionVadim Petrochenkov-2/+88
2018-11-25resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-0/+106
2018-11-25Remove duplicate tests for uniform pathsVadim Petrochenkov-312/+0
2018-11-25resolve: Fix some more asserts in import validationVadim Petrochenkov-25/+61
2018-11-25resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov-3/+20
2018-11-22add compile-pass annotationNiko Matsakis-0/+2
2018-11-22add regression testNiko Matsakis-0/+13
2018-11-22Replace the ICEing on const fn loops with an errorOliver Scherer-0/+13
2018-11-22resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-0/+11
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-0/+67
2018-11-20Add a couple more testsVadim Petrochenkov-1/+31
2018-11-20Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-130/+2
2018-11-20Update stderr fileOliver Scherer-2/+2
2018-11-20Fix stability hole with `static _`Oliver Scherer-0/+33
2018-11-19Use non-short suggestion for parenthesised ..=varkor-2/+2
2018-11-19Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-2/+20
2018-11-19handle trait objects formed from traits with `Self::Foo: 'a` clausesNiko Matsakis-0/+17
2018-11-19remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-11-19Test for cast causing static promotion failure.David Wood-0/+21
2018-11-17Add a couple more tests + address review commentsVadim Petrochenkov-4/+154
2018-11-17resolve: Future-proof against imports referring to local variables and generi...Vadim Petrochenkov-0/+99
2018-11-17resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-174/+174
2018-11-17resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-52/+110
2018-11-17Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-15/+163
2018-11-17resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-56/+56
2018-11-17resolve: Recover "did you mean" suggestions in importsVadim Petrochenkov-12/+6
2018-11-17resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-63/+159
2018-11-17resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-3/+15
2018-11-17resolve: More precise determinacy tracking during import/macro resolutionVadim Petrochenkov-6/+6
2018-11-17resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-237/+275
2018-11-17resolve: Prohibit relative paths in visibilities on 2018 editionVadim Petrochenkov-0/+29
2018-11-15resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...Vadim Petrochenkov-1/+25
2018-11-15Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`Esteban Küber-0/+72
2018-11-12Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`Oliver Scherer-0/+74
2018-11-12Typecheck patterns of all match arms first, so we get types for bindings.Felix S. Klock II-0/+23
2018-11-10Regression test for issue 55552.Felix S. Klock II-0/+31
2018-11-10Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-11-07enforce unused-must-use lint in macrosAlex Burka-0/+31
2018-11-01Fix wrong validation clasisfication of `Option<&T>::Some` valuesOliver Scherer-0/+18
2018-10-31Fix an ICE in the min_const_fn analysisOliver Scherer-0/+23
2018-10-31Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-65/+18
2018-10-31Regression test for issue 55492.Felix S. Klock II-0/+224
2018-10-29back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-33/+2