about summary refs log tree commit diff
path: root/src/test/run-pass/issue-3149.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-33/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-6/+5
2013-03-22test: Remove `pure` from the test suitePatrick Walton-5/+5
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-5/+5
Sadly I could not use trait inheritance due to a type parameter substitution bug.
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure ↵Patrick Walton-1/+1
definitions. r=tjc
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-08-14Fix check-fast breakageBrian Anderson-2/+0
2012-08-08Don't add struct names to the value name space if there's no constructorTim Chevalier-0/+24
Closes #3149