summary refs log tree commit diff
path: root/src/test/run-pass/overloaded-autoderef-order.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-2/+0
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+8
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+8
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-07-19librustc: Implement lifetime elision.Patrick Walton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-03-31rpass/cfail: Update field privacy where necessaryAlex Crichton-2/+2
2014-03-13Region + borrow checker support and tests for overloaded autoderef.Eduard Burtescu-0/+71