aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/args.rs
Commit message (Expand)AuthorAgeFilesLines
* Add "zero-copy" parsingacdenisSK2017-10-211-0/+82
* Add a missing breakacdenisSK2017-10-181-0/+1
* `assert` -> `assert_eq`acdenisSK2017-10-181-2/+2
* Add `PartialEq` impls and doc tests to `Args`acdenisSK2017-10-181-1/+154
* Add try_opt macro for substituteMei Boudreau2017-10-121-8/+5
* Add an iterator for `Args`acdenisSK2017-10-101-9/+33
* Add some docs to `Args`acdenisSK2017-10-101-0/+4
* Fix most clippy warningsMaiddog2017-10-041-3/+3
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-40/+72
* Apply rustfmtZeyla Hellyer2017-09-181-3/+4
* Add find and find_n (#153)Maiddog2017-08-281-0/+40
* Remove mut when not needed (#152)Maiddog2017-08-281-2/+2
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-221-1/+1
* Make args empty when no arguments are passed. (#143)Maiddog2017-08-221-1/+7
* Fix tests (#145)Maiddog2017-08-221-41/+56
* feature-flag the vec_shift dependencyacdenisSK2017-08-211-0/+124