summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-2/+2
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-2/+2
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-3/+3
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-2/+2
2024-11-02Trim output of E0277 in some casesEsteban Küber-3/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-4/+8
2024-10-30Actually do validation for poly trait refs with ? modifierMichael Goulet-13/+3
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-6/+6
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-6/+6
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-12/+15
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-6/+6
2024-10-15Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errorsbors-9/+0
2024-10-15Fix most ui tests on emscripten targetHood Chatham-9/+0
2024-10-15stabilize `-Znext-solver=coherence`lcnr-6/+2
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-4/+4
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-4/+4
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