summary refs log tree commit diff
path: root/src/test/run-pass/issue-14958.rs
AgeCommit message (Expand)AuthorLines
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-1/+9
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-1/+9
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-1/+2
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-1/+1
2014-06-18librustc: Use expr_ty_adjusted in trans_overloaded_call.Luqman Aden-0/+29