about summary refs log tree commit diff
path: root/src/librustc_traits/normalize_projection_ty.rs
AgeCommit message (Expand)AuthorLines
2019-02-13HirId-ify hir::BodyIdljedrz-2/+2
2019-02-07Transition librustc_traits to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-15rename `QueryResult` to `QueryResponse`Niko Matsakis-2/+2
2018-06-27change the `enter_canonical_trait_query` method to give a fulfill cxNiko Matsakis-7/+5
2018-06-27move into `provide` methodsNiko Matsakis-1/+9
2018-06-27use query boiler plate for `normalize_projection_ty` tooNiko Matsakis-27/+33
2018-06-26move `make_query_response` into method on infcxNiko Matsakis-3/+1
2018-05-17Avoid allocations in `opt_normalize_projection_type`.Nicholas Nethercote-6/+4
2018-04-10Make PerfStats thread-safe and remove unused fieldsJohn Kåre Alsaker-2/+2
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-2/+2
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+55