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
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
2023-01-28
Rename `is_object_safe` to `check_is_object_safe` to hint side effects
Gary Guo
-1
/
+1
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+1
2022-11-14
Add rustc_deny_explicit_impl
Michael Goulet
-50
/
+16
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+237