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
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
2021-08-26
add `tcx` to `fn walk`
lcnr
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-2
/
+2
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+3
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+2
2021-08-13
move Constness into TraitPredicate
Deadbeef
-2
/
+2
2021-06-09
Add more tests + visit_ty in some places
Ellen
-8
/
+8
2021-06-08
Support as casts in abstract consts
Ellen
-6
/
+8
2021-04-27
Make traits with GATs not object safe
Jack Huey
-0
/
+8
2021-04-19
Small refactor
Cameron Steffen
-2
/
+1
2021-03-31
Some rebinds and dummys
Jack Huey
-6
/
+10
2021-02-13
Remove some unnecessary `trait_ref` calls
Matthew Jasper
-5
/
+1
2021-02-04
remove subst_supertrait call
b-naber
-3
/
+1
2021-02-01
more things are const evaluatable *sparkles*
Ellen
-2
/
+2
2021-01-16
Review changes
Jack Huey
-25
/
+25
2020-12-19
More rebinds
Jack Huey
-2
/
+2
2020-12-11
Move binder for dyn to each list item
Jack Huey
-16
/
+12
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-3
/
+5
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-14
Set the default `BreakTy` to `!`
LeSeulArtichaut
-0
/
+2
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-3
/
+3
2020-11-05
Fix even more URLs
Guillaume Gomez
-1
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-3
/
+3
2020-10-30
Use `ControlFlow::is{break,continue}`
LeSeulArtichaut
-2
/
+3
2020-10-30
TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}
LeSeulArtichaut
-12
/
+22
2020-10-29
Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix
Jonas Schievink
-7
/
+13
2020-10-26
Do not ICE on invalid input
Esteban Küber
-7
/
+13
[next]