about summary refs log tree commit diff
path: root/src/test/ui/unboxed-closures
AgeCommit message (Expand)AuthorLines
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
2019-11-18Update ui testsGuillaume Gomez-1/+4
2019-11-16Fix nll testYuki Okushi-0/+8
2019-11-15Fix test case and issue numberYuki Okushi-60/+30
2019-11-13Add test for issue-30904Yuki Okushi-0/+60
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-0/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-60/+0
2019-09-22Point at correct span for parenthesized typesEsteban Küber-19/+19
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-18/+18
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-0/+1
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-32/+32
2019-09-12update ui testsGuillaume Gomez-0/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-92/+54
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1016
2019-07-22Bless output of test unboxed-closures/unboxed-closures-failed-recursive-fn-1....lqd-0/+60
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-8/+8
2019-06-01Account for cases where we can find the type arg name, but the local name is `_`Esteban Küber-1/+1
2019-06-01review comment: tweak wordingEsteban Küber-2/+2
2019-05-31Tweak wordingEsteban Küber-1/+1
2019-05-31On type inference errors use the type argument name when possibleEsteban Küber-1/+1
2019-05-31Alternative wording for inference failureEsteban Küber-2/+2
2019-05-31Add more detail to type inference errorEsteban Küber-2/+2