about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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
2024-10-31Remove `""` case from RISC-V `llvm_abiname` match statementbeetrees-1/+1
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-1/+3
2024-10-31normalization folders, yeet `ParamEnv::reveal`lcnr-24/+31
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-59/+99
2024-10-31Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgrbors-4/+16
2024-10-31Remove support for decompressing dylib metadatabjorn3-26/+4
2024-10-31`ConstCx` stop using `ParamEnv::reveal`lcnr-25/+25
2024-10-31Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxuMatthias Krüger-2/+12
2024-10-31Rollup merge of #132354 - koute:master, r=workingjubileeMatthias Krüger-2/+4
2024-10-31traits::project: yeet `ParamEnv::reveal`lcnr-13/+16
2024-10-31coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailableZalathar-2/+12
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-56/+57
2024-10-31Improve the missing_abi lint.Mara Bos-13/+14