| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Auto merge of #117848 - compiler-errors:method-ambiguity-no-rcvr, r=TaKO8Ki | bors | -0/+46 |
| 2023-11-15 | discard invalid spans in external blocks | bohan | -0/+67 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -0/+30 |
| 2023-11-14 | Rollup merge of #117893 - sjwang05:issue-52544-take-1, r=wesleywiser | Matthias Krüger | -0/+30 |
| 2023-11-14 | Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser | Matthias Krüger | -0/+25 |
| 2023-11-14 | Rollup merge of #116244 - estebank:issue-73497, r=b-naber | Matthias Krüger | -1/+13 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -0/+30 |
| 2023-11-14 | review + fix CI | lcnr | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -6/+6 |
| 2023-11-14 | Add guard checking for associated types before computing intercrate ambiguity... | Gavin Gray | -0/+2 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -0/+55 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -0/+55 |
| 2023-11-14 | Auto merge of #117856 - estebank:issue-66023, r=compiler-errors | bors | -0/+24 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -0/+39 |
| 2023-11-13 | Suggest lhs deref for binops | sjwang05 | -0/+30 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -0/+35 |
| 2023-11-13 | Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c... | Matthias Krüger | -0/+22 |
| 2023-11-13 | review comments: more targeted span setting approach | Esteban Küber | -0/+4 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -10/+18 |
| 2023-11-14 | Rollup merge of #117858 - compiler-errors:span, r=lcnr | Takayuki Maeda | -10/+18 |
| 2023-11-13 | Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwU | bors | -18/+18 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -18/+18 |
| 2023-11-13 | Auto merge of #117811 - MU001999:master, r=lcnr | bors | -0/+28 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -10/+18 |
| 2023-11-13 | Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Ki | bors | -0/+123 |
| 2023-11-13 | Always point at index span on index obligation failure | Esteban Küber | -0/+20 |
| 2023-11-13 | Turn assert_eq into a delay_span_bug | Mu001999 | -0/+28 |
| 2023-11-12 | Don't expect a rcvr in print_disambiguation_help | Michael Goulet | -0/+46 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -0/+51 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -20/+20 |
| 2023-11-12 | patterns: don't ice when encountering a raw str slice | Ralf Jung | -2/+19 |
| 2023-11-12 | Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead | bors | -86/+396 |
| 2023-11-12 | Reenable effects in libcore | Deadbeef | -2/+22 |
| 2023-11-12 | Deny more `~const` trait bounds | León Orell Valerian Liehr | -86/+396 |
| 2023-11-11 | Move unclosed delim errors to separate function | sjwang05 | -10/+4 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-11 | Reject defaultness on free consts | León Orell Valerian Liehr | -8/+36 |
| 2023-11-10 | Recurse over the method chain and maintain a stack to peek at previous receiv... | Swapna Iyer | -1/+50 |
| 2023-11-10 | Correctly handle while-let-chains | sjwang05 | -2/+49 |
| 2023-11-09 | Catch an edge case | sjwang05 | -1/+13 |
| 2023-11-09 | Catch stray { in let-chains | sjwang05 | -0/+70 |
| 2023-11-10 | Rollup merge of #117743 - sjwang05:issue-117720, r=estebank | Matthias Krüger | -0/+77 |
| 2023-11-09 | Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercote | bors | -0/+15 |
| 2023-11-09 | Emit #[inline] on derive(Debug) | Ben Kimock | -0/+15 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -0/+34 |
| 2023-11-09 | update overflow handling for norm, add test | lcnr | -0/+22 |
| 2023-11-09 | update tests | lcnr | -25/+69 |
| 2023-11-09 | Suggest fix for ; within let-chains | sjwang05 | -0/+77 |
| 2023-11-09 | Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov | Takayuki Maeda | -0/+21 |
| 2023-11-08 | generator layout: ignore fake borrows | lcnr | -0/+34 |