aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/args.rs
Commit message (Expand)AuthorAgeFilesLines
* Make `trim` return `&mut self` (#395)Lakelezz2018-09-211-4/+5
* Be able to trim whitespaceacdenisSK2018-09-191-0/+44
* Fix `iter_quoted`'s doctestacdenisSK2018-08-101-2/+3
* TypoacdenisSK2018-08-071-1/+1
* Capitalise iacdenisSK2018-08-071-4/+4
* Refactor docs in `Args`acdenisSK2018-08-071-83/+102
* Reword `ArgError`'s docs a littleacdenisSK2018-08-071-3/+2
* Unwrap `rfind`acdenisSK2018-08-071-6/+1
* Add simple no-parse getters and advancer to `Args`acdenisSK2018-08-051-1/+67
* Add a test-case for no delimitersacdenisSK2018-08-021-0/+9
* Check if message is empty tooacdenisSK2018-08-021-1/+1
* Handle no delimitersacdenisSK2018-08-021-7/+12
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+433
* Some minor changes to `Args`acdenisSK2018-07-211-10/+9
* Use `current` to figure out the end quoteacdenisSK2018-07-191-17/+4
* Style LineacdenisSK2018-07-191-0/+1
* Merge `Token` and `TokenOwned`acdenisSK2018-07-191-26/+10
* Use an `Option` to denote endacdenisSK2018-07-191-18/+7
* Add docs for `Args::new`acdenisSK2018-07-131-0/+27
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+2
* Don't assume all characters at end are 1-lengthacdenisSK2018-07-061-2/+17
* Miscellaneous changes in ArgsacdenisSK2018-06-211-267/+286
* Fix Args testZeyla Hellyer2018-06-171-76/+76
* Force `find(_n)` to be quote awareacdenisSK2018-06-171-17/+18
* Examples speak more than wordsacdenisSK2018-06-091-13/+67
* Add the missing `rest` methodacdenisSK2018-06-081-6/+47
* Revamp `Args` from the ground-up (#326)Alex M. M2018-06-041-224/+331
* Do some little optimizations on `find(_n)`acdenisSK2018-05-271-8/+17
* Further improve `Args` (the struct) documentationacdenisSK2018-05-271-10/+12
* Remove "if length == 1" branchacdenisSK2018-05-261-27/+13
* Switch to match_indices for occurencesacdenisSK2018-05-261-1/+1
* Be consistent with the note styleacdenisSK2018-04-061-1/+3
* Improve docs for `Args`acdenisSK2018-04-061-19/+36
* Add `full_quoted`acdenisSK2018-04-051-1/+52
* Fix is_empty behaviour againacdenisSK2018-04-041-20/+31
* Short-circuit on an erroracdenisSK2018-04-021-37/+14
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-3/+5
* Properly check if the input is emptyacdenisSK2018-02-241-7/+31
* Add `iter_quoted`acdenisSK2017-12-241-10/+28
* Fix `multiple_quoted` (#241)Lakelezz2017-12-241-50/+50
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-221-154/+239
* Actually fix `Args`'s `parse` and add a few tests (#236)Lakelezz2017-12-181-8/+3
* Fix ifsacdenisSK2017-12-181-6/+6
* Fix multiple char delimitersacdenisSK2017-12-181-4/+9
* Add a special `len` to `Args`acdenisSK2017-12-181-0/+17
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-17/+19
* Avoid an unwrap in args::parse_quotesZeyla Hellyer2017-12-161-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-9/+12
* Revamp the internals of `Args`acdenisSK2017-12-161-123/+153
* Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1