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
Age
Commit message (
Expand
)
Author
Lines
2025-10-01
added error for closures case in impl
Kivooeo
-9
/
+10
2025-09-15
Remove UnsizedConstParamTy trait and make it into an unstable impl
tiif
-12
/
+3
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-1
/
+1
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-4
/
+6
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-18
Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk
Matthias Krüger
-1
/
+5
2025-07-09
Make AsyncDrop check that it's being implemented on a local ADT
Michael Goulet
-1
/
+5
2025-07-09
Port `#[rustc_allow_incoherent_impl]` to the new attribute system
Pavel Grigorenko
-2
/
+9
2025-07-04
Fix elided lifetimes in rustdoc
Michael Goulet
-1
/
+1
2025-07-04
Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk
Matthias Krüger
-99
/
+0
2025-07-03
compiler: document all provide fn in hir_analysis and hir_typeck
Jubilee Young
-0
/
+1
2025-07-03
Remove PointerLike trait
Michael Goulet
-99
/
+0
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-2
/
+2
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-5
/
+5
2025-05-13
Some require_lang_item -> is_lang_item replacements
Oli Scherer
-4
/
+2
2025-04-24
Remove `weak` alias terminology
Boxy
-3
/
+3
2025-04-22
Use `is_lang_item` and `as_lang_item` instead of handrolling their logic
Oli Scherer
-1
/
+1
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-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-04-01
Decouple trait impls of different traits wrt incremental
Oli Scherer
-1
/
+4
2025-03-20
Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType
Michael Goulet
-47
/
+16
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-6
/
+8
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-11
/
+11
2025-03-04
Ensure that negative auto impls are always applicable
Michael Goulet
-9
/
+17
2025-02-24
Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obk
Michael Goulet
-77
/
+93
2025-02-24
Deduplicate CoerceUnsized and DispatchFromDyn impl errors
Michael Goulet
-3
/
+13
2025-02-24
Simplify trait error message for CoercePointee validation
Michael Goulet
-47
/
+69
2025-02-24
Consolidate and rework CoercePointee and DispatchFromDyn errors
Michael Goulet
-40
/
+27
2025-02-24
More eagerly bail in DispatchFromDyn validation
Michael Goulet
-25
/
+22
2025-02-24
Remove dyn_compatible_for_dispatch
Michael Goulet
-5
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-3
/
+3
2025-02-11
Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...
Matthias Krüger
-0
/
+33
2025-02-09
move repr(transparent) checks to coherence
Ding Xiang Fei
-0
/
+3
2025-02-09
rename the trait to validity and place a feature gate afront
Ding Xiang Fei
-8
/
+10
2025-02-09
introduce CoercePointeeWellformed for coherence checks at typeck stage
Ding Xiang Fei
-0
/
+28
2025-02-08
Rustfmt
bjorn3
-8
/
+12
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-3
/
+3
2025-01-31
Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr
bors
-2
/
+1
2025-01-31
Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu
Matthias Krüger
-2
/
+1
2025-01-31
Use `.and` chaining to improve readability.
Nicholas Nethercote
-6
/
+6
2025-01-31
Merge two `match` arms that are identical.
Nicholas Nethercote
-11
/
+6
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-5
/
+2
2025-01-27
Use identifiers in diagnostics more often
Michael Goulet
-4
/
+4
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-2
/
+1
2025-01-22
Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr
Matthias Krüger
-1
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-1
/
+1
2025-01-22
Rename `structurally_normalize` to `structurally_normalize_ty`
Boxy
-1
/
+1
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+2
[next]