| Age | Commit message (Expand) | Author | Lines |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -108/+0 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+3 |
| 2023-11-18 | Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkov | bors | -2/+22 |
| 2023-11-18 | Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war... | bors | -4/+118 |
| 2023-11-18 | When a local binding shadows a fn, point at fn def in call failure | Esteban Küber | -0/+3 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -41/+6 |
| 2023-11-17 | Rollup merge of #117964 - estebank:issue-81232, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -38/+3 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -10/+56 |
| 2023-11-17 | Auto merge of #117993 - nnethercote:streamline-Linker, r=bjorn3 | bors | -1/+1 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -0/+71 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -25/+91 |
| 2023-11-17 | Rollup merge of #117998 - estebank:issue-88404, r=TaKO8Ki | Matthias Krüger | -0/+49 |
| 2023-11-17 | Rollup merge of #117688 - celinval:smir-kani-reach, r=compiler-errors | Matthias Krüger | -11/+21 |
| 2023-11-17 | Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -4/+118 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-17 | On resolve error of `[rest..]`, suggest `[rest @ ..]` | Esteban Küber | -0/+49 |
| 2023-11-17 | Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb | Matthias Krüger | -6/+69 |
| 2023-11-17 | Rollup merge of #117959 - estebank:issue-76086, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2023-11-17 | Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -108/+0 |
| 2023-11-16 | Fix code indentation | Esteban Küber | -1/+1 |
| 2023-11-16 | Add more APIs and fix `Instance::body` | Celina G. Val | -11/+21 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -0/+26 |
| 2023-11-16 | Add test for parens around match arm pattern and condition | Esteban Küber | -0/+63 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -6/+6 |
| 2023-11-16 | Move tests to subdirectory | Esteban Küber | -0/+0 |
| 2023-11-16 | Suggest replacing `Self` with the right type on type error | Esteban Küber | -0/+4 |
| 2023-11-16 | Point at impl self ty on type error involving `Self` | Esteban Küber | -1/+3 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -10/+56 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -0/+71 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -3/+3 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+2 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -0/+2 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+7 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -7/+7 |
| 2023-11-15 | Auto merge of #117848 - compiler-errors:method-ambiguity-no-rcvr, r=TaKO8Ki | bors | -0/+46 |
| 2023-11-15 | Auto merge of #117517 - klinvill:smir-projections, r=ouz-a | bors | -0/+173 |
| 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 | -25/+182 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -25/+182 |