about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-12Rename `hir_attrs` query as `hir_attr_map`.Nicholas Nethercote-6/+6
2025-03-12Adjust `Map`'s `to_string` functionality.Nicholas Nethercote-131/+132
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-11merge `TypeChecker` and `TypeVerifier`lcnr-378/+305
2025-03-11unify `last_span` computationlcnr-9/+7
2025-03-11change `TypeChecker` to a MIR visitorlcnr-428/+394
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-11Remove some dead codeOli Scherer-5/+0
2025-03-11Explain the actual reason why stripping binders is fineOli Scherer-6/+5
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-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-65/+0
2025-03-11Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates.Nicholas Nethercote-14/+15
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-10Convert `ShardedHashMap` to use `hashbrown::HashTable`Josh Stone-66/+107
2025-03-11naked functions: on windows emit `.endef` without the symbol nameFolkert de Vries-1/+1
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
2025-03-10Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkovMatthias Krüger-16/+18
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-65/+60
2025-03-10Delegation: fix ICE with invalid MethodCall generationBryanskiy-16/+18
2025-03-10fix ICE in pretty-printing `global_asm!`Folkert de Vries-1/+4
2025-03-10Update metadata for cygwin target王宇逸-1/+1