about summary refs log tree commit diff
path: root/src/libstd/termination.rs
AgeCommit message (Expand)AuthorLines
2018-02-22move Termination trait to std::processNiko Matsakis-81/+0
2018-02-22put the "unit test" logic into libtestNiko Matsakis-13/+10
2018-02-22support unit tests with return values that implement `Terminaton`Niko Matsakis-0/+7
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-12/+3
2018-01-04Bump to 1.25.0Alex Crichton-1/+1
2017-12-26Rework the exit failure and success declaration for wasm32Bastian Köcher-4/+14
2017-12-26Don't emit the termination lang item in testsBastian Köcher-1/+1
2017-12-26Adds termination_trait feature gateBastian Köcher-7/+7
2017-12-26Fixes compilation errors and adds proposed improvementsBastian Köcher-0/+2
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-0/+74