about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs
AgeCommit message (Expand)AuthorLines
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-4/+4
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-08Rustfmtbjorn3-4/+7
2024-10-06Remove unnecessary sorts in `rustc_hir_analysis`.ismailarilik-3/+1
2024-10-02Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+4
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.Nicholas Nethercote-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-1/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-02-17Fix non_local_definitions lint in rustc_hir_analysisUrgau-5/+5
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-7/+7
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+1
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-1/+1
2024-01-17Make crate_inherent_impls_overlap_check bubble up its errorsOli Scherer-18/+28
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-2/+2
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-3/+3
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-6/+5
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+1
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-1/+0
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-4/+4
2023-06-27Simplify some conditionsMaybe Waffle-5/+5
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-09Small clippy::correctness fixesNilstrieb-1/+1
2023-02-15Copy `ty::AssocItem` all other the placeMaybe Waffle-7/+7
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+2
2022-12-18Make `#[custom_encodable]` an attribute for `newtype_index`Nilstrieb-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+3
2022-10-16Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillotbors-6/+5
2022-10-13Make overlapping_impls non-genericCameron Steffen-6/+5
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-6/+35
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+307