about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-10-20Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obkMatthias Krüger-5/+42
2022-10-20Rollup merge of #103281 - thomcc:long-overdue, r=jyn514Matthias Krüger-3/+3
2022-10-20Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obkMatthias Krüger-0/+16
2022-10-20Improve "`~const` is not allowed here" messageDeadbeef-5/+42
2022-10-20Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgrbors-1/+55
2022-10-20Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8KiMatthias Krüger-0/+54
2022-10-20Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandryMatthias Krüger-1/+1
2022-10-20Auto merge of #103220 - compiler-errors:deny-infers, r=lcnrbors-22/+22
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-3/+3
2022-10-20Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillotbors-0/+23
2022-10-20Adjusting test to needs-unwind, with linking issueAndrew Pollack-1/+1
2022-10-20Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726bors-25/+65
2022-10-19Erase regions before checking for default in uninitialized binding errorMichael Goulet-0/+54
2022-10-19Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-0/+23
2022-10-19Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnrMatthias Krüger-5/+27
2022-10-19Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiserMatthias Krüger-0/+213
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-22/+22
2022-10-19Allow #[unstable] impl for fn() -> UnstableType.Mara Bos-0/+3
2022-10-19Add test for #[unstable] impl for fn() -> !.Mara Bos-1/+13
2022-10-19Auto merge of #103228 - Dylan-DPC:rollup-31yiauw, r=Dylan-DPCbors-44/+135
2022-10-19Add test.Mara Bos-4/+11
2022-10-19Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726Dylan DPC-0/+11
2022-10-19Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obkDylan DPC-12/+12
2022-10-19Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiserDylan DPC-6/+18
2022-10-19Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r...Dylan DPC-26/+94
2022-10-19Auto merge of #103180 - ferrocene:pa-qemu-user-mode, r=Mark-Simulacrumbors-4/+18
2022-10-19Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorinoMatthias Krüger-3/+49
2022-10-19Use already checked RHS ty for LHS deref suggestionsMichael Goulet-0/+213
2022-10-19instantiate -> constructMichael Goulet-12/+12
2022-10-19fix `SelfVisitor::is_self_ty` ICETakayuki Maeda-0/+16
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-21/+48
2022-10-19Standardize arg suggestions between typeck and trait selectionMichael Goulet-3/+3
2022-10-19Suggest calling ctor when trait is unimplementedMichael Goulet-0/+41
2022-10-18Consider patterns in fn params in an `Elided(Infer)` lifetime rib.Camille GILLOT-0/+11
2022-10-18Clean up query descriptionsnils-12/+12
2022-10-18Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwcoYuki Okushi-71/+36
2022-10-18Rollup merge of #103142 - fmease:fix-103052, r=oli-obkYuki Okushi-3/+63
2022-10-18Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandryYuki Okushi-2/+9
2022-10-18handle core dumps output in qemu user modePietro Albini-4/+18
2022-10-18Fix `TyKind::is_simple_path`.Nicholas Nethercote-0/+44
2022-10-18Tweak `deriving-all-codegen.rs`.Nicholas Nethercote-3/+5
2022-10-17Stabilize asm_symAmanieu d'Antras-71/+36
2022-10-17Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnrMatthias Krüger-0/+61
2022-10-17Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnrMatthias Krüger-10/+267
2022-10-17Make diagnostic for unsatisfied Termination bounds more preciseLeón Orell Valerian Liehr-3/+63
2022-10-17Auto merge of #103116 - TaKO8Ki:fix-103053, r=lcnrbors-0/+32
2022-10-17trivial fix for comments feedbackyukang-10/+10
2022-10-16Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgrbors-24/+59
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-6/+18
2022-10-16Rollup merge of #103089 - cjgillot:automatic-structural-eq, r=oli-obkMatthias Krüger-24/+59