| Age | Commit message (Expand) | Author | Lines |
| 2024-03-18 | Rollup merge of #122656 - RalfJung:simplify-cfg, r=compiler-errors | Matthias Krüger | -6/+9 |
| 2024-03-18 | Rollup merge of #122654 - RalfJung:interpret-comment, r=matthiaskrgr | Matthias Krüger | -0/+2 |
| 2024-03-18 | Rollup merge of #122639 - omahs:patch-2, r=estebank | Matthias Krüger | -2/+2 |
| 2024-03-18 | Auto merge of #121652 - estebank:move-in-loop-break-condition, r=Nadrieril | bors | -5/+257 |
| 2024-03-18 | Auto merge of #122627 - RalfJung:collector-stack-space, r=compiler-errors | bors | -4/+8 |
| 2024-03-17 | Move `suggest_hoisting_call_outside_loop` out of `suggest_cloning` | Esteban Küber | -6/+3 |
| 2024-03-17 | Move `Visitor` impl out to the `mod` level | Esteban Küber | -22/+22 |
| 2024-03-17 | Point at `continue` and `break` that might be in the wrong place | Esteban Küber | -33/+130 |
| 2024-03-17 | Detect when move of `!Copy` value occurs within `loop` and should likely not ... | Esteban Küber | -3/+161 |
| 2024-03-17 | simplify_cfg: rename some passes so that they make more sense | Ralf Jung | -6/+9 |
| 2024-03-17 | interpret/memory: explain why we use == on bool | Ralf Jung | -0/+2 |
| 2024-03-17 | Rollup merge of #122636 - matthiaskrgr:compl3, r=compiler-errors | Matthias Krüger | -11/+4 |
| 2024-03-17 | Rollup merge of #122578 - jieyouxu:guard-decorate, r=fee1-dead | Matthias Krüger | -2/+16 |
| 2024-03-17 | Guard decorate on when not to skip instead | 许杰友 Jieyou Xu (Joe) | -7/+4 |
| 2024-03-17 | Invoke decorate when error level is beyond warning, including error | 许杰友 Jieyou Xu (Joe) | -7/+16 |
| 2024-03-17 | Only invoke `decorate` if the diag can eventually be emitted | 许杰友 Jieyou Xu (Joe) | -2/+10 |
| 2024-03-17 | collector: move ensure_sufficient_stack out of the loop | Ralf Jung | -4/+8 |
| 2024-03-17 | fix typo | omahs | -1/+1 |
| 2024-03-17 | fix typo | omahs | -1/+1 |
| 2024-03-17 | Rollup merge of #122633 - matthiaskrgr:col, r=fmease | Matthias Krüger | -4/+1 |
| 2024-03-17 | Rollup merge of #121236 - long-long-float:rust-fix-consider-slicing, r=Nadrieril | Matthias Krüger | -13/+27 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -11/+4 |
| 2024-03-17 | avoid unnecessary collect() | Matthias Krüger | -4/+1 |
| 2024-03-17 | Don't show suggestion if slice pattern is enclosed by any patterns | long-long-float | -13/+27 |
| 2024-03-17 | Rollup merge of #122608 - Urgau:check-cfg-move-diagnostic-logic, r=fmease | Matthias Krüger | -274/+282 |
| 2024-03-17 | Rollup merge of #122574 - cuviper:llvm-oom, r=nikic | Matthias Krüger | -3/+26 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -17/+29 |
| 2024-03-16 | Move check-cfg diagnostic logic into it's own module | Urgau | -274/+282 |
| 2024-03-16 | Rollup merge of #122605 - osiewicz:metadata-register-crate-store-crate-name-i... | León Orell Valerian Liehr | -1/+2 |
| 2024-03-16 | Rollup merge of #122577 - fmease:speculative-say-what, r=compiler-errors | León Orell Valerian Liehr | -58/+48 |
| 2024-03-16 | Rollup merge of #122564 - Bryanskiy:delegation-fixes, r=compiler-errors | León Orell Valerian Liehr | -8/+6 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -26/+105 |
| 2024-03-16 | Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite... | León Orell Valerian Liehr | -0/+1 |
| 2024-03-16 | Rollup merge of #117918 - daxpedda:wasm-c-abi-warning, r=workingjubilee | León Orell Valerian Liehr | -1/+82 |
| 2024-03-16 | rustc-metadata: Store crate name in self-profile of metadata_register_crate | Piotr Osiewicz | -1/+2 |
| 2024-03-16 | Delegation: fix ICE on duplicated associative items | Bryanskiy | -8/+6 |
| 2024-03-16 | Merge commit '4cf4ffc6ba514f171b3f52d1c731063e4fc45be3' into sync_cg_clif-202... | bjorn3 | -30/+83 |
| 2024-03-16 | Auto merge of #122309 - g-yziquel:issue-122262, r=saethlin | bors | -2/+8 |
| 2024-03-16 | Add `wasm_c_abi` `future-incompat` lint | daxpedda | -1/+82 |
| 2024-03-16 | Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko | bors | -41/+82 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -15/+146 |
| 2024-03-16 | Remove obsolete parameter `speculative` from `instantiate_poly_trait_ref` | León Orell Valerian Liehr | -58/+48 |
| 2024-03-15 | Install the bad-alloc handler before fatal errors | Josh Stone | -1/+1 |
| 2024-03-15 | Aggressively ignore write errors during bad-alloc | Josh Stone | -3/+3 |
| 2024-03-15 | Register LLVM handlers for bad-alloc / OOM | Josh Stone | -3/+26 |
| 2024-03-15 | Issue 122262: MAP_PRIVATE for more reliability on virtualised filesystems. | Guillaume Yziquel | -2/+8 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -71/+262 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -21/+21 |
| 2024-03-15 | Rollup merge of #122543 - WaffleLapkin:never-flags, r=compiler-errors | Matthias Krüger | -34/+111 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -16/+130 |