| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -10/+235 |
| 2024-04-21 | Rollup merge of #124224 - bvanjoi:cleanup, r=fmease | Matthias Krüger | -2/+2 |
| 2024-04-21 | Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillot | Matthias Krüger | -8/+233 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -29/+21 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -3/+3 |
| 2024-04-21 | Address PR feedback | Scott McMurray | -15/+12 |
| 2024-04-21 | Also handle AggregateKind::RawPtr in cg_cranelift | Scott McMurray | -0/+30 |
| 2024-04-21 | InstSimplify `from_raw_parts(p, ())` → `p as _` | Scott McMurray | -1/+35 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -2/+48 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -1/+38 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -3/+84 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -1/+13 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -2/+2 |
| 2024-04-21 | cleanup: unnecessary clone during lower generics args | bohan | -2/+2 |
| 2024-04-21 | Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=Nadrieril | Guillaume Gomez | -21/+50 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -4/+5 |
| 2024-04-20 | Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -224/+178 |
| 2024-04-20 | Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -8/+13 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+19 |
| 2024-04-20 | merge two impl blocks | Lukas Markeffsky | -2/+0 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -7/+29 |
| 2024-04-20 | remove `InferCtxt::clear_caches` | Lukas Markeffsky | -12/+0 |
| 2024-04-20 | include ParamEnv in projection cache key | Lukas Markeffsky | -13/+19 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -14/+21 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -2/+19 |
| 2024-04-20 | Auto merge of #124190 - RalfJung:pat-compare-with-fast-path, r=Nadrieril | bors | -5/+8 |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -62/+1079 |
| 2024-04-20 | Rollup merge of #124104 - compiler-errors:parent-generic-use, r=oli-obk | Matthias Krüger | -7/+30 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -55/+1049 |
| 2024-04-20 | Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung | bors | -1/+4 |
| 2024-04-19 | Give a name to each distinct manipulation of pretty-printer FixupContext | David Tolnay | -153/+106 |
| 2024-04-19 | Move pretty-printer FixupContext to a module | David Tolnay | -74/+75 |
| 2024-04-20 | PatRangeBoundary::compare_with: als add a fast-path for signed integers | Ralf Jung | -5/+8 |
| 2024-04-20 | Auto merge of #124166 - oli-obk:define_opaque_types11, r=compiler-errors | bors | -1/+1 |
| 2024-04-20 | Disable SimplifyToExp in MatchBranchSimplification | DianQK | -1/+4 |
| 2024-04-19 | Auto merge of #124170 - matthiaskrgr:rollup-ldopl64, r=matthiaskrgr | bors | -16/+32 |
| 2024-04-19 | Fix capturing duplicated lifetimes via parent | Michael Goulet | -7/+30 |
| 2024-04-19 | Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -6/+9 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -152/+211 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -3/+240 |
| 2024-04-19 | Let inherent associated types constrain opaque types during projection | Oli Scherer | -1/+1 |
| 2024-04-19 | avoid PartialOrd on ScalarInt | Ralf Jung | -13/+24 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -72/+78 |
| 2024-04-19 | Correctly change type when adding adjustments on top of `NeverToAny` | Maybe Waffle | -10/+23 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -41/+779 |
| 2024-04-19 | Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubilee | bors | -151/+442 |
| 2024-04-18 | Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors | Jubilee | -2/+14 |
| 2024-04-18 | Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet | Jubilee | -0/+37 |
| 2024-04-18 | Rollup merge of #123980 - WaffleLapkin:graph-average-refactor, r=wesleywiser | Jubilee | -70/+265 |