about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-30/+195
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
2024-11-01Account for late-bound depth when capturing all opaque lifetimes.Camille GILLOT-1/+8
2024-11-01Completely deny calling functions with const conditions in MIR const check un...Michael Goulet-18/+22
2024-11-01Emit diagnostics for incorrect deployment targetsMads Marquart-12/+57
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-21/+18
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-144/+208
2024-11-01Double-check conditional constness in MIRMichael Goulet-26/+62
2024-11-01Auto merge of #132196 - compiler-errors:probe_ty_param_bounds, r=petrochenkovbors-49/+94
2024-11-01Also treat `impl` definition parent as transparent regarding modulesUrgau-2/+8
2024-11-01Show actual MIR when MIR building forgot to terminate blockbjorn3-28/+41
2024-11-01Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykrilbors-26/+4
2024-10-31Add `f16` and `f128` to `invalid_nan_comparison`Trevor Gross-1/+4
2024-11-01nitsMichael Goulet-10/+20
2024-11-01And also suggest for qpathsMichael Goulet-0/+79
2024-11-01And locals tooMichael Goulet-0/+17
2024-11-01Suggest adding self type to methodMichael Goulet-7/+43
2024-11-01Suggest annotations for never type fallbackMichael Goulet-12/+113
2024-11-01nit: stop using TypeckRootCtxtMichael Goulet-12/+11
2024-10-31Rollup merge of #132422 - maurer:sparc-layout, r=durin42Jubilee-6/+11
2024-10-31Rollup merge of #132421 - beetrees:riscv-abi-no-empty-string, r=workingjubileeJubilee-1/+1
2024-10-31Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errorsJubilee-102/+152
2024-10-31Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co...Jubilee-22/+42
2024-10-31Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errorsJubilee-13/+14
2024-10-31Rollup merge of #132209 - compiler-errors:modifiers, r=fmeaseJubilee-20/+35
2024-10-31Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwcoJubilee-2/+5
2024-10-31llvm: Match new LLVM 128-bit integer alignment on sparcMatthew Maurer-6/+11