| Age | Commit message (Expand) | Author | Lines |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -81/+83 |
| 2023-03-26 | Rollup merge of #109621 - scottmcm:update-variantidx, r=compiler-errors | Matthias Krüger | -78/+80 |
| 2023-03-26 | Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa... | Matthias Krüger | -3/+3 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -9/+60 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -78/+80 |
| 2023-03-26 | transmute test | Michael Goulet | -2/+2 |
| 2023-03-25 | Still-further-specializable projections are ambiguous | Michael Goulet | -1/+1 |
| 2023-03-25 | Explain how we get to skip checking for cleanup blocks in the visitor | Ben Kimock | -0/+2 |
| 2023-03-25 | Auto merge of #109458 - Nilstrieb:smol-cute-little-bits, r=wesleywiser | bors | -5/+7 |
| 2023-03-25 | Auto merge of #109581 - matthiaskrgr:rollup-e8fi2vi, r=matthiaskrgr | bors | -342/+405 |
| 2023-03-25 | Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillot | bors | -134/+134 |
| 2023-03-25 | Rollup merge of #109568 - RalfJung:miri-raw-ptr-dyn, r=oli-obk | Matthias Krüger | -1/+9 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -33/+72 |
| 2023-03-25 | Rollup merge of #109539 - cjgillot:find-stability, r=b-naber | Matthias Krüger | -298/+305 |
| 2023-03-25 | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | -10/+19 |
| 2023-03-25 | Pass `tcx` directly | John Kåre Alsaker | -37/+26 |
| 2023-03-25 | Split the `if` to release the lock earlier | John Kåre Alsaker | -9/+14 |
| 2023-03-25 | Remove `DebugArg` | John Kåre Alsaker | -43/+5 |
| 2023-03-25 | Optimize `incremental_verify_ich` | John Kåre Alsaker | -49/+74 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -2/+19 |
| 2023-03-24 | Adjust documentation. | Camille GILLOT | -14/+18 |
| 2023-03-24 | miri: fix raw pointer dyn receivers | Ralf Jung | -1/+9 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -5/+16 |
| 2023-03-24 | Fix bad suggestion for clone/is_some in field init shorthand | yukang | -10/+19 |
| 2023-03-24 | Rollup merge of #109550 - Nathan-Fenner:nathanf/fixme-adjust-funcs, r=compile... | Matthias Krüger | -32/+30 |
| 2023-03-24 | Rollup merge of #109519 - bzEq:aix-llvm-c++, r=cuviper | Matthias Krüger | -0/+1 |
| 2023-03-24 | Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr | Matthias Krüger | -0/+28 |
| 2023-03-24 | Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnr | Matthias Krüger | -3/+7 |
| 2023-03-23 | Make helper functions private | Nathan Fenner | -32/+30 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -80/+288 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -14/+15 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -46/+44 |
| 2023-03-24 | Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwU | Matthias Krüger | -20/+55 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -80/+53 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -33/+72 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -180/+341 |
| 2023-03-23 | Separate find_*_stability. | Camille GILLOT | -117/+101 |
| 2023-03-23 | Extract parse_stability and parse_unstability. | Camille GILLOT | -205/+224 |
| 2023-03-23 | Use fulfillment in InferCtxt::evaluate_obligation | Michael Goulet | -30/+15 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -2/+12 |
| 2023-03-23 | Return nested obligations from canonical response var unification | Michael Goulet | -25/+38 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -80/+53 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -98/+40 |
| 2023-03-23 | Rollup merge of #109472 - MU001999:patch-3, r=eholk | Matthias Krüger | -7/+25 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -14/+28 |
| 2023-03-23 | Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholk | Matthias Krüger | -7/+2 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -2/+2 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -20/+139 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -32/+105 |