about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2021-12-18Ignore other `PredicateKind`s in rustdoc auto trait finderAaron Hill-1/+11
2021-12-15Remove `in_band_lifetimes` from `rustc_trait_selection`Sylvan Bowdler-1/+1
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-1/+6
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-6/+1
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-3/+3
2021-11-29Add constness to ParamEnvOli Scherer-1/+6
2021-11-26Adapt `TypeFolder` implementors to return a `Result`LeSeulArtichaut-3/+3
2021-11-08fmtDeadbeef-1/+1
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-3/+5
2021-10-20Add polarity to TraitPredicateSantiago Pastorino-0/+2
2021-08-27Add `ty::BoundConstness`Deadbeef-1/+1
2021-08-13move Constness into TraitPredicateDeadbeef-9/+5
2021-03-31Cleanups and commentsJack Huey-1/+0
2021-03-31Some rebinds and dummysJack Huey-2/+3
2021-03-26Use iter::zip in compiler/Josh Stone-1/+4
2021-03-20update `const_eval_resolve`lcnr-9/+2
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-1/+6
2021-03-01Get TyCtxt from self instead of passing as argument in AutoTraitFinderNoam Koren-2/+2
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-1/+1
2021-01-16Review changesJack Huey-9/+9
2021-01-15Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebankYuki Okushi-6/+4
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-5/+5
2020-12-24use matches!() macro in more placesMatthias Krüger-8/+2
2020-12-20Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv`Aaron Hill-6/+4
2020-11-16compiler: fold by valueBastian Kauschke-6/+3
2020-10-16Review commentsJack Huey-1/+1
2020-10-16map_bound_ref -> rebindJack Huey-4/+4
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-5/+6
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-0/+1
2020-09-24remove enum name from ImplSource variantsBastian Kauschke-4/+3
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-3/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+881