index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rpcbase
/
src
/
obj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rustdoc errors from !2140.
Nick Mathewson
2024-05-09
1
-2
/
+2
*
RPC: Use one cast table entry per type.
Nick Mathewson
2024-05-09
1
-29
/
+47
*
tor-rpcbase: Add facility to downcast to Arc<dyn Trait>.
Nick Mathewson
2024-05-09
1
-1
/
+55
*
rpc: Move deftly attributes into an `rpc` namespace.
Nick Mathewson
2024-04-11
1
-2
/
+2
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
1
-44
/
+21
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
rpc: Remove some verbiage about 'static, and demo that it's OK without
Ian Jackson
2023-06-15
1
-7
/
+15
*
rpc: Give the name `O` to "the type associated with this CastTable"
Ian Jackson
2023-06-15
1
-8
/
+12
*
rpc: Add Simple test case for CastTable
Ian Jackson
2023-06-15
1
-3
/
+20
*
rpc: Move boxing from macro to CastTable::insert (formatting)
Ian Jackson
2023-06-15
1
-3
/
+1
*
rpc: Move boxing from macro to CastTable::insert
Ian Jackson
2023-06-15
1
-4
/
+4
*
rpc: Make CastTable::insert be more type-safe
Ian Jackson
2023-06-15
1
-6
/
+21
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
1
-0
/
+187