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
/
model
/
user.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global Cache (#448)
Lakelezz
2018-12-18
1
-52
/
+88
*
Fix User::_nick_in with no-cache (#446)
zeyla
2018-12-07
1
-1
/
+1
*
Update to Rust 2018 (#445)
Lakelezz
2018-12-07
1
-9
/
+9
*
Change all builders to mutably borrow (#443)
Ken Swenson
2018-11-25
1
-6
/
+5
*
Remove everything marked `deprecated` since `v0.5.x` or older (#441)
Lakelezz
2018-11-19
1
-15
/
+0
*
Add Nick Methods for `Message` and `UserId` (#432)
Lakelezz
2018-11-11
1
-0
/
+23
*
Make builders mutably borrowed
Zeyla Hellyer
2018-11-06
1
-1
/
+7
*
A bunch of typo fixes (#404)
Perry Fraser
2018-10-01
1
-1
/
+1
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-3
/
+24
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-12
/
+14
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+68
*
Add note about cache in UserId::get docs
Zeyla Hellyer
2018-07-29
1
-2
/
+3
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-1
/
+1
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-3
/
+5
*
impl From<{,&'a }CurrentUser> for User
Zeyla Hellyer
2018-05-23
1
-0
/
+24
*
Fix docs for User::has_role
Nikita Pekin
2018-01-10
1
-3
/
+4
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-2
/
+2
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-2
/
+2
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-3
/
+3
*
Fix typo (#235)
Lakelezz
2017-12-17
1
-1
/
+1
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-6
/
+8
*
Change type of a couple Guild/PartialGuild fields
Zeyla Hellyer
2017-12-15
1
-14
/
+0
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-6
/
+6
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-6
/
+6
|
\
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-6
/
+6
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+5
*
|
Remove unwraps
acdenisSK
2017-10-24
1
-1
/
+1
*
|
Merge v0.4.2
acdenisSK
2017-10-24
1
-2
/
+22
|
\
|
|
*
Fix User::has_role
Zeyla Hellyer
2017-10-24
1
-1
/
+5
|
*
Hash and do equality on just the id for `User`
acdenisSK
2017-10-15
1
-1
/
+17
|
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
1
-1
/
+1
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-6
/
+4
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-4
/
+6
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-2
/
+2
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-3
/
+3
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-4
/
+8
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-35
/
+32
*
|
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-6
/
+4
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-4
/
+6
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-2
/
+2
|
/
*
Fix User::tag and CurrentUser::tag discrim output
Zeyla Hellyer
2017-09-28
1
-1
/
+1
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-4
/
+0
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-2
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-31
/
+15
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+2
*
match to map/?
acdenisSK
2017-09-04
1
-4
/
+1
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-29
/
+32
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-15
/
+30
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-60
/
+44
[next]