about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-12Rollup merge of #138377 - nnethercote:rustc_hir_typeck, r=compiler-errorsMatthias Krüger-25/+27
2025-03-12Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil...Matthias Krüger-56/+24
2025-03-12Rollup merge of #138372 - Eclips4:issue-138196, r=scottmcmMatthias Krüger-15/+20
2025-03-12Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiserMatthias Krüger-2/+14
2025-03-12Rollup merge of #138347 - nnethercote:less-kw-Empty-2, r=compiler-errorsMatthias Krüger-21/+41
2025-03-12Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwUMatthias Krüger-7/+12
2025-03-12Remove unnecessary lifetime from `PatInfo`.Nicholas Nethercote-25/+27
2025-03-12Auto merge of #137795 - Jarcho:idx_opt, r=davidtwcobors-0/+10
2025-03-12Factor out some repeated code in `parse_item_impl`.Nicholas Nethercote-24/+13
2025-03-12Inline and remove `State::print_item_type`.Nicholas Nethercote-22/+11
2025-03-12Remove unused `OwnerNode::ident` method.Nicholas Nethercote-10/+0
2025-03-12Make panic's more specificKirill Podoprigora-10/+13
2025-03-12Convert a `kw::Empty` occurrence to `sym::dummy`.Nicholas Nethercote-3/+3
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-8/+29
2025-03-12Remove an unnecessary `kw::Empty` check.Nicholas Nethercote-9/+8
2025-03-12Convert a delayed bug to a bug.Nicholas Nethercote-1/+1
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-218/+286
2025-03-11Refactor pick2_mut & pick3_mut to use get_disjoint_mutKirill Podoprigora-8/+10
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-2/+14
2025-03-11Rollup merge of #138354 - lcnr:goodbye-TypeVerifier, r=compiler-errorsMatthias Krüger-173/+153
2025-03-11Rollup merge of #138352 - RalfJung:miri-native-calls-exposed, r=oli-obkMatthias Krüger-0/+9
2025-03-11Rollup merge of #138296 - compiler-errors:deanonymous, r=lcnrMatthias Krüger-18/+1
2025-03-11Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwUMatthias Krüger-3/+30
2025-03-11Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwUMatthias Krüger-8/+17
2025-03-11Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4Matthias Krüger-14/+28
2025-03-11Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwUMatthias Krüger-2/+48
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-228/+365
2025-03-11Elaborate param-env built for checking DispatchFromDyn for dyn compatMichael Goulet-7/+12
2025-03-11Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzolbors-45/+51
2025-03-11let the bodies hit the floorlcnr-173/+153
2025-03-11miri native_calls: ensure we actually expose *mutable* provenance to the memo...Ralf Jung-0/+9
2025-03-11Rollup merge of #138330 - nnethercote:rm-lints-rust-sections, r=jieyouxuJakub Beránek-7/+0
2025-03-11Rollup merge of #138315 - matthiaskrgr:nextback, r=fmeaseJakub Beránek-2/+2
2025-03-11Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxuJakub Beránek-1/+1
2025-03-11Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmannJakub Beránek-35/+48
2025-03-11Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3bors-113/+120
2025-03-11Error on `define_opaques` entries without any opaques actually referencedOli Scherer-5/+8
2025-03-11Keep items around even if builtin macros on them fail to parseOli Scherer-2/+2
2025-03-11Test invalid `define_opaques` attributesOli Scherer-11/+15
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-226/+356
2025-03-11Add individual activity span availability FIXMESa4dUs-0/+2
2025-03-11Combine autodiff errors togetherSa4dUs-2/+1
2025-03-11Fix ICE for invalid return activity and proper error handlingMarcelo Domínguez-19/+26
2025-03-11Auto merge of #135651 - arjunr2:master, r=davidtwcobors-0/+190
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-24/+23
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+190
2025-03-11Remove unnecessary `[lints.rust]` sections.Nicholas Nethercote-7/+0
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-128/+265
2025-03-10use next_back() instead of last() on DoubleEndedIteratorMatthias Krüger-2/+2
2025-03-10Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=NoratriebMatthias Krüger-229/+86