about summary refs log tree commit diff
path: root/tests/ui/range
AgeCommit message (Collapse)AuthorLines
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
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
This function is now used to check `#[panic_handler]`, `start` lang item, `main`, `#[start]` and intrinsic functions. The diagnosis produced are now closer to the ones produced by trait/impl method signature mismatch.
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
The previous output was unintuitive to users.
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+39
Fix #68972.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1254