summary refs log tree commit diff
path: root/src/test/ui/try-block
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-4/+20
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-26/+23
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-26/+23
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+75
2021-02-17try-back-block-type test: Use TryFromSliceError for From testIan Jackson-8/+4
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-1/+1
2020-10-06Fix tests from rebaseMatthew Jasper-7/+15
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-1/+1
2020-10-03Run attributes check at crate levelGuillaume Gomez-2/+2
2020-09-07Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkovDylan DPC-0/+12
2020-09-02Allow try blocks as the argument to return expressionsScott McMurray-0/+12
2020-09-02pretty: trim paths of unique symbolsDan Aloni-23/+23
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-1/+1
2020-08-10Add missing primary labelEsteban Küber-1/+1
2020-08-10unused_delims: trim exprBastian Kauschke-1/+1
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-7/+37
2020-04-14allow try as scrutinee, e.g. `match try ...`Bastian Kauschke-15/+85
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-22Normalize wording of privacy access labelsEsteban Küber-1/+5
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-11-23Rework raw ident suggestionsEsteban Küber-5/+0
2019-11-18Surround types with backticks in type errorsEsteban Küber-4/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-12/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-3/+3
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-13Update ui testsGuillaume Gomez-0/+1
2019-10-01fix test after rebaseAlex Zatelepin-4/+14
2019-10-01address review commentsAlex Zatelepin-4/+4
2019-10-01add testsAlex Zatelepin-4/+108
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-3/+3
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+1
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-19Rollup merge of #60064 - estebank:issue-59980, r=varkorMazdak Farrokhzad-4/+4
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+3
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-2/+2
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-2/+2
2019-04-14Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-04-12Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebankMazdak Farrokhzad-0/+20
2019-04-10FeedbackKampfkarren-2/+2
2019-04-10Fix tests, I thinkKampfkarren-2/+3
2019-04-10Fix error brought up by changing tabs to spacesKampfkarren-1/+1
2019-04-10Adhere to tidy scriptKampfkarren-3/+3
2019-04-10Special error when using catch after tryKampfkarren-0/+19