about summary refs log tree commit diff
path: root/src/test/ui/unboxed-closures
AgeCommit message (Expand)AuthorLines
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-2/+5
2021-08-16Use note to point at bound introducing requirementEsteban Küber-36/+62
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-2/+5
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2021-05-12Bless testsGiacomo Stevanato-8/+8
2021-05-11improve diagnosts for GATsb-naber-37/+37
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+19
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-0/+72
2021-02-16Move some tests to more reasonable directoriesCaio-0/+72
2021-02-09Report "nice" placeholder errors more oftenMatthew Jasper-16/+14
2021-01-25Point to span of upvar making closure FnMut1000teslas-2/+10
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-27/+163
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-1/+6
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-27/+163
2020-10-29Make anonymous binders start at 0Jack Huey-2/+2
2020-10-27Bless issue-53448 testSantiago Pastorino-1/+1
2020-10-09Add a regression test for issue-53448Yuki Okushi-0/+35
2020-09-02pretty: trim paths of unique symbolsDan Aloni-30/+30
2020-08-23Prefer https link for wikipedia URLsLzu Tao-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-07-28Make closures and generators a must use typesTomasz Miąsko-2/+3
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-2/+12
2020-06-23Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasperManish Goregaokar-123/+75
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-12/+2
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-123/+75
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-2/+12
2020-05-29liveness: Warn about unused captured variablesTomasz Miąsko-5/+51
2020-04-22Revert old span changeEsteban Küber-5/+5
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-2/+2
2020-04-08Small tweaks to required bound spanEsteban Küber-18/+18
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-16/+16
2020-02-09--bless --compare-mode=nllMatthias Prechtl-4/+5
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-6/+2
2020-02-05review commentsEsteban Küber-1/+1
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-1/+1
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-1/+5
2020-02-03Tweak borrow error on `FnMut` when `Fn` is expectedEsteban Küber-16/+16
2020-01-19review commentsEsteban Küber-1/+1
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-1/+10
2020-01-12Add backticks in appropriate placesvarkor-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-12-24Use structured suggestion for bad `Fn` traitsEsteban Küber-4/+2
2019-12-24Fix case in `associated-type-projection-from-multiple-supertraits.rs`Esteban Küber-2/+2
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-7/+9
2019-11-27Simplify `mem_categorization`Matthew Jasper-1/+1
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-1/+1
2019-11-18fix rebaseEsteban Küber-24/+0
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-0/+24