summary refs log tree commit diff
path: root/src/test/run-pass/overloaded-autoderef-indexing.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
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-1/+5
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-03-13Region + borrow checker support and tests for overloaded autoderef.Eduard Burtescu-0/+24