summary refs log tree commit diff
path: root/src/librustc/traits/query/normalize.rs
AgeCommit message (Expand)AuthorLines
2018-07-17Avoid most allocations in `Canonicalizer`.Nicholas Nethercote-2/+4
2018-06-28Rebase falloutOliver Schneider-1/+1
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-1/+1
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-2/+1
2018-06-28Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddybbors-27/+1
2018-06-26remove `Canonicalization` trait, which serves no purposeNiko Matsakis-13/+0
2018-06-26rename `instantiate_query_result`Niko Matsakis-1/+1
2018-06-26make one `Canonicalize` impl for `QueryResult`Niko Matsakis-14/+1
2018-06-26Use proper debugging statements for infinite recursion assertionOliver Schneider-3/+3
2018-06-07Add existential type definitonsOliver Schneider-0/+5
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