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-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