10 Commits

Author SHA1 Message Date
Jane Lusby
f39eaff0b2
Switch report handler to a global hook (#29)
* Switch report handler to a global hook

* more cleanup

* remove default from example

* remove broken support for no_std

* back out the unneeded nostd check

* remove one stackframe when capturing a Handler

* update docs and prep for release

* port lib.rs docs updates to readme
2020-07-05 19:04:31 -07:00
Jane Lusby
e3bf56ef5c
Rename ErrReport to Report (#9)
* Rename ErrReport to Report

* bump versions to prep for a release
2020-04-13 09:10:30 -07:00
Jane Lusby
11757c1da5 make an effort at no_std support 2020-02-28 08:54:39 -08:00
Jane Lusby
74938f4ad8 Allow customization of error context 2020-02-27 15:50:57 -08:00
Jane Lusby
86da223cde Rename core types 2020-02-27 13:04:19 -08:00
David Tolnay
b2f0f456f5
Atomic flag type for use in Drop tests 2019-10-27 21:20:03 -07:00
David Tolnay
95e25cf787
Test null pointer optimization of Result<(), Error> 2019-10-08 13:02:39 -07:00
David Tolnay
00911a3122
Move DetectDrop to test module 2019-10-08 11:21:55 -07:00
David Tolnay
4d051e4b76
Organize test files 2019-10-08 11:14:35 -07:00
David Tolnay
04a9f51fa7
Move repr_correctness tests to integration test file 2019-10-08 09:49:30 -07:00