about summary refs log tree commit diff
path: root/src/test/ui/mut
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-321/+0
2023-01-01Verbose suggestionsEsteban Küber-10/+17
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-2/+5
2022-04-16Implementation for 65853Jack Huey-4/+10
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-0/+6
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-6/+0
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-2/+4
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-3/+3
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-3/+3
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+5
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-1/+1
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-1/+1
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-1/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
2020-02-25check_pat_ref: use pattern_causeMazdak Farrokhzad-0/+6
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-11/+11
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-10/+10
2019-11-18Update ui testsGuillaume Gomez-0/+2
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-5/+3
2019-04-22update tests for migrate mode by defaultMatthew Jasper-144/+21
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-8/+3
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-11/+11
2019-03-11Update NLL testsVadim Petrochenkov-2/+2
2019-03-11Update testsVadim Petrochenkov-6/+6
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-3/+1
2018-12-25Remove licensesMark Rousskov-113/+23
2018-12-24make non_camel_case_types an early lintAndy Russell-12/+12
2018-10-05Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakisPietro Albini-0/+8
2018-10-03Clearer later use messages for callsMatthew Jasper-1/+1
2018-10-03Only warn about unused `mut` in user-written codevarkor-0/+8
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-15/+17
2018-08-19move tests to borrowck directory, remove feature(nll)Niko Matsakis-14/+8
2018-08-15Updated the most glaring instances of weak tests w.r.t. NLL that came from #5...Felix S. Klock II-2/+20
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+489