aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Resolve no-framework client compilationZeyla Hellyer2018-01-021-2/+2
* Update dispatch.rsZeyla Hellyer2018-01-021-1/+1
* Fix no-framework dispatchingZeyla Hellyer2018-01-021-1/+1
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-0126-115/+442
* Give hyper Response in HTTP errorsZeyla Hellyer2018-01-012-32/+15
* Add an event for shard updatesZeyla Hellyer2018-01-016-47/+106
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-014-1/+52
* Derive Hash, impl Display on ConnectionStageZeyla Hellyer2018-01-011-1/+17
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-273-0/+40
* Improve performance of builders even furtheracdenisSK2017-12-2724-65/+200
* Fix Guild::member_named and add teststahahawa2017-12-241-8/+15
* Add `iter_quoted`acdenisSK2017-12-241-10/+28
* Fix `multiple_quoted` (#241)Lakelezz2017-12-241-50/+50
* Update model to include new voice regions (#240)Ken Swenson2017-12-231-0/+8
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-223-160/+246
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-203-2/+29
* Add variant adapters to Channel (#238)Timo2017-12-201-0/+133
* GatewayEvent: don't unwrap deserializationsZeyla Hellyer2017-12-191-1/+2
* Actually fix `Args`'s `parse` and add a few tests (#236)Lakelezz2017-12-181-8/+3
* Fix ifsacdenisSK2017-12-181-6/+6
* Fix multiple char delimitersacdenisSK2017-12-181-4/+9
* Add a special `len` to `Args`acdenisSK2017-12-182-6/+23
* Fix `Guild` deser without `system_channel_id`Zeyla Hellyer2017-12-171-4/+4
* Default serde on a couple Ready structfieldsZeyla Hellyer2017-12-171-6/+8
* Fix typo (#235)Lakelezz2017-12-171-1/+1
* Add missing trailing comma in matchZeyla Hellyer2017-12-171-1/+1
* Trim given token in Client::newZeyla Hellyer2017-12-171-0/+2
* Fix doc-tests and `single_zc`acdenisSK2017-12-174-26/+28
* Fix shards attempting to re-identify on their ownZeyla Hellyer2017-12-163-35/+51
* Avoid an unwrap in args::parse_quotesZeyla Hellyer2017-12-161-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-1616-108/+117
* Fix voice feature compilationZeyla Hellyer2017-12-165-5/+6
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-162-18/+48
* Break up the model moduleZeyla Hellyer2017-12-1661-411/+505
* Revamp the internals of `Args`acdenisSK2017-12-163-128/+156
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-152-2/+4
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Remove the `Box<Command>` implacdenisSK2017-12-111-22/+0
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-095-1/+17
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-092-33/+4
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-091-2/+1
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3