about summary refs log tree commit diff
path: root/src/test/compile-fail/trait-bounds-sugar.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+2
2015-02-16Implement the rules for RFC 599, and add various tests.Niko Matsakis-2/+1
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+4
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-15/+5
2013-10-23register snapshotsDaniel Micay-0/+2
2013-06-28Rename Const/Owned in more placesJames Miller-5/+5
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-0/+37