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
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
David Tolnay
dedb78c3ff
Simplify string writing in Indented
2019-12-23 21:43:26 -05:00
David Tolnay
88a72faee0
Remove trimming from Indented writer
...
Starting error messages with "\n " so that rustc's default `main`
prints them on the next line after the "Error:" heading is not a pattern
I want to encourage.
2019-12-23 21:43:25 -05:00
David Tolnay
b0892e8e3f
Remove verbose Indented constructors
2019-12-23 21:43:24 -05:00
Jane Lusby
ba0f8c9928
Apply indent in causes on each new line ( #54 )
2019-12-23 21:43:01 -05:00
David Tolnay
6b8064aab2
Add basic trybuild test for error missing Display impl
2019-11-28 11:54:07 -08:00
David Tolnay
d9957be8c2
Update crates.io description metadata
2019-11-27 22:08:41 -08:00
David Tolnay
3cd0fcb2d1
Release 1.0.25
2019-11-27 22:04:45 -08:00
David Tolnay
55343b9d6c
Merge pull request #53 from dtolnay/nostd
...
Add no_std + alloc support
2019-11-27 22:02:57 -08:00
David Tolnay
10156ddb26
Require minimum rustc 1.36 to use alloc
2019-11-27 21:57:03 -08:00
David Tolnay
3f134b2f80
Test no-std support in CI
2019-11-27 21:55:25 -08:00