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
/
object_safety.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-03
Make non-zero check more obvious
Maybe Waffle
-1
/
+1
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-1
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-4
/
+2
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-5
/
+1
2023-07-14
Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino
Matthias Krüger
-1
/
+1
2023-07-14
Make it clearer that we're just checking for an RPITIT
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-10
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-05
Make all generics_require_sized_self go through the query to get caching.
Oli Scherer
-3
/
+3
2023-07-05
Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects
Oli Scherer
-1
/
+6
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-3
/
+2
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-2
/
+4
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-40
/
+20
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-15
/
+15
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-2
/
+2
2023-06-17
Move WF goal to clause
Michael Goulet
-2
/
+2
2023-06-05
Merge method, type and const object safety checks
Oli Scherer
-51
/
+43
2023-06-05
Avoid going through queries if a value of type `AssocItem` is already available
Oli Scherer
-1
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-14
/
+13
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-04-26
Don't return a `Binder` from `TraitRef::identity`
Maybe Waffle
-5
/
+6
2023-04-26
Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber...
Maybe Waffle
-7
/
+4
2023-04-25
Remove some useless `ty::Binder::dummy` calls
Maybe Waffle
-6
/
+3
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-7
/
+11
2023-04-20
add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...
Kyle Matsuda
-2
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-1
/
+1
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-2
/
+3
2023-04-06
Get rid of elaborate_trait_ref{s} too
Michael Goulet
-2
/
+3
2023-04-06
Make elaborator generic
Michael Goulet
-2
/
+2
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-22
/
+20
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-2
/
+2
2023-03-20
Enforce non-lifetime-binders in supertrait preds are not object safe
Michael Goulet
-1
/
+20
2023-03-12
Fix object safety checks for new RPITITs
Santiago Pastorino
-3
/
+2
2023-03-12
Filter out RPITITs in object_safety_violations_for_trait
Santiago Pastorino
-0
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-6
/
+7
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-17
Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb
bors
-6
/
+6
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+5
2023-02-16
Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr
bors
-2
/
+2
2023-02-16
Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors
bors
-2
/
+1
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-2
/
+2
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-2
/
+2
2023-02-15
don't clone types that are copy
Matthias Krüger
-1
/
+1
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-6
/
+6
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-2
/
+1
[prev]
[next]