summary refs log tree commit diff
path: root/src/test/run-pass/trait-bounds-basic.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-7/+4
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-5/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+6
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-3/+3
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-1/+5
2013-06-23Add tests for not-kind-checked trait bounds.Ben Blum-0/+28