index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
builder
/
create_embed.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+89
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-2
/
+2
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-0
/
+2
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-20
/
+61
*
Fix the notice of `field`
acdenisSK
2018-06-24
1
-1
/
+1
*
Remove link to a nonexistant struct
acdenisSK
2018-06-24
1
-5
/
+0
*
Explain `fields` more
acdenisSK
2018-06-24
1
-0
/
+4
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-4
/
+5
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-1
/
+1
*
Fix Create(Embed/Message) to be consistent
acdenisSK
2018-03-20
1
-9
/
+9
*
Generalise `image`, `thumbnail`, `url` and `attachment`
acdenisSK
2018-02-08
1
-8
/
+8
*
Partially revert the video url change
acdenisSK
2018-02-02
1
-6
/
+0
*
Inline simple url properties
acdenisSK
2018-02-02
1
-0
/
+3
*
Add video url specifier for CreateEmbed (#269)
Andrej
2018-02-02
1
-11
/
+14
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-6
/
+6
*
Convert embed footers for CreateEmbed::from (#244)
Derrick Lee
2018-01-04
1
-0
/
+12
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-1
/
+1
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-7
/
+7
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-7
/
+8
*
Use `ToString`'s blanket impl for `Display`s
acdenisSK
2017-11-27
1
-3
/
+3
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-2
/
+2
*
Fix doc-tests
acdenisSK
2017-11-08
1
-2
/
+2
*
Into<String> -> Display
acdenisSK
2017-11-07
1
-6
/
+6
*
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-6
/
+0
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-0
/
+6
|
\
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+8
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-2
/
+2
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-84
/
+22
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-45
/
+37
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-1
/
+1
|
\
|
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-1
/
+1
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
1
-1
/
+1
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-13
/
+3
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-3
/
+13
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-27
/
+27
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-5
/
+5
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
1
-1
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-13
/
+3
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-3
/
+13
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-27
/
+27
|
/
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-48
/
+23
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-23
/
+48
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-48
/
+23
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-23
/
+48
*
Fix the test `message_content_safe`
acdenisSK
2017-08-06
1
-1
/
+1
*
Refactor the display stuff a bit
acdenisSK
2017-08-04
1
-18
/
+5
*
Make some functions accept anything that's implemented Display
acdenisSK
2017-08-04
1
-11
/
+24
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-13
/
+15
*
rustfmt
acdenisSK
2017-07-27
1
-42
/
+55
[next]