about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-25/+16
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-7/+10
2022-07-01Auto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r=Dylan-DPCbors-0/+150
2022-07-01Shorten def_span for more items.Camille GILLOT-25/+16
2022-07-01Rollup merge of #98644 - matthiaskrgr:drp_loc_span_err__2021_inc_clos_cap, r=...Dylan DPC-0/+150
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-2/+2
2022-06-29fix ICE with -Wrust-2021-incompatible-closure-capturesMatthias Krüger-0/+150
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-2/+2
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+3
2022-06-24Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...Yuki Okushi-0/+4
2022-06-22Uniform spans in dead code lint.Camille GILLOT-2/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+3
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-0/+4
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-10/+10
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-0/+5
2022-06-10Bless tests.Camille GILLOT-0/+5
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-8/+17
2022-06-02remove unnecessary changelcnr-8/+8
2022-06-02add new `emit_inference_failure_err`lcnr-30/+45
2022-05-29Ensure source file present when calculating max line numberYuki Okushi-0/+37
2022-05-06Remove previously deleted test filesJack Huey-31/+0
2022-04-30When encountering a binding that could be a const or unit variant, suggest th...Esteban Kuber-10/+10
2022-04-16Implementation for 65853Jack Huey-27/+88
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-1/+1
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-5/+5
2022-04-04Fix list lengthEsteban Kuber-0/+4
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+6
2022-03-31Specialize suggestion for Option<T>Michael Goulet-4/+4
2022-03-28Remove duplicated and unused test filesCaio-25/+0
2022-03-03Cleanup feature gates.Camille GILLOT-1/+1
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-32/+2891
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-22/+31
2022-01-18Make suggestions verboseNoah Lev-25/+47
2022-01-18Shorten and improve messagesNoah Lev-65/+33
2022-01-15Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasperbors-22/+14
2022-01-12Add line breaks to make message easier to readNoah Lev-7/+21
2022-01-12Split up very long messageNoah Lev-14/+17
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-12/+14
2022-01-11Deduplicate box deref and regular deref suggestionsMichael Goulet-3/+6
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-22/+14
2022-01-07Update clippy for associated item changesMatthew Jasper-18/+18
2021-12-03Update invalid crate attributes, add help messageTom Farmer-1/+13
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-6/+0
2021-10-15Bless testsCameron Steffen-2/+2
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-31/+32
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-7/+7
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-19/+16
2021-09-25Fix incorrect disambiguation suggestion for associated itemsFabian Wolff-7/+7