about summary refs log tree commit diff
path: root/src/libcore/condition.rs
AgeCommit message (Expand)AuthorLines
2012-10-19core: add 3rd proposed interface (trap/in) to conditions.Graydon Hoare-0/+69
2012-10-18core: add potential "simpler interface" to core::condition, also reduce TLS h...Graydon Hoare-18/+69
2012-10-18core: Add type params to condition handling so interface is safe.Graydon Hoare-24/+25
2012-10-18core: add previous-handler save and restore for proper nesting.Graydon Hoare-16/+78
2012-10-17core: first working sketch of a condition system.Graydon Hoare-0/+117