about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-21Rollup merge of #140030 - EnzymeAD:autodiff-debug, r=jieyouxuChris Denton-1/+2
2025-04-21Rollup merge of #140021 - compiler-errors:no-deep-norm-ice, r=lcnrChris Denton-1/+9
2025-04-21Document why CodeStats::type_sizes is publicblyxyas-0/+2
2025-04-21mir-opt: execute MatchBranchSimplification after GVNdianqk-2/+1
2025-04-21cleanup redundant pattern instancesJonathan Gruner-1/+1
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-112/+198
2025-04-21support both trait and non-trail associated declarationbit-aloo-8/+6
2025-04-21Store `Results` in Formatter.Nicholas Nethercote-20/+20
2025-04-20Auto merge of #140079 - ChrisDenton:rollup-2h5cg94, r=ChrisDentonbors-380/+265
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-490/+444
2025-04-20Don't call ungate_lastest31-54/+45
2025-04-20Check bare function idents for non snake-case nameUrgau-0/+10
2025-04-20remove a couple clonesMatthias Krüger-7/+5
2025-04-20Don't compute name of associated item if it's an RPITITMichael Goulet-10/+10
2025-04-20Rollup merge of #139990 - jswrenn:no-nfas, r=tmiaskoChris Denton-295/+239
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-85/+26
2025-04-20mir-opt: Use one MirPatch in MatchBranchSimplificationdianqk-23/+14
2025-04-20respect `repr(align(N))` on functions in miriFolkert de Vries-2/+14
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-85/+26
2025-04-20Implement lint against dangerous implicit autorefsUrgau-0/+180
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+8
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-97/+22
2025-04-20stabilize `naked_functions`Folkert de Vries-27/+4
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-40/+1
2025-04-20transmutability: remove NFA intermediate representationJack Wrenn-295/+239
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-450/+913
2025-04-19Rollup merge of #140024 - cjgillot:continue-jumping, r=compiler-errorsChris Denton-71/+64
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-19/+36
2025-04-19Update docs for `AssocItems::filter_by_name_unhygienic`Guillaume Gomez-0/+2
2025-04-19Don't ICE on pending obligations from deep normalization in a loopMichael Goulet-1/+9
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-16/+14
2025-04-19Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkinChris Denton-6/+15
2025-04-19Rollup merge of #139762 - compiler-errors:non-env, r=lcnrChris Denton-39/+58
2025-04-19Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros...Chris Denton-21/+17
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-368/+809
2025-04-19Rollup merge of #140025 - Sky9x:re-remove-adtflags-anon, r=compiler-errorsChris Denton-2/+0
2025-04-19Rollup merge of #140007 - roblabla:fix-win7, r=ChrisDentonChris Denton-0/+6
2025-04-19Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiserChris Denton-6/+8
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-7/+14
2025-04-19Only consider MonoItem::Fn when preventing inlining for autodiff source funct...Manuel Drehwald-1/+2
2025-04-18Use struct update syntax for some TargetOptionsThalia Archibald-16/+14
2025-04-18Re-remove `AdtFlags::IS_ANONYMOUS`Sky-2/+0
2025-04-19Introduce Arena::try_alloc_from_iter.Camille GILLOT-33/+47
2025-04-18Remove early exits from JumpThreading.Camille GILLOT-71/+64
2025-04-19Fix importGuillaume Gomez-1/+2
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-21/+17
2025-04-18Fix compilation error in GCC backendGuillaume Gomez-1/+1
2025-04-18Fix `rustc_codegen_gcc/tests/run/return-tuple.rs` testGuillaume Gomez-6/+0
2025-04-18Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...Guillaume Gomez-1244/+962
2025-04-18Also allow let chains in match guardsest31-11/+20