about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/generics.rs
AgeCommit message (Expand)AuthorLines
2022-06-02add new `emit_inference_failure_err`lcnr-0/+29
2022-05-10Introduce EarlyBinderJack Huey-2/+9
2022-01-14reviews ishEllen-0/+7
2021-12-10remove feature gate and cleanup codeEllen-4/+2
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-18/+3
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