about summary refs log tree commit diff
path: root/src/librustc/traits/query
AgeCommit message (Expand)AuthorLines
2018-06-02Fix typos of 'ambiguous'Jon Purdy-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-04-30make needs_infer specific to inference variablesNiko Matsakis-1/+1
2018-04-26Retry canonical trait query in standard mode if overflow occursAravind Gollakota-8/+24
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-0/+58
2018-04-10Make recursion_limit and type_length_limit thread-safeJohn Kåre Alsaker-1/+1
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-6/+6
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-6/+6
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-0/+1
2018-03-14Fixes after rebaseAndrew Cann-1/+1
2018-03-13short-circuit `dropck_outlives` for simple casesNiko Matsakis-2/+72
2018-03-13add some debug outputNiko Matsakis-1/+15
2018-03-13introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]Niko Matsakis-0/+82
2018-03-13introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]Niko Matsakis-1/+197
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+299