aboutsummaryrefslogtreecommitdiff
path: root/src/builder/create_message.rs
Commit message (Expand)AuthorAgeFilesLines
* Monomorphize all functionsZeyla Hellyer2018-07-041-4/+14
* Fix Create(Embed/Message) to be consistentacdenisSK2018-03-201-4/+4
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-3/+3
* Move `VecMap` to `utils`acdenisSK2018-01-021-2/+2
* Improve performance of builders even furtheracdenisSK2017-12-271-5/+4
* Break up the model moduleZeyla Hellyer2017-12-161-2/+2
* Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-271-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-3/+3
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-8/+10
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
* Revert "Use the de-generification trick."acdenisSK2017-10-091-5/+1
* Use the de-generification trick.acdenisSK2017-10-091-1/+5
* `to_owned` -> `to_string`acdenisSK2017-10-091-4/+4
* Apply rustfmtZeyla Hellyer2017-09-181-4/+2
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-3/+5
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-5/+3
* Apply rustfmtZeyla Hellyer2017-08-181-2/+4
* Fix the test `message_content_safe`acdenisSK2017-08-061-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-041-4/+1
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-2/+6
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-2/+1
* rustfmtacdenisSK2017-07-271-4/+6
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-031-4/+4
* Support adding reactions when creating messagealex2017-05-241-5/+13
* Restructure modulesZeyla Hellyer2017-05-221-0/+86