about summary refs log tree commit diff
path: root/src/test/ui/trivial-bounds
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-885/+0
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-4/+10
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-05-12Add tests.Camille GILLOT-0/+163
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-6/+0
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-36/+36
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-2/+6
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-1/+1
2021-08-16Use note to point at bound introducing requirementEsteban Küber-2/+5
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-3/+4
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-3/+6
2020-09-29Say "doesn't" instead of "wouldn't" in convert messageCamelid-1/+1
2020-09-29Add article after "to"Camelid-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-18/+18
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-1/+0
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+10
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-02-28keep predicate order and tweak outputEsteban Küber-3/+5
2020-02-28Tweak wordingEsteban Küber-1/+1
2020-02-28Mention the full path of the implementing traitEsteban Küber-1/+1
2020-02-28On single local candidate, use span labelEsteban Küber-2/+3
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-1/+1
2020-01-25Don't use spaces before type ascription like colonsOliver Scherer-3/+3
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-13Add "--emit=link"Aaron Hill-1/+1
2020-01-13Convert test to check-passAaron Hill-4/+2
2020-01-13Don't run const propagation on items with inconsistent boundsAaron Hill-0/+6
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-35/+47
2019-10-28Use structured suggestion for unnecessary bounds in type aliasesEsteban Küber-1/+4
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+1
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-4/+4
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-11/+5
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-6/+6
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-10/+10
2019-05-03Reword casting messageEsteban Küber-1/+1
2019-04-29Suggest try_into when possibleEsteban Küber-0/+4
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-26/+7
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update NLL testsVadim Petrochenkov-2/+2
2019-03-11Update testsVadim Petrochenkov-13/+13
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-25Remove licensesMark Rousskov-170/+50
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-20/+0
2018-10-17Update output for borrowck=migrate compare mode.David Wood-0/+20