about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-09-05Print more detailed trait-ref for intercrate ambiguity.Masaki Hara-1/+1
2017-09-05Fix a very subtle mistake in a ui test.Masaki Hara-0/+1
2017-09-05Add tests for intercrate ambiguity hints.Masaki Hara-0/+1
2017-09-03add error message for the other case tooAriel Ben-Yehuda-5/+7
2017-09-03on_unimplemented: add method-name checks and use them in TryAriel Ben-Yehuda-6/+40
2017-09-03address review commentsAriel Ben-Yehuda-22/+9
2017-09-03enable desugaring-sensitive error messages and use them in TryAriel Ben-Yehuda-6/+35
2017-09-03implement improved on_unimplemented directivesAriel Ben-Yehuda-3/+81
2017-09-03Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakisbors-8/+8
2017-09-02Auto merge of #44104 - llogiq:lowercase-lints, r=nikomatsakisbors-0/+41
2017-09-01rustc: take TyCtxt and RegionMaps in CodeMap::span.Eduard-Mihai Burtescu-1/+0
2017-08-31add a lowercase suggestion to unknown_lintsAndre Bogus-0/+41
2017-08-30rustc: Remove the `used_unsafe` field on TyCtxtAlex Crichton-8/+8
2017-08-30Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakisbors-1/+35
2017-08-29Check the substituted return type in return type suggestions.Ariel Ben-Yehuda-0/+30
2017-08-29remove the hacky selection impl in `method::probe`Ariel Ben-Yehuda-1/+5
2017-08-29Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakisbors-0/+73
2017-08-29Auto merge of #44059 - oli-obk:ok_suggestion, r=nikomatsakisbors-0/+64
2017-08-28Suggest `Ok(())` when encountering `Ok()`Oliver Schneider-0/+64
2017-08-28feature error span on attr. for fn_must_use, SIMD/align, macro reëxportZack M. Davis-0/+73
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-59/+365
2017-08-26Auto merge of #44098 - frewsxcv:rollup, r=frewsxcvbors-6/+7
2017-08-26Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichtonCorey Farwell-6/+7
2017-08-26Auto merge of #44081 - est31:master, r=eddybbors-0/+52
2017-08-25Fix a byte/char confusion issue in the error emitterest31-0/+52
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-44/+77
2017-08-25Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakisbors-53/+306
2017-08-23minor fixgaurikholkar-1/+1
2017-08-23code review fixesgaurikholkar-66/+6
2017-08-22hard feature-gate for #[must_use] on functionsZack M. Davis-6/+7
2017-08-22Fix fallout in tests.Jeffrey Seyfried-44/+38
2017-08-22Auto merge of #43854 - estebank:missing-cond, r=nikomatsakisbors-0/+39
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-19/+142
2017-08-21Auto merge of #43929 - oli-obk:use_placement, r=nrcbors-17/+82
2017-08-19Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkovbors-2/+2
2017-08-18Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkovbors-0/+58
2017-08-18Handle structs, unions and enums unsized field/variant separatelyGuillaume Gomez-2/+31
2017-08-17Fix more UI testsAlex Crichton-1/+1
2017-08-17Verify that an `if` condition block returns a valueEsteban Küber-4/+19
2017-08-17Check for `else` keyword on missing `if` conditionEsteban Küber-13/+1
2017-08-17Fix UI testsAlex Crichton-10/+2
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-38/+51
2017-08-17Point out missing if conditionalEsteban Küber-0/+36
2017-08-17Improve placement of `use` suggestionsOliver Schneider-17/+82
2017-08-17Update ui testsSeiichi Uchida-2/+2
2017-08-17Adding E0623 for structsgaurikholkar-53/+366
2017-08-16Auto merge of #43864 - GuillaumeGomez:static-method-invalid-use, r=eddybbors-0/+4
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-38/+47
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+1
2017-08-16Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1bors-0/+1