aboutsummaryrefslogtreecommitdiff
path: root/src/builder
Commit message (Expand)AuthorAgeFilesLines
* Remove global Cache (#448)Lakelezz2018-12-183-58/+31
* Update to Rust 2018 (#445)Lakelezz2018-12-0711-31/+31
* Change all builders to mutably borrow (#443)Ken Swenson2018-11-2511-194/+220
* Add Slow Mode Rate (#439)Lake Lezz2018-11-161-0/+10
* Update context and edit_profile doc testKen Swenson2018-11-111-1/+1
* Rebase v0.6x onto currentKen Swenson2018-11-062-7/+7
* Make builders mutably borrowedZeyla Hellyer2018-11-0611-339/+312
* Permit sending files through the `CreateMessage` builder.Maid Dog2018-11-061-5/+30
* A bunch of typo fixes (#404)Perry Fraser2018-10-013-4/+4
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-2/+2
* Fix all the dead links in the docsErk-2018-08-094-9/+9
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+89
* Fix some clippy lintsZeyla Hellyer2018-07-152-3/+3
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+2
* Monomorphize all functionsZeyla Hellyer2018-07-047-47/+144
* Fix the notice of `field`acdenisSK2018-06-241-1/+1
* Remove link to a nonexistant structacdenisSK2018-06-241-5/+0
* Explain `fields` moreacdenisSK2018-06-241-0/+4
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-293-17/+22
* Change the way ids and some enums are made (#295)Leah2018-03-231-1/+1
* Fix Create(Embed/Message) to be consistentacdenisSK2018-03-202-13/+13
* Generalise `image`, `thumbnail`, `url` and `attachment`acdenisSK2018-02-081-8/+8
* Partially revert the video url changeacdenisSK2018-02-021-6/+0
* Inline simple url propertiesacdenisSK2018-02-021-0/+3
* Add video url specifier for CreateEmbed (#269)Andrej2018-02-021-11/+14
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-3110-43/+42
* Add an `EditMessage` builderZeyla Hellyer2018-01-182-0/+47
* Allow channels to be moved in and out of a category (#248)Kyle Clemens2018-01-081-0/+18
* Convert embed footers for CreateEmbed::from (#244)Derrick Lee2018-01-041-0/+12
* Move `VecMap` to `utils`acdenisSK2018-01-0212-133/+11
* Remove builder re-export in utilsZeyla Hellyer2018-01-022-2/+2
* Improve performance of builders even furtheracdenisSK2017-12-2712-31/+152
* Break up the model moduleZeyla Hellyer2017-12-169-26/+28
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-091-31/+2
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-091-2/+1
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
* | Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-272-4/+4
* | Re-order use statements alphabeticallyZeyla Hellyer2017-11-115-9/+9
* | 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