about summary refs log tree commit diff
path: root/src/test/run-pass/pred-not-bool.rs
AgeCommit message (Collapse)AuthorLines
2016-08-13Predicates haven't existed in almost 5 years.Ahmed Charles-18/+0
This test probably adds negative value other than historical amusement.
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
Now that support has been removed, all lingering use cases are renamed.
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-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-06-14Remove an outdated FIXME, change to use the new //! ERROR syntaxTim Chevalier-7/+1
2011-08-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-0/+2
2011-08-25Allow pure fns to have any return typeTim Chevalier-0/+10