aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Add test and fix another newline differencePvdBerg2018-06-081-1/+1
* Fix push_codeblock_safe not adding a newlinePvdBerg2018-06-081-0/+1
* Merge branch 'futures' into v0.6.xZeyla Hellyer2018-05-281-47/+0
|\
| * Rewrite the library to use FuturesZeyla Hellyer2018-02-041-47/+0
| * Fix broken docs links caused by model mod changesZeyla Hellyer2018-02-043-17/+17
* | Make Message Builder use &mut self instead of selfPvdBerg2018-05-271-43/+43
* | Fix dead link.Lakelezz2018-04-201-1/+1
* | Fix typo'd word `retrieve` (#307)Lakelezz2018-04-141-4/+4
* | Fix nsfw related docs (#299)Lakelezz2018-04-041-4/+0
* | Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-292-15/+23
* | Change the way ids and some enums are made (#295)Leah2018-03-232-3/+3
* | Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-313-17/+17
|/
* Move `VecMap` to `utils`acdenisSK2018-01-022-1/+122
* Remove builder re-export in utilsZeyla Hellyer2018-01-021-4/+0
* Improve performance of builders even furtheracdenisSK2017-12-271-0/+12
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-201-0/+2
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-3/+3
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-162-6/+6
* Break up the model moduleZeyla Hellyer2017-12-163-9/+17
* Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-271-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-112-2/+1
* Add Debug derives to more public typesthelearnerofcode2017-11-071-5/+5
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-2/+16
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-3/+3
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-3/+3
| * Force `I` to be not implemented outside serenityacdenisSK2017-10-031-3/+15
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-18/+6
| * Use the de-generification trick.acdenisSK2017-10-021-6/+18
| * `to_owned` -> `to_string`acdenisSK2017-10-013-7/+7
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+2
* | Force `I` to be not implemented outside serenityacdenisSK2017-10-091-3/+15
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-18/+6
* | Use the de-generification trick.acdenisSK2017-10-091-6/+18
* | `to_owned` -> `to_string`acdenisSK2017-10-093-7/+7
|/
* Apply rustfmtZeyla Hellyer2017-09-181-2/+5
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-0/+5
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-5/+2
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-2/+5
* Apply rustfmt fixesZeyla Hellyer2017-08-221-6/+8
* Add `with_config{_mut}`acdenisSK2017-08-231-0/+40
* Clippy lintsZeyla Hellyer2017-08-181-0/+3
* Apply rustfmtZeyla Hellyer2017-08-182-16/+13
* Remove the `I` bound for the language param and fix `push_mono_safe`acdenisSK2017-08-081-5/+5
* Fix the test `message_content_safe`acdenisSK2017-08-061-67/+78
* >.>acdenisSK2017-08-051-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-041-53/+16
* Make so content and language can be of different typesacdenisSK2017-08-041-2/+2
* Also make the message builder use DisplayacdenisSK2017-08-041-53/+119
* Make colour implement `From<(u8, u8, u8)>`acdenisSK2017-08-011-0/+5
* Fix failing tests (#133)Andrej2017-07-311-2/+3