1
0
mirror of https://github.com/bspeice/dtparse synced 2024-09-19 16:31:32 -04:00
Commit Graph

137 Commits

Author SHA1 Message Date
3e03b188b4 Disable clippy component for 1.28 2020-06-11 13:05:21 -04:00
bspeice
7147677926
Merge pull request #25 from bspeice/simplify_testing
Simplify testing procedure
2020-06-11 12:26:12 -04:00
22b6a321e6 Remove Appveyor badge from README 2020-06-11 12:25:55 -04:00
9edc2a3102 Simplify testing procedure 2020-06-11 12:23:36 -04:00
bspeice
245f746c8c
Merge pull request #24 from bspeice/panic_fuzzing
Fix #21
2020-06-11 12:23:10 -04:00
bspeice
5782a573bc
Merge pull request #23 from gma2th/master
Implement Error trait for ParseError
2020-06-11 12:13:12 -04:00
Matthieu Guilbert
e895fbd9f3 Implement Error trait for ParseError 2020-06-11 23:29:37 +08:00
2a2f1e7fbd Fix #21 2020-05-29 14:23:54 -04:00
bspeice
e9c994a755
Merge pull request #20 from bspeice/timezone
Remove timezone handling
2019-11-30 08:41:11 -05:00
d6fc72459e Mark unused 2019-11-29 18:19:13 -05:00
d7ff381d7f Bugfix 2019-11-29 17:58:40 -05:00
d5e0a5d46a Remove timezone handling
There are too many issues in chrono-tz to make it worth supporting.
2019-11-29 16:49:29 -05:00
bspeice
9f1b8d4971
Merge pull request #19 from bspeice/tz_fix
Attempt to read timezones from chrono-tz
2019-11-29 15:45:44 -05:00
0f7ac8538c Remove WASM from Travis 2019-11-25 23:11:19 -05:00
b81a8d9541 Use 1.28 as minimum Rust version 2019-11-25 20:57:56 -05:00
030ca4fced Rustfmt 2019-11-13 23:18:37 -05:00
142712900f Attempt to read timezones from chrono-tz 2019-11-13 23:12:47 -05:00
c310cbaa0d Fix an example warning 2018-09-18 23:06:38 -04:00
ef3ea38834 Release version 1.0.3 2018-09-18 23:04:07 -04:00
741afa3451 Remove a last println and use a static default parser
Heap profilers are fun
2018-09-17 23:14:50 -04:00
4d7c5dd995 Now with 100% more WASM!
Version bump and README update
2018-08-14 22:49:24 -04:00
afb7747cdf Fix target name 2018-08-14 22:38:05 -04:00
22e0300275 Test adding WASM support 2018-08-14 21:53:35 -04:00
Bradlee Speice
0ef35527d9 Release 1.0.1 2018-08-11 13:13:12 -04:00
Bradlee Speice
b5fa1d89ef Fix new tests not being date-neutral 2018-08-11 10:38:46 -04:00
Bradlee Speice
246b389ac9 Clippy caught a bug
And now I have test cases for it!
2018-08-10 23:24:02 -04:00
Bradlee Speice
4d48885f4b Add old rust versions to test agains 2018-08-10 22:15:27 -04:00
Bradlee Speice
48705339e6 Add one final CONTRIBUTOR 2018-08-03 23:43:24 -04:00
Bradlee Speice
01ebec84bb Release version 1.0! 2018-08-03 23:42:09 -04:00
Bradlee Speice
28b7bec91d Add a custom parsing example in Russian 2018-08-03 23:40:54 -04:00
Bradlee Speice
b966c02d04 Add ALL the badges 2018-08-03 23:15:13 -04:00
Bradlee Speice
4133343e93 Don't attempt running a lib crate 2018-08-03 22:10:50 -04:00
Bradlee Speice
0d3b646749 Add notes on codegen, and regenerate 2018-08-03 21:56:32 -04:00
Bradlee Speice
50fe2c01d4 README and Cargo.toml updates 2018-08-03 21:52:36 -04:00
Bradlee Speice
893cf6d40c Get some new CI set up 2018-08-03 21:48:09 -04:00
Bradlee Speice
8f8ba7887a Write ALL the documentation! 2018-08-01 23:27:49 -04:00
Bradlee Speice
256f937742 Add some initial crate documentation
Element documentation next!
2018-07-30 23:33:46 -04:00
Bradlee Speice
91a3a4a481 Add travis status to the README 2018-07-24 23:36:11 -04:00
bspeice
c884bc5842
Merge pull request #15 from bspeice/internal_refactor
Internal refactor
2018-07-24 23:32:44 -04:00
Bradlee Speice
44e37b364c Much simpler API surface
And getting rid of the dumb "internal" error type
2018-07-24 23:28:38 -04:00
Bradlee Speice
c6feaebe71 tokenize shouldn't be public 2018-07-24 22:47:22 -04:00
Bradlee Speice
0d18eb524b Remove fuzzing, add CONTRIBUTING/CONTRIBUTORS 2018-07-24 22:41:56 -04:00
Bradlee Speice
848f1b9249 Release 0.9.1 2018-07-19 23:05:03 -04:00
bspeice
87ada05bac
Merge pull request #14 from mjmeehan/master
Fix parser crash on bogus data in third field after separator
2018-07-19 18:06:53 -04:00
Mike Meehan
e1c7c8424a Improve error message to match dateutil 2018-07-18 23:03:53 -04:00
Mike Meehan
4acd072974 Fix typo in the fuzzer script 2018-07-18 22:38:02 -04:00
Mike Meehan
ac95e9e8c3 Add fuzzing, find and fix a parser bug. 2018-07-18 22:27:29 -04:00
Mike Meehan
fecba852d1 Use ends_with in some places 2018-07-18 20:34:14 -04:00
bspeice
fe0a0ea3a7
Merge pull request #12 from bspeice/fuzzy_dates
Fuzzy dates
2018-07-08 22:05:15 -04:00
Bradlee Speice
41d7194898 Merge branch 'master' into fuzzy_dates 2018-07-08 22:01:14 -04:00