| Age | Commit message (Expand) | Author | Lines |
| 2024-04-22 | Auto merge of #124236 - matthiaskrgr:n-ice, r=jieyouxu | bors | -0/+62 |
| 2024-04-22 | Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril | bors | -0/+27 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -1/+16 |
| 2024-04-21 | Use sup instead of eq when unifying self type | Michael Goulet | -69/+46 |
| 2024-04-21 | Restore error messaging | Michael Goulet | -8/+6 |
| 2024-04-21 | Normalize xform_ret_ty after constrained | Michael Goulet | -24/+5 |
| 2024-04-21 | Use fulfillment, not evaluate, during method probe | Michael Goulet | -105/+184 |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -0/+643 |
| 2024-04-21 | add test for ICE caused by using feature(generic_const_exprs) #114463 | Matthias Krüger | -0/+29 |
| 2024-04-21 | add test for ice #121463 | Matthias Krüger | -0/+33 |
| 2024-04-21 | add test for #121413 | Matthias Krüger | -0/+62 |
| 2024-04-21 | Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu | Matthias Krüger | -0/+0 |
| 2024-04-21 | Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillot | Matthias Krüger | -0/+643 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -0/+4 |
| 2024-04-21 | crashes: add a couple more ICE tests | Matthias Krüger | -0/+62 |
| 2024-04-21 | Move some tests | Caio | -0/+0 |
| 2024-04-21 | Update tests after 123949 | Scott McMurray | -82/+0 |
| 2024-04-21 | InstSimplify `from_raw_parts(p, ())` → `p as _` | Scott McMurray | -40/+13 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -18/+234 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+200 |
| 2024-04-21 | Add a mir-opt test for `byte_add` on pointers | Scott McMurray | -0/+248 |
| 2024-04-21 | Add a MIR pre-codegen test for Vec::deref | Scott McMurray | -0/+41 |
| 2024-04-21 | New slice indexing pre-codegen MIR test | Scott McMurray | -0/+47 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -0/+28 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -0/+4 |
| 2024-04-21 | Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=Nadrieril | Guillaume Gomez | -17/+19 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -1/+1 |
| 2024-04-21 | Fix ICE when there is a non-Unicode entry in the incremental crate directory | beetrees | -0/+27 |
| 2024-04-21 | Allow nesting subdiagnostics | Xiretza | -0/+10 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -2/+2 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -8/+2 |
| 2024-04-21 | Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt | bors | -0/+16 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -0/+16 |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -153/+154 |
| 2024-04-20 | Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -15/+385 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+29 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -5/+5 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -14/+16 |
| 2024-04-20 | Test or-patterns inside deref patterns | Nadrieril | -1/+13 |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -0/+26 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -23/+23 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -62/+62 |
| 2024-04-20 | Address closure-related review | Nadrieril | -0/+21 |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -0/+15 |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -2/+2 |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -6/+174 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -0/+29 |
| 2024-04-20 | Move duplicated code in functions in `tests/rustdoc-gui/notable-trait.goml` | Guillaume Gomez | -119/+89 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -153/+154 |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -1/+656 |