about summary refs log tree commit diff
path: root/tests/ui/range
AgeCommit message (Expand)AuthorLines
2025-09-08change end to lastJeremy Smart-4/+4
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-2/+2
2025-06-20Bless UI tests: do not print alternate implementors of `Step`Samuel Tardieu-10/+0
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-24/+0
2025-01-30std::rangePeter Jaszkowiak-7/+7
2024-12-09Provide diagnostic for `Struct(a, .., z)` expressionEsteban Küber-6/+19
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-18Fix #131471, range misleading field accessFalco Hirschenberger-0/+17
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-4/+24
2024-07-05add `new_range_api` for RFC 3550Peter Jaszkowiak-3/+3
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+180
2024-05-02Stabilize exclusive_rangeRoss Smyth-3/+2
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-4/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-10/+10
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-1/+1
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-10-11Fix range overflow checkingNadrieril-2/+2
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-16/+4
2023-09-16impl Step for IP addressesltdk-1/+1
2023-08-14Implement Step for AsciiCharltdk-1/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-4/+4
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-74/+102
2023-05-08Tweak borrow suggestionMichael Goulet-72/+96
2023-04-03Perform match checking on THIR.Camille GILLOT-16/+2
2023-03-08may not => cannotMichael Goulet-3/+3
2023-01-30Modify primary span label for E0308Esteban Küber-26/+26
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+39
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1254