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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global Cache (#448)
Lakelezz
2018-12-18
1
-32
/
+32
*
Update to Rust 2018 (#445)
Lakelezz
2018-12-07
3
-9
/
+9
*
Remove everything marked `deprecated` since `v0.5.x` or older (#441)
Lakelezz
2018-11-19
2
-63
/
+0
*
Add Slow Mode Rate (#439)
Lake Lezz
2018-11-16
1
-0
/
+1
*
Fix doc tests in message_builder
Ken Swenson
2018-11-10
1
-4
/
+6
*
Rebase v0.6x onto current
Ken Swenson
2018-11-06
1
-9
/
+9
*
Add test and fix another newline difference
PvdBerg
2018-11-06
1
-1
/
+1
*
Fix push_codeblock_safe not adding a newline
PvdBerg
2018-11-06
1
-1
/
+0
*
Make Message Builder use &mut self instead of self
PvdBerg
2018-11-06
1
-45
/
+45
*
Add Function to neutralise Mentions (#414)
Lakelezz
2018-10-30
1
-3
/
+529
*
Fix NSFW Checks (#418)
Lakelezz
2018-10-20
1
-0
/
+2
*
Generalise mention parsing
acdenisSK
2018-09-22
1
-0
/
+25
*
Change default branch to 'current'
Zeyla Hellyer
2018-09-13
1
-2
/
+2
*
Add newline in MessageBuilder::push_codeblock_safe
Zeyla Hellyer
2018-08-30
1
-5
/
+7
*
Add more unit tests for MessageBuilder
Zeyla Hellyer
2018-08-30
1
-0
/
+205
*
Add Colour::hex
Mishio595
2018-08-11
1
-0
/
+16
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-1
/
+1
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
3
-0
/
+181
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
2
-8
/
+10
*
Add associated consts in Colour, deprecate methods
Zeyla Hellyer
2018-07-07
1
-36
/
+42
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
2
-5
/
+18
*
properly fix the is_nsfw check this time
acdenisSK
2018-07-02
1
-1
/
+1
*
Simplify utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-9
/
+1
*
Fix 'nsfw-' case in utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-1
/
+1
*
Fix utils::is_nsfw string slicing
Zeyla Hellyer
2018-07-02
1
-4
/
+6
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-2
/
+2
*
Fix dead link.
Lakelezz
2018-04-20
1
-1
/
+1
*
Fix typo'd word `retrieve` (#307)
Lakelezz
2018-04-14
1
-4
/
+4
*
Fix nsfw related docs (#299)
Lakelezz
2018-04-04
1
-4
/
+0
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
2
-15
/
+23
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
2
-3
/
+3
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
3
-17
/
+17
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
2
-1
/
+122
*
Remove builder re-export in utils
Zeyla Hellyer
2018-01-02
1
-4
/
+0
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-0
/
+12
*
Add `animated` to `Emoji` and `ReactionType`
Zeyla Hellyer
2017-12-20
1
-0
/
+2
*
Fix doc-tests and `single_zc`
acdenisSK
2017-12-17
1
-3
/
+3
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
2
-6
/
+6
*
Break up the model module
Zeyla Hellyer
2017-12-16
3
-9
/
+17
*
Use `ToString`'s blanket impl for `Display`s
acdenisSK
2017-11-27
1
-1
/
+1
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
2
-2
/
+1
*
Add Debug derives to more public types
thelearnerofcode
2017-11-07
1
-5
/
+5
*
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-2
/
+16
*
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-3
/
+3
|
\
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-3
/
+3
|
*
Force `I` to be not implemented outside serenity
acdenisSK
2017-10-03
1
-3
/
+15
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-18
/
+6
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-6
/
+18
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
3
-7
/
+7
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-2
/
+2
[next]