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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add a threadpool to the shard runner
Zeyla Hellyer
2017-10-09
3
-27
/
+56
|
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
3
-12
/
+3
|
*
Add an impl for `&str`
acdenisSK
2017-10-08
1
-0
/
+4
|
*
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-07
1
-4
/
+54
|
*
Add the lifetime again
acdenisSK
2017-10-07
1
-1
/
+1
|
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
3
-19
/
+40
|
*
Make `has_correct_permissions` a free-standing function
acdenisSK
2017-10-06
1
-15
/
+15
|
*
Fix a typo
acdenisSK
2017-10-05
1
-1
/
+1
|
*
Add an and
acdenisSK
2017-10-05
1
-1
/
+1
|
*
Use an as_ref hack
acdenisSK
2017-10-05
6
-10
/
+17
|
*
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-05
7
-9
/
+15
|
*
Fix most clippy warnings
Maiddog
2017-10-04
9
-33
/
+21
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
11
-17
/
+17
|
*
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
19
-349
/
+123
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
19
-123
/
+349
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
34
-176
/
+176
|
*
Have `ConnectionStage` derive Copy
acdenisSK
2017-10-01
2
-6
/
+6
|
*
Rename an internal Shard Runner method
Zeyla Hellyer
2017-09-30
1
-2
/
+2
|
*
Improve shard logic
Zeyla Hellyer
2017-09-30
3
-113
/
+168
|
*
Improve shard and shard runner logging
Zeyla Hellyer
2017-09-30
2
-60
/
+99
|
*
Whoops
acdenisSK
2017-09-30
1
-2
/
+2
|
*
Add a todo
acdenisSK
2017-09-30
1
-0
/
+1
|
*
Make the internal string public
acdenisSK
2017-09-30
1
-1
/
+1
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
35
-320
/
+401
*
|
Resume on resumable session invalidations
Zeyla Hellyer
2017-10-09
2
-9
/
+20
*
|
Make webhook_id a majour parameter in ratelimiting
Zeyla Hellyer
2017-10-09
2
-4
/
+19
*
|
Reset shard heartbeat state on resume
Zeyla Hellyer
2017-10-09
1
-0
/
+2
*
|
Make the client threadpool user-customizable
Zeyla Hellyer
2017-10-09
4
-15
/
+38
*
|
Add a threadpool to the shard runner
Zeyla Hellyer
2017-10-09
3
-27
/
+56
*
|
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-09
3
-12
/
+3
*
|
Add an impl for `&str`
acdenisSK
2017-10-09
1
-0
/
+4
*
|
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-09
1
-4
/
+54
*
|
Add the lifetime again
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-09
3
-19
/
+40
*
|
Make `has_correct_permissions` a free-standing function
acdenisSK
2017-10-09
1
-15
/
+15
*
|
Fix a typo
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Add an and
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Use an as_ref hack
acdenisSK
2017-10-09
6
-10
/
+17
*
|
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-09
7
-9
/
+15
*
|
Fix most clippy warnings
Maiddog
2017-10-09
9
-32
/
+20
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
11
-17
/
+17
*
|
Force `I` to be not implemented outside serenity
acdenisSK
2017-10-09
1
-3
/
+15
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
19
-346
/
+117
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
19
-119
/
+348
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
34
-176
/
+176
*
|
Have `ConnectionStage` derive Copy
acdenisSK
2017-10-09
2
-6
/
+6
*
|
Rename an internal Shard Runner method
Zeyla Hellyer
2017-10-09
1
-2
/
+2
*
|
Improve shard logic
Zeyla Hellyer
2017-10-09
3
-113
/
+168
*
|
Improve shard and shard runner logging
Zeyla Hellyer
2017-10-09
2
-60
/
+99
[prev]
[next]