index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
framework
/
standard
/
args.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `trim` return `&mut self` (#395)
Lakelezz
2018-09-21
1
-4
/
+5
*
Be able to trim whitespace
acdenisSK
2018-09-19
1
-0
/
+44
*
Fix `iter_quoted`'s doctest
acdenisSK
2018-08-10
1
-2
/
+3
*
Typo
acdenisSK
2018-08-07
1
-1
/
+1
*
Capitalise i
acdenisSK
2018-08-07
1
-4
/
+4
*
Refactor docs in `Args`
acdenisSK
2018-08-07
1
-83
/
+102
*
Reword `ArgError`'s docs a little
acdenisSK
2018-08-07
1
-3
/
+2
*
Unwrap `rfind`
acdenisSK
2018-08-07
1
-6
/
+1
*
Add simple no-parse getters and advancer to `Args`
acdenisSK
2018-08-05
1
-1
/
+67
*
Add a test-case for no delimiters
acdenisSK
2018-08-02
1
-0
/
+9
*
Check if message is empty too
acdenisSK
2018-08-02
1
-1
/
+1
*
Handle no delimiters
acdenisSK
2018-08-02
1
-7
/
+12
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+433
*
Some minor changes to `Args`
acdenisSK
2018-07-21
1
-10
/
+9
*
Use `current` to figure out the end quote
acdenisSK
2018-07-19
1
-17
/
+4
*
Style Line
acdenisSK
2018-07-19
1
-0
/
+1
*
Merge `Token` and `TokenOwned`
acdenisSK
2018-07-19
1
-26
/
+10
*
Use an `Option` to denote end
acdenisSK
2018-07-19
1
-18
/
+7
*
Add docs for `Args::new`
acdenisSK
2018-07-13
1
-0
/
+27
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-0
/
+2
*
Don't assume all characters at end are 1-length
acdenisSK
2018-07-06
1
-2
/
+17
*
Miscellaneous changes in Args
acdenisSK
2018-06-21
1
-267
/
+286
*
Fix Args test
Zeyla Hellyer
2018-06-17
1
-76
/
+76
*
Force `find(_n)` to be quote aware
acdenisSK
2018-06-17
1
-17
/
+18
*
Examples speak more than words
acdenisSK
2018-06-09
1
-13
/
+67
*
Add the missing `rest` method
acdenisSK
2018-06-08
1
-6
/
+47
*
Revamp `Args` from the ground-up (#326)
Alex M. M
2018-06-04
1
-224
/
+331
*
Do some little optimizations on `find(_n)`
acdenisSK
2018-05-27
1
-8
/
+17
*
Further improve `Args` (the struct) documentation
acdenisSK
2018-05-27
1
-10
/
+12
*
Remove "if length == 1" branch
acdenisSK
2018-05-26
1
-27
/
+13
*
Switch to match_indices for occurences
acdenisSK
2018-05-26
1
-1
/
+1
*
Be consistent with the note style
acdenisSK
2018-04-06
1
-1
/
+3
*
Improve docs for `Args`
acdenisSK
2018-04-06
1
-19
/
+36
*
Add `full_quoted`
acdenisSK
2018-04-05
1
-1
/
+52
*
Fix is_empty behaviour again
acdenisSK
2018-04-04
1
-20
/
+31
*
Short-circuit on an error
acdenisSK
2018-04-02
1
-37
/
+14
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-3
/
+5
*
Properly check if the input is empty
acdenisSK
2018-02-24
1
-7
/
+31
*
Add `iter_quoted`
acdenisSK
2017-12-24
1
-10
/
+28
*
Fix `multiple_quoted` (#241)
Lakelezz
2017-12-24
1
-50
/
+50
*
Better support for multiple delimiters on `Args` (#239)
Lakelezz
2017-12-22
1
-154
/
+239
*
Actually fix `Args`'s `parse` and add a few tests (#236)
Lakelezz
2017-12-18
1
-8
/
+3
*
Fix ifs
acdenisSK
2017-12-18
1
-6
/
+6
*
Fix multiple char delimiters
acdenisSK
2017-12-18
1
-4
/
+9
*
Add a special `len` to `Args`
acdenisSK
2017-12-18
1
-0
/
+17
*
Fix doc-tests and `single_zc`
acdenisSK
2017-12-17
1
-17
/
+19
*
Avoid an unwrap in args::parse_quotes
Zeyla Hellyer
2017-12-16
1
-1
/
+1
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-9
/
+12
*
Revamp the internals of `Args`
acdenisSK
2017-12-16
1
-123
/
+153
*
Convert from macro to ? (#226)
Mei Boudreau
2017-11-23
1
-1
/
+1
[next]