]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 16 Feb 2016 22:35:09 +0000 (22:35 +0000)
committerbors <bors@rust-lang.org>
Tue, 16 Feb 2016 22:35:09 +0000 (22:35 +0000)
commit57c357d89183df173b0e42a0f745d9cfdb67fb1a
treeb325993a67d8d8676fe99866745d1b036797ca59
parent9658645407c784105bb361297d5316cadc9ff2bd
parent3d46d095c8148e6e333e4da3e4ed8f8c63377f45
Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakis

this improves typeck performance by 5% (LLVM times are still huge).

Basically fixes #25916 (still O(n^2), but the example takes <1s to
compile).

r? @nikomatsakis