about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-17make PassMode::Cast consistently copy between Rust/ABI representationErik Desjardins-44/+56
2024-03-17make CastTarget::size and CastTarget::llvm_type consistent, removeErik Desjardins-39/+38
2024-03-17sparc64: fix crash in ABI code for { f64, f32 } structErik Desjardins-6/+8
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-17/+29
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-2/+29
2024-03-16Move check-cfg diagnostic logic into it's own moduleUrgau-274/+282
2024-03-16Extend format arg help for simple tuple index access expression许杰友 Jieyou Xu (Joe)-15/+37
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-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-9/+94
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-16Print the crates not available as staticJohn Kåre Alsaker-8/+32
2024-03-16revert changes and just delete the fixmeErik Desjardins-36/+14
2024-03-17added pretty_print_const_exprwill-2/+152
2024-03-16less useless array builds in imported_source_fileklensy-10/+10
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
2024-03-15avoid naming LLVM basic blocks when fewer_names is trueErik Desjardins-15/+36
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-20/+8
2024-03-15Safe Transmute: lowercase diagnosticsJack Wrenn-4/+4
2024-03-15Add `rustc_never_type_mode = "no_fallback"`Maybe Waffle-3/+18
2024-03-15Add `rustc_never_type_mode` crate-level attribute to allow experimentingMaybe Waffle-34/+96