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-rtmock
/
src
/
task.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-2
/
+2
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-3
/
+3
*
tor-rtmock: Add some commentary about SleepLocation
Ian Jackson
2024-10-08
1
-0
/
+6
*
tor-rtmock: Fix a memory leak
Ian Jackson
2024-10-08
1
-6
/
+20
*
tor-rtmock: Provide a fake SleepProvider for miri
Ian Jackson
2024-10-08
1
-0
/
+16
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+2
*
Match previous backtrace formatting
Robin Leander Schröder
2024-08-08
1
-1
/
+1
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-33
/
+8
*
Suppress a spurious dead code lint
Ian Jackson
2024-04-25
1
-0
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-rtmock: get rid of unwrap()
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-rtmock: handle Receiver result inside spawn_join()
Saksham Mittal
2023-11-21
1
-2
/
+2
*
tor-rtmock: use expect() instead
Saksham Mittal
2023-11-21
1
-1
/
+2
*
tor-rtmock: change return types to be less concrete
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-rtmock: change return type of spawn_join()
Saksham Mittal
2023-11-21
1
-3
/
+3
*
tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor
Saksham Mittal
2023-11-21
1
-0
/
+17
*
tor-rtmock: MockExecutor: Provide n_tasks accessor
Ian Jackson
2023-10-16
1
-0
/
+15
*
tor-rtmock: task backtraces: Expand on spurious backtraces
Ian Jackson
2023-09-13
1
-2
/
+7
*
tor-rtmock: task backtraces: Fix output re backtrace multiplicity
Ian Jackson
2023-09-13
1
-2
/
+10
*
tor-rtmock: task: Add missing doc comment
Ian Jackson
2023-09-13
1
-1
/
+3
*
tor-rtmock: task: Add warning about backtrace salience
Ian Jackson
2023-09-13
1
-2
/
+34
*
tor-rtmock: task: Add backtrace dumping calls
Ian Jackson
2023-09-13
1
-4
/
+4
*
tor-rtmock: task: Add API for printing dumps including backtraces
Ian Jackson
2023-09-13
1
-3
/
+77
*
tor-rtmock: task: Capture sleep backtraces, with code to dump
Ian Jackson
2023-09-13
1
-4
/
+75
*
tor-rtmock: task: Prepare for ActualWaker::clone taking the data lock
Ian Jackson
2023-09-13
1
-4
/
+28
*
tor-rtmock: task: Switch to unsafe RawWaker approach
Ian Jackson
2023-09-13
1
-5
/
+83
*
tor-rtmock: task: Add space in data for sleep backtraces
Ian Jackson
2023-09-13
1
-5
/
+8
*
tor-rtmock: task: Disable traced_test under miri
Ian Jackson
2023-09-13
1
-2
/
+4
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+1
*
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
1
-0
/
+1
|
\
|
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
|
tor-rtmock: Relax Sync bound on spawned tasks in MockExecutor
Ian Jackson
2023-08-23
1
-2
/
+2
|
/
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-2
/
+6
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
tor-rtmock: task: Fix a typo
Ian Jackson
2023-07-06
1
-1
/
+1
*
tor-rtmock: task: clarify progress_until_stalled a little
Ian Jackson
2023-07-06
1
-1
/
+3
*
tor-rtmock: task: Remove a () assignment
Ian Jackson
2023-07-06
1
-1
/
+1
*
tor-rtmock: task: Abolish TaskFutureInfo alias (fmt)
Ian Jackson
2023-07-06
1
-1
/
+3
*
tor-rtmock: task: Abolish TaskFutureInfo alias
Ian Jackson
2023-07-06
1
-7
/
+6
*
tor-rtmock: MockExecutor: Configurable scheduling policy
Ian Jackson
2023-07-06
1
-4
/
+61
*
tor-rtmock: Unit tests for MockExecutor
Ian Jackson
2023-07-06
1
-0
/
+106
*
tor-rtmock: Provide MockExecutor
Ian Jackson
2023-07-06
1
-0
/
+581