358 Commits

Author SHA1 Message Date
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
Jane Lusby
10570f5d72 Rename more of the API 2020-02-27 17:23:09 -08:00
Jane Lusby
04f6ed13d2 Rename context apis 2020-02-27 17:15:17 -08:00
Jane Lusby
74938f4ad8 Allow customization of error context 2020-02-27 15:50:57 -08:00
Jane Lusby
c476a98f77 Rename Context trait 2020-02-27 13:18:06 -08:00
Jane Lusby
86da223cde Rename core types 2020-02-27 13:04:19 -08:00
David Tolnay
bac602c301
Merge pull request #65 from kornelski/patch-1
Add crates-io category
2020-02-13 09:11:19 -08:00
Kornel
e12fe91fb6
Add crates-io category 2020-02-13 13:21:07 +00:00
David Tolnay
0018deb930
Update ui tests to nightly-2020-02-08 2020-02-07 16:57:41 -08:00
David Tolnay
5259d5233c
Update ui tests to nightly-2020-01-11 2020-01-20 16:31:38 -08:00
David Tolnay
b16893a21c
Opt in to experimental trybuild diffs 2019-12-25 17:41:54 -05:00
David Tolnay
a0e1af6809
Display a Travis badge on crates.io 2019-12-24 20:55:28 -05:00
David Tolnay
332913bcef
Release 1.0.26 2019-12-23 21:45:26 -05:00
David Tolnay
6def70f4ed
Rename ind field of Indented
`ind` was confusingly used for both the number of the whole indented
message and the index of the enumerated lines within one message. It is
also ambiguous between being short for "index" vs "indent" in the
context of an indented writer.
2019-12-23 21:43:27 -05:00