aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/create_group.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix most clippy warningsMaiddog2017-10-041-1/+1
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-2/+2
* `to_owned` -> `to_string`acdenisSK2017-10-011-6/+6
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-2/+2
* Apply rustfmtZeyla Hellyer2017-09-181-7/+4
* Copy some methods from Command to Group (#164)Maiddog2017-09-111-2/+84
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-4/+7
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-7/+4
* Fix tests (#145)Maiddog2017-08-221-4/+1
* Revamp the args to an `Args` structacdenisSK2017-08-201-1/+2
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-0/+86