aboutsummaryrefslogtreecommitdiff
path: root/src/builder
Commit message (Expand)AuthorAgeFilesLines
* Fix doc-testsacdenisSK2017-11-082-3/+3
* Into<String> -> DisplayacdenisSK2017-11-071-6/+6
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-6/+0
* Merge v0.4.3acdenisSK2017-11-042-6/+12
|\
| * Fix no-client cache testsZeyla Hellyer2017-11-012-6/+6
* | Make the Client return a ResultZeyla Hellyer2017-11-033-5/+17
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-223-4/+4
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-183-93/+25
* | Slightly improve performance of buildersZeyla Hellyer2017-10-1810-172/+127
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-1/+1
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
| * 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
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-102-15/+15
* | Use an as_ref hackacdenisSK2017-10-091-2/+2
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-2/+2
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-092-2/+2
* | Revert "Use the de-generification trick."acdenisSK2017-10-095-60/+21
* | Use the de-generification trick.acdenisSK2017-10-095-21/+60
* | `to_owned` -> `to_string`acdenisSK2017-10-0910-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