summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-1/+1
2021-02-28Remove an old FIXME comment and inline attributeÖmer Sinan Ağacan-1/+0
2021-02-05Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...Santiago Pastorino-1/+2
2021-01-31Add error message for private fnkadmin-1/+1
2021-01-16Review changesJack Huey-1/+1
2020-12-24use matches!() macro in more placesMatthias Krüger-3/+2
2020-12-02Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...Santiago Pastorino-2/+1
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-1/+2
2020-11-27Change comments on types to doc-commentsJoshua Nelson-6/+6
2020-11-27Allow to self reference associated types in where clausesSantiago Pastorino-1/+2
2020-11-16compiler: fold by valueBastian Kauschke-7/+7
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-1/+1
2020-09-18use abstract consts when unifying ConstKind::UnevaluatedBastian Kauschke-0/+1
2020-09-18initial working stateBastian Kauschke-0/+14
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-11/+4
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-11/+4
2020-09-08make `ConstEvaluatable` more strictBastian Kauschke-0/+1
2020-08-30mv compiler to compiler/mark-0/+563