| Age | Commit message (Expand) | Author | Lines |
| 2023-07-13 | Rollup merge of #113553 - spastorino:smir-types-2, r=oli-obk | Matthias Krüger | -5/+7 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -2/+145 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -32/+5 |
| 2023-07-12 | Auto merge of #113569 - RalfJung:miri, r=oli-obk | bors | -77/+201 |
| 2023-07-12 | Auto merge of #113573 - lcnr:typeck-results, r=compiler-errors | bors | -15/+8 |
| 2023-07-11 | Rollup merge of #113595 - cchiw:object_consts, r=workingjubilee | Jubilee | -4/+3 |
| 2023-07-11 | Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillot | Jubilee | -38/+39 |
| 2023-07-11 | Use constants from object crate | Charisee | -4/+3 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -95/+464 |
| 2023-07-11 | fix handling of alignment for dyn-sized places | Ralf Jung | -4/+6 |
| 2023-07-11 | update Operand::Move docs | Ralf Jung | -4/+10 |
| 2023-07-11 | miri: protect Move() function arguments during the call | Ralf Jung | -69/+185 |
| 2023-07-11 | Auto merge of #113577 - matthiaskrgr:rollup-vaa83ip, r=matthiaskrgr | bors | -61/+407 |
| 2023-07-11 | Make Placeholder, GeneratorWitness*, Infer and Error unreachable on SMIR rust... | Santiago Pastorino | -5/+7 |
| 2023-07-11 | Rollup merge of #113560 - fmease:assoc-tys-in-traits-depr-wc-loc, r=compiler-... | Matthias Krüger | -16/+17 |
| 2023-07-11 | Rollup merge of #113497 - xSetech:mips_32_abi, r=davidtwco | Matthias Krüger | -2/+10 |
| 2023-07-11 | Rollup merge of #113310 - jieyouxu:dont-suggest-impl-trait-in-paths, r=lcnr | Matthias Krüger | -2/+10 |
| 2023-07-11 | Rollup merge of #112717 - celinval:stable-mir-rvalue-1, r=oli-obk | Matthias Krüger | -41/+370 |
| 2023-07-11 | Auto merge of #113470 - compiler-errors:new-solver-structurally-resolve-pat, ... | bors | -5/+9 |
| 2023-07-11 | While let suggestion will work for closure | yukang | -38/+39 |
| 2023-07-11 | remove unnecessary `Rc` | lcnr | -15/+8 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -0/+126 |
| 2023-07-11 | Auto merge of #113316 - DrMeepster:underefer_perf, r=oli-obk | bors | -124/+186 |
| 2023-07-10 | optimization round 2 | DrMeepster | -34/+96 |
| 2023-07-11 | Structurally resolve in pattern matching when peeling refs in new solver | Michael Goulet | -5/+9 |
| 2023-07-11 | Lint against misplaced where-clauses on assoc tys in traits | León Orell Valerian Liehr | -16/+17 |
| 2023-07-11 | Rollup merge of #113528 - workingjubilee:use-at-minsigstksz-in-rustc-signal-h... | Matthias Krüger | -5/+22 |
| 2023-07-11 | Rollup merge of #113523 - workingjubilee:reuse-const-inbounds-gep2, r=cuviper | Matthias Krüger | -14/+3 |
| 2023-07-10 | Fix another strange suggestion span | Michael Goulet | -2/+2 |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -2/+2 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -28/+1 |
| 2023-07-10 | Dynamically size sigaltstk in rustc | Jubilee Young | -5/+22 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -392/+73 |
| 2023-07-10 | Implement a few more rvalue translation to smir | Celina G. Val | -9/+317 |
| 2023-07-10 | Implement Stable for AssertMessage | Celina G. Val | -30/+37 |
| 2023-07-10 | Fix standalone build | Celina G. Val | -2/+16 |
| 2023-07-10 | Uplift `clippy::fn_null_check` to rustc | Urgau | -0/+124 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -23/+51 |
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -14/+3 |
| 2023-07-10 | Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwco | bors | -0/+2 |
| 2023-07-09 | Support explicit 32-bit MIPS ABI for the synthetic object | Seth Junot | -2/+10 |
| 2023-07-09 | Rollup merge of #111618 - cjgillot:name-return-place, r=tmiasko | Matthias Krüger | -2/+1 |
| 2023-07-09 | Auto merge of #113276 - Nilstrieb:rustix, r=Mark-Simulacrum | bors | -3/+0 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -392/+73 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -47/+66 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -15/+32 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -32/+34 |
| 2023-07-08 | Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgr | bors | -38/+90 |
| 2023-07-08 | Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obk | Matthias Krüger | -9/+63 |
| 2023-07-08 | Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obk | Matthias Krüger | -2/+2 |