]> git.lizzy.rs Git - rust.git/commit
Port coherence to use the new trait matching code
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 12 Sep 2014 14:54:08 +0000 (10:54 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 15 Sep 2014 19:28:12 +0000 (15:28 -0400)
commit6349a61231b8c0571cf3db97a68c7215e04a8791
treeacd26a0b5205b795fcc3b69fcd65e650b52ba07b
parentc5754f3971b4bb6ea1c9527863189792ab5ee336
Port coherence to use the new trait matching code
src/librustc/middle/dead.rs
src/librustc/middle/traits/coherence.rs [new file with mode: 0644]
src/librustc/middle/typeck/coherence.rs [deleted file]
src/librustc/middle/typeck/coherence/mod.rs [new file with mode: 0644]
src/librustc/middle/typeck/coherence/orphan.rs [new file with mode: 0644]
src/librustc/middle/typeck/coherence/overlap.rs [new file with mode: 0644]
src/librustdoc/clean/inline.rs