about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-11-15Auto merge of #117848 - compiler-errors:method-ambiguity-no-rcvr, r=TaKO8Kibors-0/+46
2023-11-15discard invalid spans in external blocksbohan-0/+67
2023-11-15Auto merge of #117359 - tmiasko:call-def, r=cjgillotbors-0/+30
2023-11-14Rollup merge of #117893 - sjwang05:issue-52544-take-1, r=wesleywiserMatthias Krüger-0/+30
2023-11-14Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiserMatthias Krüger-0/+25
2023-11-14Rollup merge of #116244 - estebank:issue-73497, r=b-naberMatthias Krüger-1/+13
2023-11-14Fix def-use check for call terminatorsTomasz Miąsko-0/+30
2023-11-14review + fix CIlcnr-1/+1
2023-11-14finish `RegionKind` renamelcnr-6/+6
2023-11-14Add guard checking for associated types before computing intercrate ambiguity...Gavin Gray-0/+2
2023-11-14Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillotbors-0/+55
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-0/+55
2023-11-14Auto merge of #117856 - estebank:issue-66023, r=compiler-errorsbors-0/+24
2023-11-14Detect more `=>` typosEsteban Küber-0/+39
2023-11-13Suggest lhs deref for binopssjwang05-0/+30
2023-11-14Recover `dyn` and `impl` after `for<...>`Michael Goulet-0/+35
2023-11-13Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c...Matthias Krüger-0/+22
2023-11-13review comments: more targeted span setting approachEsteban Küber-0/+4
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-10/+18
2023-11-14Rollup merge of #117858 - compiler-errors:span, r=lcnrTakayuki Maeda-10/+18
2023-11-13Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwUbors-18/+18
2023-11-13rename `ReLateBound` to `ReBound`lcnr-18/+18
2023-11-13Auto merge of #117811 - MU001999:master, r=lcnrbors-0/+28
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-10/+18
2023-11-13Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Kibors-0/+123
2023-11-13Always point at index span on index obligation failureEsteban Küber-0/+20
2023-11-13Turn assert_eq into a delay_span_bugMu001999-0/+28
2023-11-12Don't expect a rcvr in print_disambiguation_helpMichael Goulet-0/+46
2023-11-12Note about object lifetime defaults in does not live long enough errorNilstrieb-0/+51
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-20/+20
2023-11-12patterns: don't ice when encountering a raw str sliceRalf Jung-2/+19
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-86/+396
2023-11-12Reenable effects in libcoreDeadbeef-2/+22
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-86/+396
2023-11-11Move unclosed delim errors to separate functionsjwang05-10/+4
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-11Reject defaultness on free constsLeón Orell Valerian Liehr-8/+36
2023-11-10Recurse over the method chain and maintain a stack to peek at previous receiv...Swapna Iyer-1/+50
2023-11-10Correctly handle while-let-chainssjwang05-2/+49
2023-11-09Catch an edge casesjwang05-1/+13
2023-11-09Catch stray { in let-chainssjwang05-0/+70
2023-11-10Rollup merge of #117743 - sjwang05:issue-117720, r=estebankMatthias Krüger-0/+77
2023-11-09Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercotebors-0/+15
2023-11-09Emit #[inline] on derive(Debug)Ben Kimock-0/+15
2023-11-09Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726bors-0/+34
2023-11-09update overflow handling for norm, add testlcnr-0/+22
2023-11-09update testslcnr-25/+69
2023-11-09Suggest fix for ; within let-chainssjwang05-0/+77
2023-11-09Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkovTakayuki Maeda-0/+21
2023-11-08generator layout: ignore fake borrowslcnr-0/+34