about summary refs log tree commit diff
path: root/tests/ui/limits
AgeCommit message (Expand)AuthorLines
2025-08-30compiler: Include span of too huge array with `-Cdebuginfo=2`Martin Nordholts-3/+42
2025-08-28compiler: Include span of too huge enum with -Cdebuginfo=2Martin Nordholts-4/+14
2025-08-22ci: Begin running ui tests with `rust.debuginfo-level-tests=1`Martin Nordholts-1/+4
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-3/+4
2025-07-10cleaned up some testsKivooeo-9/+11
2025-07-01moved testsKivooeo-0/+49
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-3/+3
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-16/+13
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-3/+4
2025-02-28Shorten span of panic failures in const contextEsteban Küber-7/+3
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-6/+6
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-6/+3
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-17/+0
2024-09-20TL note: current means targetJubilee Young-20/+20
2024-09-20Normalize being an annoying little compile testJubilee Young-3/+5
2024-09-19Bless rustc_abi::obj_size_bound testsJubilee Young-1/+1
2024-09-19Keep object-size-dependent tests failingJubilee Young-1/+1
2024-09-19bless issue-56762.rs as huge-static.rsJubilee Young-6/+9
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-7/+7
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-29/+29
2023-11-24Manual find replace updatesNilstrieb-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-9/+9
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+1
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-2/+2
2023-09-12cleanup leftovers of const_err lintRalf Jung-8/+12
2023-07-29cg_llvm: remove pointee types and pointercast/bitcast-of-ptrErik Desjardins-0/+1
2023-07-05Remove some unnecessary normalizationBen Kimock-42/+9
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-8/+0
2023-01-18i am freeBoxy-3/+3
2023-01-18defer array len printing to const arg printingBoxy-5/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+341