summary refs log tree commit diff
path: root/src/librustc_middle/ty/flags.rs
AgeCommit message (Expand)AuthorLines
2020-04-16ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.Eduard-Mihai Burtescu-8/+2
2020-04-08replace `has_local_value` with `needs_infer`Bastian Kauschke-6/+2
2020-04-08don't set `HAS_INFER` for fresh typesBastian Kauschke-3/+5
2020-04-07Remove unnecessary TypeFlags::NOMINAL_FLAGSTheo Sandstrom-1/+1
2020-04-02add `STILL_FURTHER_SPECIALIZABLE` flagDavid Wood-3/+13
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+255