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_trait_selection
/
src
/
traits
/
dyn_compatibility.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Implement other logics
tiif
-0
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-1
/
+1
2025-06-22
Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors
Guillaume Gomez
-1
/
+1
2025-06-16
trait_sel: `MetaSized` bounds in dispatchable check
David Wood
-8
/
+15
2025-06-13
Merge unboxed trait object error suggestion into regular dyn incompat error
Oli Scherer
-1
/
+1
2025-06-13
Unimplement unsized_locals
mejrs
-2
/
+2
2025-04-30
Use less rustc_type_ir in the compiler codebase
Romain Perier
-1
/
+1
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-20
/
+22
2025-04-15
Move `opt_rpitit_info` field to `hir::AssocKind::Type`.
Nicholas Nethercote
-2
/
+2
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-2
/
+2
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-30
Do not mix normalized and unnormalized caller bounds when constructing param-...
Michael Goulet
-13
/
+22
2025-03-18
Remove existing AFIDT implementation
Michael Goulet
-26
/
+2
2025-03-11
Elaborate param-env built for checking DispatchFromDyn for dyn compat
Michael Goulet
-7
/
+12
2025-02-24
Remove dyn_compatible_for_dispatch
Michael Goulet
-5
/
+3
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-6
/
+5
2025-02-15
Ignore Self in bounds check for associated types with Self:Sized
Michael Goulet
-0
/
+3
2025-02-04
Remove unnecessary layout assertions for object-safe receivers
Michael Goulet
-105
/
+2
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-3
/
+3
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-1
/
+0
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-2
/
+3
2024-12-10
Add feature gate, not working yet
Michael Goulet
-11
/
+48
2024-12-04
Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr
bors
-4
/
+1
2024-12-03
Remove generic_associated_types_extended feature gate
Michael Goulet
-4
/
+1
2024-11-28
Replace `Symbol::intern` calls with preinterned symbols
clubby789
-2
/
+1
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-2
/
+2
2024-11-23
no more Reveal :(
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-3
/
+3
2024-11-02
compiler: Replace rustc_target with _abi in _trait_selection
Jubilee Young
-1
/
+1
2024-10-30
Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors
Jubilee
-5
/
+5
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-5
/
+5
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-1
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-1
/
+1
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-3
/
+3
2024-10-10
Compiler: Replace remaining occurrences of "object safe" with "dyn compatible"
León Orell Valerian Liehr
-12
/
+8
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-0
/
+936