summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2018-02-07Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar-0/+42
2018-02-07Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar-2/+1
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-3/+3
2018-02-05correct E0619 span re method call receivers whose type must be knownZack M. Davis-0/+42
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-2/+2
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-1/+5
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-6/+2
2018-02-01Minimize weird spans involving macro contextEsteban Küber-2/+2
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-2/+1
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-10/+2
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-1/+5
2018-01-15On E0283, point at method with the requirementsEsteban Küber-1/+5
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-4/+4
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-0/+53
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-6/+4
2018-01-03Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytmbors-2/+4
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-1/+1
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-2/+2
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+2
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-2/+2
2017-12-21Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkovGuillaume Gomez-14/+10
2017-12-19Use def span for associated function suggestionsEsteban Küber-14/+10
2017-12-19Point at def span in "missing in impl" errorEsteban Küber-52/+21
2017-12-18Tweak "unecessary unsafe block" error spansEsteban Küber-65/+22
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-38/+39
2017-12-14Point at var in short lived borrowsEsteban Küber-359/+404
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-206/+118
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-15/+15
2017-12-10Point at whole method call instead of argsEsteban Küber-15/+15
2017-12-10Update ui tests' line numbers.Tommy Ip-9/+9
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+4
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-5/+9
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-3/+3
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-3/+3
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-4/+4
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-297/+314
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-0/+3
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-3/+0
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-24/+0
2017-11-20address review commentsAlex Burka-4/+4
2017-11-19use -Z flag instead of env varAlex Burka-4/+4
2017-11-19update UI testsAlex Burka-4/+4
2017-11-18give better error messages when a cycle arisesNiko Matsakis-3/+0
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-24/+0
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-6/+0
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-0/+3
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-4/+4
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+8
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-10/+1
2017-11-08update ui test to new error messageMichael Hewson-5/+14