]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/associated-types-projection-from-known-type-in-impl.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / associated-types-projection-from-known-type-in-impl.rs
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-10 borsMerge pull request #20771 from Kimundi/vec-macro-repeat
2015-01-09 borsMerge pull request #20793 from ktossell/rustdoc-fixedve...
2015-01-09 borsMerge pull request #20699 from vhbit/ios-archs
2015-01-09 borsMerge pull request #20741 from mneumann/dragonfly-pthre...
2015-01-09 borsMerge pull request #20718 from tshepang/bench-fix-some...
2015-01-08 borsMerge pull request #20766 from tsurai/patch-1
2015-01-08 borsMerge pull request #20735 from squidpickles/master
2015-01-08 borsauto merge of #20760 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20757: nikomatsakis/issue-20624-assoc...
2015-01-08 Niko MatsakisAdd another test using projection types in impls.