summary refs log tree commit diff
path: root/src/librustc_middle/ty/codec.rs
AgeCommit message (Expand)AuthorLines
2020-05-29fix encode with shorthand for PredicateBastian Kauschke-2/+2
2020-05-21Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakisRalf Jung-4/+5
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-2/+3
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-2/+2
2020-05-19update `discriminant_value` usage in the compilerBastian Kauschke-1/+5
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+495