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