about summary refs log tree commit diff
path: root/src/librustc_traits/lowering/mod.rs
AgeCommit message (Expand)AuthorLines
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-5/+7
2018-11-13Implement `ProjectionEq-Normalize`csmoe-1/+43
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-6/+7
2018-11-13Adjust documentationscalexm-3/+4
2018-11-13Pretty print quantified goals and clausesscalexm-8/+1
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-44/+85
2018-10-19Write an initial version of the `program_clauses` callbackscalexm-1/+1
2018-10-17Categorize chalk clausesscalexm-1/+12
2018-10-17Implement the `environment` queryscalexm-0/+1
2018-10-17Use `Environment` instead of `ty::ParamEnv` in chalk contextscalexm-0/+596