aboutsummaryrefslogtreecommitdiff
path: root/src/builder
Commit message (Expand)AuthorAgeFilesLines
* Use an as_ref hackacdenisSK2017-10-051-2/+2
* Replace slice parametres by IntoIterator (#177)François Triquet2017-10-051-2/+2
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-042-2/+2
* Revert "Use the de-generification trick."acdenisSK2017-10-035-60/+21
* Use the de-generification trick.acdenisSK2017-10-025-21/+60
* `to_owned` -> `to_string`acdenisSK2017-10-0110-94/+94
* Apply rustfmtZeyla Hellyer2017-09-1810-165/+74
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-2710-77/+168
* Revamp `RwLock` usage in the libacdenisSK2017-08-2410-168/+77
* Clippy lintsZeyla Hellyer2017-08-181-1/+1
* Apply rustfmtZeyla Hellyer2017-08-1810-74/+165
* Fix the test `message_content_safe`acdenisSK2017-08-062-2/+2
* Refactor the display stuff a bitacdenisSK2017-08-042-22/+6
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-042-13/+30
* Change the config a bit, and a few nitpicksacdenisSK2017-07-278-43/+68
* rustfmtacdenisSK2017-07-2711-109/+148
* Add a way to add multiple fields at onceacdenisSK2017-07-111-0/+20
* Fix doc testsacdenisSK2017-07-023-81/+94
* Add support for sending attachments in embeds (#95)alex2017-06-281-0/+10
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-201-5/+5
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-063-4/+4
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-15/+73
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-038-31/+26
* Support adding reactions when creating messagealex2017-05-241-5/+13
* Add more examples and improve some othersZeyla Hellyer2017-05-236-28/+274
* Restructure modulesZeyla Hellyer2017-05-2211-0/+1365