about summary refs log tree commit diff
path: root/src/librustc/traits/query/normalize.rs
AgeCommit message (Expand)AuthorLines
2018-06-02Fix typos of 'ambiguous'Jon Purdy-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-04-30make needs_infer specific to inference variablesNiko Matsakis-1/+1
2018-04-10Make recursion_limit and type_length_limit thread-safeJohn Kåre Alsaker-1/+1
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-3/+3
2018-03-13add some debug outputNiko Matsakis-0/+6
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+268