571 Commits

Author SHA1 Message Date
Jane Lusby
f4445767dd initial commit 2020-04-24 07:43:20 -07:00
David Tolnay
150abf1270
Run clippy on latest nightly that has clippy 2020-04-23 10:36:31 -07:00
Jane Lusby
3ac0be8322
merge upstream changes from anyhow (#10) 2020-04-13 09:19:24 -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
6b601f8215
Propogate context to the top most error when wrapping inner errors (#5)
* Propogate context when wrapping errors with Option::take

* fix test failure in fmt output

* bump version for release
2020-04-07 14:26:48 -07:00
Jane Lusby
7a9d480c99 provide a default impl for the Display trait 2020-04-07 13:05:33 -07:00
Pascal Hertleif
ab76683def Fix tracing_error::SpanTrace link in Readme
Just a quick drive-by commit :)
2020-04-05 05:15:48 -07:00
David Tolnay
022f700a1c
Release 1.0.28 2020-03-30 16:21:57 -07:00
David Tolnay
e2eb1f5263
Merge pull request #78 from dtolnay/cfg
Use doc_cfg to mark Error::new
2020-03-30 16:20:09 -07:00
David Tolnay
d65ec5ed2f
Use doc_cfg to mark Error::new 2020-03-30 16:15:38 -07:00
David Tolnay
e46df9f4a5
Rephrase nightly backtrace note 2020-03-19 23:08:52 -07:00
David Tolnay
946bff8a54
Merge pull request #73 from lzybkr/nightly_in_docs
Mention nightly more prominently
2020-03-19 23:05:54 -07:00
Jason Shirk
a07b84b641 Mention nightly in module docs 2020-03-19 22:31:33 -07:00
David Tolnay
ffc45d2d42
Select a single docs.rs build target 2020-03-17 13:27:25 -07:00
David Tolnay
e7702aa4fc
Release 1.0.27 2020-03-14 13:36:20 -07:00
David Tolnay
19be9654a0
Merge pull request #71 from dtolnay/dev
Disable dev dependency on futures executor
2020-03-14 13:35:54 -07:00
David Tolnay
4426253333
Disable dev dependency on futures executor
All we need in the example code is futures::stream.
2020-03-14 13:31:26 -07:00
David Tolnay
8d2aceaec7
Merge pull request #70 from dtolnay/env
Explain backtrace env variable combinations
2020-03-14 13:31:18 -07:00
David Tolnay
4bebd2ab1e
Explain backtrace env variable combinations 2020-03-14 13:26:08 -07:00
Jane Lusby
78817d3faf Update readme 2020-03-13 14:32:54 -07:00
Jane Lusby
2397da0112 More readme / docs updates 2020-03-05 18:54:39 -08:00
Jane Lusby
3fe020cd20 Add readme docs to lib 2020-03-05 18:49:56 -08:00
Jane Lusby
6ce7d262f7 More updates to the readme 2020-03-05 18:45:59 -08:00
Jane Lusby
782e62f3b1 Bump version to push updated docs to crates 2020-03-05 18:41:01 -08:00
Jane Lusby
ecff17c22b Fix more references to old context design 2020-03-05 18:40:22 -08:00
Jane Lusby
8fc4e962a9 Update wrap_err docs 2020-03-05 18:29:40 -08:00
Jane Lusby
4bf18acb8f Be more assertive 2020-03-05 17:44:50 -08:00
Jane Lusby
d60a8bdeec Fix readme on crates.io 2020-03-04 17:20:49 -08:00
Jane Lusby
788f7e8bbd Another one bites the dust 2020-03-04 17:15:40 -08:00
Jane Lusby
24f97fa239 Fix more broken links 2020-03-04 17:15:04 -08:00
Jane Lusby
35bd502085 Fix another broken test 2020-03-04 17:13:37 -08:00
Jane Lusby
7fe710ad04 Fix broken links 2020-03-04 17:12:55 -08:00
Jane Lusby
d083f6f396 Update stderr for update to nightly 2020-03-04 17:00:24 -08:00
Jane Lusby
0efed8047b Bump version one more time 2020-03-04 16:40:33 -08:00
Jane Lusby
dda5227876 Fix readme 2020-03-04 16:21:40 -08:00
David Tolnay
c01ceafc87
Update ui tests to nightly-2020-03-01 2020-02-29 20:47:26 -08:00
Jane Lusby
efb8a9ca82 Update docs to reflect changes in API 2020-02-28 16:42:49 -08:00
Jane Lusby
1550cafbd9 Rework context APIs 2020-02-28 15:37:59 -08:00
Jane Lusby
41c0283913 Update README.md 2020-02-28 10:17:19 -08:00
Jane Lusby
562babd954
Merge pull request #2 from yaahc/pass-ci
simplify ci requirements
2020-02-28 10:16:21 -08:00
Jane Lusby
fc662c5ae5 simplify ci requirements 2020-02-28 10:13:16 -08:00
Jane Lusby
9da3357ad1 Update README.md 2020-02-28 09:45:29 -08:00
Jane Lusby
3c14363706 Update README.md 2020-02-28 09:44:23 -08:00
Jane Lusby
dc23e937ee Update README.md 2020-02-28 09:43:14 -08:00
Jane Lusby
403f525435
Merge pull request #1 from yaahc/testing
Merge customization and test via PR
2020-02-28 09:40:04 -08:00
Jane Lusby
3b26dacea8 Update docs a little 2020-02-28 09:37:41 -08:00
Jane Lusby
82bf2a66e6 fix clippy warning 2020-02-28 08:59:55 -08:00
Jane Lusby
4781fcd78c fix nightly 2020-02-28 08:57:56 -08:00
Jane Lusby
11757c1da5 make an effort at no_std support 2020-02-28 08:54:39 -08:00
Jane Lusby
6c1a9af5b8 move fmting to trait and add github actions support 2020-02-28 08:21:08 -08:00