| Age | Commit message (Expand) | Author | Lines |
| 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 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -54/+148 |
| 2024-04-21 | Fix ICE when there is a non-Unicode entry in the incremental crate directory | beetrees | -17/+19 |
| 2024-04-21 | Move "elided lifetime in path" to subdiagnostic struct | Xiretza | -34/+41 |
| 2024-04-21 | Fix source ordering of IntoDiagArg impls | Xiretza | -30/+30 |
| 2024-04-21 | Allow nesting subdiagnostics | Xiretza | -12/+26 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -39/+39 |
| 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 | Fix documentation of `BorrowKind::Fake` | Nadrieril | -3/+3 |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -28/+30 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -70/+166 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -117/+144 |
| 2024-04-20 | Address closure-related review | Nadrieril | -1/+14 |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -15/+33 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -7/+10 |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -2/+12 |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -33/+85 |
| 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 | Fixup `rustc_codegen_gcc` test signature | Maybe Waffle | -4/+5 |
| 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-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -38/+38 |
| 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 | Prevent creating the same `Instance::mono` multiple times | Guillaume Gomez | -3/+4 |
| 2024-04-19 | Auto merge of #124170 - matthiaskrgr:rollup-ldopl64, r=matthiaskrgr | bors | -16/+32 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -5/+9 |
| 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 | Don't fatal when calling expect_one_of when recovering arg in parse_seq | Michael Goulet | -0/+1 |
| 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 |