index
:
validator
master
readme--update-custom-function-return-value
Simple validation for Rust structs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-27
Added support for validating Cow<'a, str> fields. (#56)
Simon Sparks
2018-07-22
Merge pull request #54 from pJunger/patch-1
Vincent Prouillet
2018-07-22
Fixed closing parentheses in README
Patrick Junger
2018-06-28
Prepare for release
Vincent Prouillet
2018-06-28
Do not cache to avoid compiletest error
Vincent Prouillet
2018-06-28
Merge pull request #52 from Eijebong/syn
Vincent Prouillet
2018-06-20
Update syn, quote and bump version
Bastien Orivel
2018-05-29
compiletest only work on nightly...
Vincent Prouillet
2018-05-29
Forget it
Vincent Prouillet
2018-05-29
Try 1.20 for lowest version
Vincent Prouillet
2018-05-29
Some more tweaks
Vincent Prouillet
2018-05-29
Change rust target for travis
Vincent Prouillet
2018-05-29
Prepare for release
Vincent Prouillet
2018-05-29
Merge pull request #50 from rustodon/feature-gate-card-validator
Vincent Prouillet
2018-05-15
feature gate card validator
Erin
2018-04-14
Update syn and quote
Vincent Prouillet
2018-04-14
Merge pull request #46 from rustodon/fix_path_parsing_regex
Vincent Prouillet
2018-04-13
fix path parsing for regex validators
Erin
2018-03-20
Update changelog
Vincent Prouillet
2018-03-20
Merge pull request #44 from csharad/double-option
Vincent Prouillet
2018-03-19
Fix path starting with ::
Vincent Prouillet
2018-03-19
Merge pull request #45 from Eijebong/fix_path_in_derive
Vincent Prouillet
2018-03-18
Fix path parsing for custom validators
Bastien Orivel
2018-03-18
Added test to validate None values
Sharad Chand
2018-03-18
Added Option<Option<Vec<T>> field to test
Sharad Chand
2018-03-18
Added complex tests
Sharad Chand
2018-03-18
Optional validator params and wraping for Option<Option<T>>
Sharad Chand
2018-03-18
Added assertions for Option<Option<T>>
Sharad Chand
2018-03-17
Update changelog
Vincent Prouillet
2018-03-17
Update phone_number dep
Vincent Prouillet
2018-03-17
Merge pull request #43 from Eijebong/syn
Vincent Prouillet
2018-03-16
Bump version
Bastien Orivel
2018-03-16
Bump syn to 0.12 and quote to 0.4
Bastien Orivel
2018-01-29
Merge pull request #42 from Eijebong/allow_mut
Vincent Prouillet
2018-01-28
Don't emit a warning when a struct with no validator derives Validate
Bastien Orivel
2018-01-25
Update some dependencies
Vincent Prouillet
2017-12-17
Merge pull request #37 from gtors/enhacement
Vincent Prouillet
2017-12-17
Move extraction of message and code in single function
gtors
2017-12-05
Merge pull request #36 from Eijebong/bump
Vincent Prouillet
2017-12-04
Update lazy_static to 1.0 and bump version
Bastien Orivel
2017-11-08
Feature gate phone feature in validator_derive as well
Vincent Prouillet
2017-11-08
Update changelog and versions
Vincent Prouillet
2017-11-08
Add missing credit_card derive impl
Vincent Prouillet
2017-11-08
v0.6.1 of validator
Vincent Prouillet
2017-11-08
Merge branch 'valeriansaliou-master'
Vincent Prouillet
2017-11-08
Merge branch 'master' of https://github.com/valeriansaliou/validator into val...
Vincent Prouillet
2017-11-07
Ability to validate an international phone number
Valerian Saliou
2017-10-10
Merge pull request #32 from voidxnull/fix/impl-err
Vincent Prouillet
2017-10-10
Merge pull request #33 from Eijebong/credit_card
Vincent Prouillet
2017-09-28
[#29] Add test for `?` operator
Dmitry Vdovin
[next]