about summary refs log tree commit diff
path: root/src/test/ui/rfc-1937-termination-trait
AgeCommit message (Expand)AuthorLines
2019-04-22Remove needless error in testEsteban Küber-18/+8
2019-04-22Continue evaluating after item-type checkingEsteban Küber-3/+13
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-76/+6
2018-09-04Introduce Custom Test FrameworksJohn Renner-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+53
2018-06-06fix stderrsdylan_DPC-2/+2
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-4/+0
2018-05-11Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+24
2018-04-26Add a ui test for an incorrect Result success type in a #[test]Scott McMurray-0/+34
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-0/+75
2018-03-25Modify testsAlexander Ronald Altman-1/+1
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-2/+2
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-2/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-0/+24