summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-31Add tcx lifetime to BinderJack Huey-2/+2
2021-03-23Add query for const_param_defaultkadmin-4/+1
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-11/+16
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2020-12-11Move binder for dyn to each list itemJack Huey-2/+4
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-3/+3
2020-09-23Move MiniSet to data_structuresAndreas Jonson-1/+1
2020-09-18Remove redundancy in cache keyTyler Mandry-1/+1
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-7/+23
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30ty: remove obsolete printerDavid Wood-2/+0
2020-08-30mv compiler to compiler/mark-0/+346