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
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
2022-09-12
Rename some variants
Michael Goulet
-4
/
+2
2022-09-12
Typecheck dyn* coercions
Eric Holk
-2
/
+2
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+3
2022-09-11
Deny RPITIT for object safety
Michael Goulet
-0
/
+26
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-1
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-9
/
+7
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-06-25
Fix span issues in object safety suggestions
Michael Goulet
-33
/
+45
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+3
2022-06-08
Rename `TypeVisitor::visit_unevaluated_const`.
Nicholas Nethercote
-4
/
+1
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-2
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-7
/
+7
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-3
/
+2
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-4
/
+1
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-04-02
Make GATs object safe under generic_associated_types_extended feature
Jack Huey
-10
/
+12
2022-02-19
rustc_trait_selection: adopt let else in more places
est31
-5
/
+2
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-2
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+2
2022-01-19
Store a `Symbol` instead of an `Ident` in `AssocItem`
Aaron Hill
-9
/
+15
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+1
2022-01-15
unrevert # 88557
Ellen
-28
/
+5
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-2
/
+2
2022-01-15
initial revert
Ellen
-9
/
+29
2021-12-15
Remove `in_band_lifetimes` from `rustc_trait_selection`
Sylvan Bowdler
-5
/
+2
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-2
/
+6
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-6
/
+2
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-6
/
+2
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-1
/
+1
2021-11-29
Add constness to ParamEnv
Oli Scherer
-1
/
+5
2021-10-21
Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr
Yuki Okushi
-8
/
+7
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-15
Remove ToPolyTraitRef impl for TraitRef
jackh726
-7
/
+6
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-5
/
+7
2021-09-12
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
Manish Goregaokar
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-09-09
add a `CastKind` to `Node::Cast`
Ellen
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+1
2021-09-09
tidy
Ellen
-3
/
+3
2021-09-09
dont support blocks
Ellen
-2
/
+1
2021-09-09
as casts and block exprs
Ellen
-1
/
+1
2021-09-09
WIP state
Ellen
-3
/
+4
2021-09-04
Make fields on `AbstractConst` private
Ethan Brierley
-1
/
+1
2021-09-04
Remove left over comment
Ethan Brierley
-4
/
+1
2021-09-04
`AbstractConst::root`: Always run `subst` when `Node` is `Leaf`
Ethan Brierley
-8
/
+10
2021-09-01
cleanup const generics FIXME
lcnr
-30
/
+5
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-2
/
+2
[next]