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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-03
compiler: document all provide fn in hir_analysis and hir_typeck
Jubilee Young
-0
/
+1
2025-04-01
Decouple trait impls of different traits wrt incremental
Oli Scherer
-1
/
+4
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-2
/
+1
2025-03-04
Ensure that negative auto impls are always applicable
Michael Goulet
-9
/
+17
2025-02-24
Remove dyn_compatible_for_dispatch
Michael Goulet
-5
/
+1
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-2
/
+2
2025-01-31
Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr
bors
-2
/
+1
2025-01-31
Use `.and` chaining to improve readability.
Nicholas Nethercote
-6
/
+6
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-2
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-1
/
+1
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+2
2024-12-20
split up `#[rustc_deny_explicit_impl]` attribute
Lukas Markeffsky
-1
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-3
/
+3
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-1
/
+1
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-3
/
+4
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+4
2024-09-24
Separate collection of crate-local inherent impls from error reporting
Michael Goulet
-1
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-11
Simplify some nested if statements
Michael Goulet
-11
/
+9
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
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-2
/
+3
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-06-01
Deduplicate supertrait_def_ids code
Mark Rousskov
-2
/
+1
2024-03-11
Rollup merge of #121840 - oli-obk:freeze, r=dtolnay
Jacob Pratt
-0
/
+14
2024-03-07
Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`
Yoshitomo Nakanishi
-4
/
+5
2024-02-29
Forbid implementing `Freeze` even if the trait is stabilized
Oli Scherer
-0
/
+14
2024-02-13
Don't reinvoke `trait_header` query twice
Oli Scherer
-1
/
+1
2024-02-13
Invoke `trait_def` query only once
Oli Scherer
-8
/
+11
2024-02-13
Store impl unsafety in impl trait header
Oli Scherer
-4
/
+4
2024-02-12
Auto merge of #120835 - oli-obk:no_hir_coherence, r=cjgillot
bors
-2
/
+3
2024-02-12
Auto merge of #120834 - oli-obk:only_local_coherence, r=lcnr
bors
-1
/
+3
2024-02-10
Allow restricted trait impls in macros with `min_specialization`
Zalathar
-2
/
+6
2024-02-09
Don't reinvoke `impl_trait_ref` query after it was already invoked
Oli Scherer
-1
/
+1
2024-02-09
Avoid accessing the HIR in the happy path of `coherent_trait`
Oli Scherer
-1
/
+2
2024-02-09
A trait's local impls are trivially coherent if there are no impls.
Oli Scherer
-1
/
+3
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-2
/
+2
2024-01-23
Remove track_errors entirely
Oli Scherer
-25
/
+30
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-4
/
+4
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-06-20
Make rustc_deny_explicit_impl only local as well
Michael Goulet
-2
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-25
Fix static string lints
clubby789
-7
/
+2
2023-04-21
Allow `LocalDefId` as the argument to `def_path_str`
Oli Scherer
-1
/
+1
2023-03-21
Reduce output spam
John Kåre Alsaker
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
[next]