about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-25Check statics' type in type_of.Camille GILLOT-37/+41
2025-07-25Look at layout for completeness.Camille GILLOT-5/+9
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-12/+156
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-4/+65
2025-07-25Stop compilation if macro expansion failedGuillaume Gomez-4/+17
2025-07-26resolve: Do not create `NameResolution`s on access unless necessaryVadim Petrochenkov-15/+23
2025-07-26resolve: Minimize borrow scopes for `resolutions`Vadim Petrochenkov-49/+46
2025-07-25Allow pretty printing paths with `-Zself-profile-events=args`Jakub Beránek-0/+6
2025-07-25span_bug instead of handling currently impossible drop casebeepster4096-7/+8
2025-07-25fix box destructor generationbeepster4096-27/+28
2025-07-25Mention type that could be `Clone` but isn't in more casesEsteban Küber-0/+52
2025-07-25Unify LLVM ctlz/cttz intrinsic generationTobias Decking-19/+9
2025-07-25Limit defaultness to impl of traitCameron Steffen-4/+7
2025-07-25uniquify root goals during HIR typecklcnr-29/+107
2025-07-25Use the object crate rather than LLVM for extracting bitcode sectionsbjorn3-66/+10
2025-07-25Improve coordinator channel handlingbjorn3-40/+25
2025-07-25Rollup merge of #144392 - makai410:rm-mov, r=scottmcmMatthias Krüger-14/+8
2025-07-25Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLiiMatthias Krüger-27/+31
2025-07-25Rollup merge of #144368 - petrochenkov:rmrootscope, r=b-naberMatthias Krüger-57/+39
2025-07-25Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqkMatthias Krüger-4/+109
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-51/+83
2025-07-25Rollup merge of #142569 - xizheyin:139253, r=davidtwcoMatthias Krüger-1/+3
2025-07-25Pre-intern some `TyKind::Bound` values.Nicholas Nethercote-1/+30
2025-07-25Tweak bound region pre-interning.Nicholas Nethercote-8/+8
2025-07-25Remove eval_always from check_private_in_public.Camille GILLOT-1/+0
2025-07-25Check static is sized when building MIR.Camille GILLOT-40/+29
2025-07-25Do not assert layout in KnownPanicsLint.Camille GILLOT-3/+20
2025-07-25Enable outline-atomics for aarch64-unknown-linux-muslJens Reidel-1/+1
2025-07-24Call `is_parsed_attribute` rather than keeping track of a list of parsed attr...Jonathan Brouwer-61/+5
2025-07-24Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwcobors-78/+2
2025-07-24Replace unwrap_or with explicit matchBen Schulz-3/+6
2025-07-24Fix unused_parens false positiveBen Schulz-1/+6
2025-07-24Use LocalKey<Cell> methods moreCameron Steffen-9/+9
2025-07-24fix up issues with internal compiler docs revealed by stricter lintbinarycat-1/+5
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-78/+2
2025-07-24Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmeasebors-1000/+937
2025-07-24Make tier 3 musl targets link dynamically by defaultJens Reidel-15/+0
2025-07-24Inline some methods in rustc_span hygienexizheyin-0/+17
2025-07-24asm: Stabilize loongarch32WANG Rui-0/+1
2025-07-24Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obkLeón Orell Valerian Liehr-4/+25
2025-07-24Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLiiLeón Orell Valerian Liehr-3/+16
2025-07-24Rollup merge of #144334 - lolbinarycat:rustdoc-span_of_fragments-revert, r=Gu...León Orell Valerian Liehr-13/+4
2025-07-24Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkovLeón Orell Valerian Liehr-77/+45
2025-07-24Rollup merge of #144221 - usamoi:versym, r=bjorn3León Orell Valerian Liehr-29/+130
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-830/+657
2025-07-24Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkovLeón Orell Valerian Liehr-14/+30
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-24/+24
2025-07-24Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkovLeón Orell Valerian Liehr-6/+6
2025-07-24resolve: Remove `Scope::CrateRoot`Vadim Petrochenkov-57/+39
2025-07-24Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwcobors-331/+257