index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rtmock
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-rtmock: MockSleepProvider docs: Move example (fmt)
Ian Jackson
2023-10-05
1
-12
/
+12
*
tor-rtmock: MockSleepProvider docs: Move example
Ian Jackson
2023-10-05
1
-0
/
+73
*
tor-rtmock: simple_time: Rename `wakers` to `futures` (fmt)
Ian Jackson
2023-10-05
1
-1
/
+4
*
tor-rtmock: simple_time: Rename `wakers` to `futures`
Ian Jackson
2023-10-05
1
-11
/
+11
*
tor-rtmock: simple_time: Rename `pq` to `unready`
Ian Jackson
2023-10-05
1
-13
/
+13
*
tor-rtmock: simple_time: Expand on advance and task ordering
Ian Jackson
2023-10-05
1
-2
/
+8
*
tor-rtmock: simple_time: Clarify/correct comments about invariant
Ian Jackson
2023-10-05
1
-2
/
+2
*
tor-rtmock: Add deprecation warning to MockSleepRuntime
Ian Jackson
2023-10-05
1
-1
/
+7
*
tor-rtmock: MockSleepProvider docs: Move deprecation discussion
Ian Jackson
2023-10-05
1
-32
/
+38
*
tor-rtmock: MockSleepProvider docs: Compare with SimpleMockTimeProvider
Ian Jackson
2023-10-05
1
-0
/
+22
*
tor-rtmock: simple_time: Clarify some things in time_until_next_timeout
Ian Jackson
2023-10-05
1
-0
/
+6
*
tor-rtmock: simple_time: Give formal names to the states
Ian Jackson
2023-10-05
1
-2
/
+21
*
tor-rtmock: simple_time: take() the waker when we wake
Ian Jackson
2023-10-05
1
-2
/
+5
*
tor-rtmock: Provide SimpleTimeProvider: clarify .sleep() innards
Ian Jackson
2023-10-03
1
-4
/
+6
*
tor-rtmock: MockRuntime: in advance_*, warn to stderr about looping
Ian Jackson
2023-10-03
1
-1
/
+21
*
tor-rtmock: Break out advance_inner
Ian Jackson
2023-10-03
1
-10
/
+31
*
tor-rtmock: Add a deprecation warning to MockSleepProvider
Ian Jackson
2023-10-03
1
-0
/
+13
*
tor-rtmock: Abolish deprecated Runtime::advance()
Ian Jackson
2023-10-03
1
-17
/
+0
*
tor-rtmock: Fix doc refs to advance_*
Ian Jackson
2023-10-03
1
-2
/
+2
*
tor-rtmock: Rename MockRuntime::jump_to to jump_wallclock
Ian Jackson
2023-10-03
1
-2
/
+2
*
tor-rtmock: Abolish just-introduced confusing type alias (fmt)
Ian Jackson
2023-10-03
1
-1
/
+1
*
tor-rtmock: Abolish just-introduced confusing type alias
Ian Jackson
2023-10-03
1
-8
/
+8
*
tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider
Ian Jackson
2023-10-03
2
-12
/
+11
*
tor-rtmock: Provide SimpleTimeProvider
Ian Jackson
2023-10-03
2
-0
/
+348
*
tor-rtmock: Drop some obsolete caveats
Ian Jackson
2023-10-03
1
-7
/
+2
*
tor-rtmock: MockRuntime: Work around borrowck in Rust 1.65
Ian Jackson
2023-09-18
1
-0
/
+2
*
tor-rtmock: MockRuntime: Move deprecated advance to end of impl block
Ian Jackson
2023-09-18
1
-17
/
+17
*
tor-rtmock: MockRuntime: Add tests for advance_*
Ian Jackson
2023-09-18
1
-0
/
+177
*
tor-rtmock: MockRuntime: Provide advance_by() etc. and deprecate .advance()
Ian Jackson
2023-09-18
1
-1
/
+100
*
tor-rtmock: MockRuntime: Provide spawn_identified() wrapper
Ian Jackson
2023-09-18
1
-0
/
+13
*
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
3
-0
/
+3
*
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
4
-0
/
+4
|
\
|
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
4
-0
/
+4
*
|
tor-rtmock: Relax Sync bound on spawned tasks in MockExecutor
Ian Jackson
2023-08-23
1
-2
/
+2
*
|
tor-rtmock: Expose time_until_next_timeout on MockRuntime
Ian Jackson
2023-08-23
1
-0
/
+25
|
/
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
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
5
-0
/
+5
*
Add exceptions for some cases of diverging_sub_expression
Nick Mathewson
2023-07-10
1
-0
/
+1
[prev]
[next]