about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/generics.rs
AgeCommit message (Expand)AuthorLines
2021-08-03Do not suggest impl traits as type argumentsYuki Okushi-0/+15
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-1/+1
2021-03-23Update with commentskadmin-2/+4
2021-03-23Add query for const_param_defaultkadmin-3/+5
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-10/+10
2021-03-10Moved types starting with 'Generic' into generics.rs.Nicholas-Baron-0/+257