about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-04Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`.Nicholas Nethercote-9/+0
2024-11-04Merge `UniverseInfo` and `UniverseInfoInner`.Nicholas Nethercote-25/+13
2024-11-04Tidy up comments and some formatting.Nicholas Nethercote-78/+92
2024-11-04Move some `use` declarations.Nicholas Nethercote-13/+12
2024-11-04Reduce visibilities.Nicholas Nethercote-21/+23
2024-11-03Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgrbors-39/+47
2024-11-03Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxubors-90/+92
2024-11-03Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-...Matthias Krüger-28/+30
2024-11-03Rollup merge of #132540 - compiler-errors:gc, r=calebcartwrightMatthias Krüger-0/+6
2024-11-03Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQKMatthias Krüger-7/+6
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-3/+4
2024-11-03Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errorsMatthias Krüger-1/+1
2024-11-03Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviperbors-3/+3
2024-11-03Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3bors-264/+165
2024-11-02compiler: Add rustc_abi to _sanitizersJubilee Young-6/+6
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-1/+2
2024-11-02compiler: Replace rustc_target with _abi in _trait_selectionJubilee Young-9/+9
2024-11-02compiler: Replace rustc_target with _abi in _hirJubilee Young-5/+6
2024-11-02compiler: Replace rustc_target with _abi in _borrowckJubilee Young-7/+7
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-142/+144
2024-11-02Add `--print host-triple`Noratrieb-0/+3
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-142/+141
2024-11-02Do not format generic constsMichael Goulet-0/+6
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-30/+195
2024-11-02PassWrapper: adapt for llvm/llvm-project@5445edb5dAugie Fackler-7/+6
2024-11-02PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d...Augie Fackler-3/+3
2024-11-02Use opt functions to not ICE in fallback suggestionMichael Goulet-3/+4
2024-11-02Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202...bjorn3-264/+165
2024-11-02Port most of `LLVMRustPrintTargetCPUs` to RustZalathar-76/+70
2024-11-02Use a dedicated safe wrapper for `LLVMRustGetHostCPUName`Zalathar-15/+23
2024-11-02make codegen help output more consistentRemo Senekowitsch-1/+1
2024-11-02Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxuMatthias Krüger-1/+0
2024-11-02Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errorsMatthias Krüger-3/+20
2024-11-02Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxuMatthias Krüger-2/+8
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-165/+271
2024-11-02Remove or fix some FIXME(async_closure)Michael Goulet-1/+0
2024-11-02Account for negative bounds in E0277 note and suggestionEsteban Küber-1/+8
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-0/+5
2024-11-02Point at tail expression on rpit E0277Esteban Küber-11/+28
2024-11-02Use `short_ty_string`Esteban Küber-1/+3
2024-11-02Fix type shortening writing to fileEsteban Küber-3/+18
2024-11-02Trim output of E0277 in some casesEsteban Küber-2/+18
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-13/+116
2024-11-01Auto merge of #132470 - GuillaumeGomez:rollup-1a1mkmp, r=GuillaumeGomezbors-144/+319
2024-11-02Rollup merge of #132450 - bjorn3:better_mir_errors, r=jieyouxuGuillaume Gomez-28/+41
2024-11-02Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxuGuillaume Gomez-1/+4
2024-11-02Rollup merge of #132383 - compiler-errors:never-type-fallback-sugg, r=WaffleL...Guillaume Gomez-24/+266
2024-11-02Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukangGuillaume Gomez-91/+8
2024-11-01Auto merge of #132276 - compiler-errors:enforce-fx-in-mir, r=fee1-deadbors-37/+77
2024-11-01Skip late-bound lifetimes when crossing an AnonConst.Camille GILLOT-2/+12