index
:
two-timer
fix/correct_24h_time
master
Rust library for parsing English time expressions into start and end timestamps
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-30
just supdated some dependencies
dfhoughton
2021-03-28
adding cargo.lock
dfhoughton
2021-03-28
changing to a more permissive license
dfhoughton
2021-03-28
changing to a more permissive license
David
2020-10-10
date the most recent change in the change log
dfhoughton
2020-10-03
added configuration parameter so time expressions can default to future inste...
dfhoughton
2020-05-17
date the latest changes
dfhoughton
2020-05-17
added 'since' expressions and also 'the' as a synonym for 'this'
dfhoughton
2020-03-07
bumped some version numbers
dfhoughton
2020-03-07
script useful for debugging
dfhoughton
2020-03-07
various fixes and changes -- see CHANGES.md
dfhoughton
2020-01-04
fixed panic
dfhoughton
2019-12-30
reverted ToString
dfhoughton
2019-12-30
fixing bare "pay period" needed by jobrog
dfhoughton
2019-11-24
bump version number and describe change
dfhoughton
2019-11-24
documentation fix
dfhoughton
2019-11-24
new small_grammar feature
dfhoughton
2019-09-15
use MATCHER in parsable to spread around the serialization savings
dfhoughton
2019-09-15
reverse listing of changes in changelog
dfhoughton
2019-09-15
more changelong improvement
dfhoughton
2019-09-15
a bit more in the changes file
dfhoughton
2019-09-15
user serialized matcher to speed things up
dfhoughton
2019-06-30
added parsable function
dfhoughton
2019-02-17
making test a bit more thorough
dfhoughton
2019-02-16
remove need for space between hour and AM/PM
dfhoughton
2019-02-10
added specific_time rule
dfhoughton
2019-02-03
fixed 'Friday the 13th' and 'the 31st'
dfhoughton
2019-02-03
added before and after pattern
dfhoughton
2019-02-03
better organization and documentation of grammar
dfhoughton
2019-02-03
added relative displacement pattern
dfhoughton
2019-02-03
some comments
dfhoughton
2019-02-03
rearranged code; enabled Friday the 13th
dfhoughton
2019-02-02
handle noon and midnight
dfhoughton
2019-02-02
added English number test for before/after/around pattern
dfhoughton
2019-02-02
added time around pattern
dfhoughton
2019-01-27
added the month-day pattern
dfhoughton
2019-01-27
test for kalends, nones, ides
dfhoughton
2019-01-27
added ordinals in a_date pattern
dfhoughton
2019-01-20
fixed regression
dfhoughton
2019-01-12
added msg method to TimeError
dfhoughton
2019-01-06
bumping version number; adding documentation
dfhoughton
2019-01-06
hiding public API item
dfhoughton
2019-01-05
some documentation
dfhoughton
2019-01-05
made space optional before era suffix
dfhoughton
2019-01-05
a few more tests; removed more unused imports
dfhoughton
2019-01-05
removed all references to UTC time
dfhoughton
2019-01-05
converted from utc to naive; added 'weekend'
dfhoughton
2018-12-29
better URL in README
dfhoughton
2018-12-29
slightly better README
dfhoughton
2018-12-29
keep around the main.rs file for generating examples
dfhoughton
[next]