about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-1/+1
2024-10-04Use wide pointers consistenly across the compilerUrgau-2/+2
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+1
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-17/+17
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-12/+12
2024-09-26Make new information notes instead of labelsJonathan Birk-15/+15
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-17/+17
2024-09-22Don't call const normalize in error reportingMichael Goulet-26/+26
2024-09-13Update tests for hidden references to mutable staticObei Sideg-45/+34
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-2/+6
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-2/+6
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-0/+5
2024-09-05stabilize `-Znext-solver=coherence`lcnr-6/+2
2024-08-28Suggest the struct variant pattern syntax on usage of unit variant pattern fo...tunawasabi-0/+5
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-0/+5
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-6/+3
2024-08-21Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnrMatthias Krüger-0/+25
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-1/+1
2024-08-11Add more information link to orphan implsJonathan Birk-3/+6
2024-08-08Detect `*` operator on `!Sized` expressionEsteban Küber-0/+5
2024-08-06bump conflicting_repr_hints lint to be shown in dependenciesRalf Jung-0/+25
2024-08-05WF-check struct field types at construction siteNoah Lev-1/+25
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-4/+25
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-07-30Adjust orphan note in testsJonathan Birk-3/+3
2024-07-30Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errorsMatthias Krüger-2/+7
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-1/+1
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-2/+11
2024-07-22Revert suggestion verbosity changeEsteban Küber-25/+12
2024-07-22Change suggestion message wordingEsteban Küber-4/+4
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-12/+25
2024-07-19More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait`Esteban Küber-2/+2
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-13/+22
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-1/+1
2024-07-18Tweak "field not found" suggestion when giving struct literal for tuple struc...Esteban Küber-4/+4
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-9/+18
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-1/+1
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-4/+25
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-2/+12
2024-07-14Use ordinal number in argument errorlong-long-float-1/+1
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-12/+17
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-2/+12
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-2/+2
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-15/+29
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-07-10Improve error messageMichael Goulet-4/+6
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-2/+9
2024-07-10Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmeaseMatthias Krüger-3/+3
2024-07-10elaborate unknowable goalslcnr-2/+7