index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
coherence
/
inherent_impls_overlap.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-4
/
+4
2025-04-15
Move two methods from `AssocKind` to `AssocItem`.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-4
/
+7
2024-10-06
Remove unnecessary sorts in `rustc_hir_analysis`.
ismailarilik
-3
/
+1
2024-10-02
Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-24
Separate collection of crate-local inherent impls from error reporting
Michael Goulet
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-02-17
Fix non_local_definitions lint in rustc_hir_analysis
Urgau
-5
/
+5
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-7
/
+7
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-1
/
+1
2024-01-17
Make crate_inherent_impls_overlap_check bubble up its errors
Oli Scherer
-18
/
+28
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-2
/
+2
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-6
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-1
/
+0
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-4
/
+4
2023-06-27
Simplify some conditions
Maybe Waffle
-5
/
+5
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-09
Small clippy::correctness fixes
Nilstrieb
-1
/
+1
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-7
/
+7
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+2
2022-12-18
Make `#[custom_encodable]` an attribute for `newtype_index`
Nilstrieb
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-10-16
Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot
bors
-6
/
+5
2022-10-13
Make overlapping_impls non-generic
Cameron Steffen
-6
/
+5
2022-10-13
Report duplicate definition in impls with overlap check.
Camille GILLOT
-6
/
+35
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+307