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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A bunch of typo fixes (#404)
Perry Fraser
2018-10-01
3
-4
/
+4
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-2
/
+2
*
Fix all the dead links in the docs
Erk-
2018-08-09
4
-9
/
+9
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+89
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
2
-3
/
+3
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-0
/
+2
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
7
-47
/
+144
*
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
3
-17
/
+22
*
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
2
-13
/
+13
*
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
10
-43
/
+42
*
Add an `EditMessage` builder
Zeyla Hellyer
2018-01-18
2
-0
/
+47
*
Allow channels to be moved in and out of a category (#248)
Kyle Clemens
2018-01-08
1
-0
/
+18
*
Convert embed footers for CreateEmbed::from (#244)
Derrick Lee
2018-01-04
1
-0
/
+12
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
12
-133
/
+11
*
Remove builder re-export in utils
Zeyla Hellyer
2018-01-02
2
-2
/
+2
*
Improve performance of builders even further
acdenisSK
2017-12-27
12
-31
/
+152
*
Break up the model module
Zeyla Hellyer
2017-12-16
9
-26
/
+28
*
Merge branch 'branch-v0.4.5' into v0.5.0
Zeyla Hellyer
2017-12-09
1
-31
/
+2
|
\
|
*
Release v0.4.5
v0.4.5
Zeyla Hellyer
2017-12-09
1
-2
/
+1
|
*
Remove EditRole::default implementation
Zeyla Hellyer
2017-12-09
1
-29
/
+1
*
|
Use `ToString`'s blanket impl for `Display`s
acdenisSK
2017-11-27
2
-4
/
+4
*
|
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
5
-9
/
+9
*
|
Fix doc-tests
acdenisSK
2017-11-08
2
-3
/
+3
*
|
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
2
-6
/
+12
|
\
|
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
2
-6
/
+6
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
3
-5
/
+17
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
3
-4
/
+4
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
3
-93
/
+25
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
10
-172
/
+127
*
|
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
|
*
Use an as_ref hack
acdenisSK
2017-10-05
1
-2
/
+2
|
*
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-05
1
-2
/
+2
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
2
-2
/
+2
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
5
-60
/
+21
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
5
-21
/
+60
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
10
-94
/
+94
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
2
-15
/
+15
*
|
Use an as_ref hack
acdenisSK
2017-10-09
1
-2
/
+2
*
|
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-09
1
-2
/
+2
[next]