about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-09Rollup merge of #136760 - chenyukang:fix-overflowing-int-lint-crash, r=oli-obkMatthias Krüger-4/+7
2025-02-09Rollup merge of #136746 - wesleywiser:err_dwarf1, r=UrgauMatthias Krüger-2/+5
2025-02-09Rollup merge of #136722 - kornelski:visit-spans, r=chenyukangMatthias Krüger-3/+8
2025-02-09Emit an error if `-Zdwarf-version=1` is requestedWesley Wiser-2/+5
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-3769/+4793
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-33/+64
2025-02-09Fix unwrap error in overflowing int literalyukang-4/+7
2025-02-08Rollup merge of #136736 - llogiq:small-resolve-refactor, r=jieyouxuJubilee-16/+17
2025-02-08Rollup merge of #136730 - lukas-code:trans-ice, r=jswrennJubilee-18/+14
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-118/+159
2025-02-09Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie...Urgau-1/+5
2025-02-08occured -> occurredMichael Goulet-3/+3
2025-02-08Rustfmtbjorn3-3769/+4793
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-29/+56
2025-02-08Auto merge of #136747 - matthiaskrgr:rollup-qfiiv4n, r=matthiaskrgrbors-6/+33
2025-02-08Rollup merge of #136657 - jdonszelmann:empty-line-after, r=y21,flip1995,Waffl...Matthias Krüger-0/+10
2025-02-08Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3Matthias Krüger-6/+23
2025-02-08Auto merge of #136715 - bjorn3:sync_cg_clif-2025-02-07, r=bjorn3bors-71/+97
2025-02-08Pick the max DWARF version when LTO'ing modules with different versionsWesley Wiser-1/+5
2025-02-08Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgrbors-35/+19
2025-02-08Small resolve refactorAndre Bogus-16/+17
2025-02-07compiler: use rustc_abi in rustc_ast_*Jubilee Young-16/+17
2025-02-08transmutability: fix ICE when passing wrong ADT to ASSUMELukas Markeffsky-18/+14
2025-02-08Rollup merge of #136700 - RalfJung:hurd, r=NoratriebMatthias Krüger-1/+1
2025-02-08Rollup merge of #136691 - bjorn3:linkage_cleanup, r=jieyouxuMatthias Krüger-23/+4
2025-02-08Rollup merge of #136651 - Jarcho:fn_ctxt3, r=compiler-errorsMatthias Krüger-3/+9
2025-02-08Rollup merge of #136640 - Zalathar:debuginfo-align-bits, r=compiler-errorsMatthias Krüger-8/+5
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-54/+94
2025-02-08Visit fn_span of calls in MIR VisitorKornel-2/+4
2025-02-08Visit SourceInfo of all TerminatorsKornel-0/+2
2025-02-08super_local_decl should visit source_info before copying itKornel-1/+2
2025-02-07Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-202...bjorn3-71/+97
2025-02-07Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obkMatthias Krüger-1/+3
2025-02-07Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnrMatthias Krüger-50/+80
2025-02-07Rollup merge of #135179 - compiler-errors:arbitrary-self-types-object, r=BoxyUwUMatthias Krüger-3/+11
2025-02-07compiler: remove reexports from rustc_target::callconvJubilee Young-15/+14
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-87/+128
2025-02-07i686-unknown-hurd-gnu: bump baseline CPU to Pentium 4Ralf Jung-1/+1
2025-02-07Rollup merge of #136664 - WaffleLapkin:un-map_or-true, r=compiler-errorsMatthias Krüger-1/+1
2025-02-07Rollup merge of #136653 - dpaoliello:cleanllvm1, r=ZalatharMatthias Krüger-60/+0
2025-02-07Rollup merge of #136598 - compiler-errors:unit-fallback, r=WaffleLapkinMatthias Krüger-2/+16
2025-02-07Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri...Matthias Krüger-91/+230
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-106/+19
2025-02-07Remove Linkage::Appendingbjorn3-7/+0
2025-02-07Remove Linkage::Privatebjorn3-16/+4
2025-02-07fix empty after lint on impl/trait itemsJonathan Dönszelmann-0/+10
2025-02-07Rollup merge of #136644 - GuillaumeGomez:item-to-string, r=UrgauMatthias Krüger-0/+4
2025-02-07Rollup merge of #136627 - RalfJung:mir-validation-cfg-checker, r=compiler-errorsMatthias Krüger-0/+6
2025-02-07Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errorsMatthias Krüger-199/+221
2025-02-07Rollup merge of #136191 - klensy:const_a, r=compiler-errorsMatthias Krüger-15/+15