about summary refs log tree commit diff
path: root/src/test/ui/lint/invalid_value.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-676/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-11-25Use "must be init" instead of "must not be uninit" everywhereOli Scherer-11/+11
2022-11-25Add a `because` to errors derived from fieldsOli Scherer-12/+12
2022-11-25Don't show fields from other cratesOli Scherer-34/+4
2022-11-25Reinstate the previous compact form of "in this field" errorsOli Scherer-42/+21
2022-11-25Compute layout instead of manually procesisng the layout restriction attributesOli Scherer-0/+63
2022-11-25Print a trace through types to show how to get to the problematic typeOli Scherer-13/+36
2022-10-23Fix wrapped valid-range handling in ty_find_init_errorJosh Triplett-51/+62
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-25/+47
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-26make invalid_value lint a bit smarter around enumsRalf Jung-0/+611