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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-rtmock: Add a deprecation warning to MockSleepProvider
Ian Jackson
2023-10-03
2
-0
/
+14
*
tor-rtmock: Abolish deprecated Runtime::advance()
Ian Jackson
2023-10-03
2
-17
/
+1
*
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
2
-2
/
+3
*
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
3
-12
/
+12
*
tor-rtmock: Provide SimpleTimeProvider
Ian Jackson
2023-10-03
4
-0
/
+350
*
tor-rtmock: Add priority-queue dependency
Ian Jackson
2023-10-03
1
-0
/
+1
*
tor-rtmock: Drop some obsolete caveats
Ian Jackson
2023-10-03
1
-7
/
+2
*
Remove semver.md files now that 1.1.9 is out.
Nick Mathewson
2023-10-02
1
-3
/
+0
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Run "fixup-features" on arti crates.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
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
2
-1
/
+102
*
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
3
-3
/
+79
*
tor-rtmock: task: Capture sleep backtraces, with code to dump
Ian Jackson
2023-09-13
2
-4
/
+76
*
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
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-2
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
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
2
-2
/
+3
*
|
tor-rtmock: Expose time_until_next_timeout on MockRuntime
Ian Jackson
2023-08-23
2
-0
/
+26
|
/
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Remove semver.md files now that 1.1.7 is out.
Nick Mathewson
2023-08-01
1
-3
/
+0
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-2
/
+6
*
Upgrade to latest derive-adhoc.
Nick Mathewson
2023-07-17
1
-1
/
+1
*
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
*
Merge branch 'da-task' into 'main'
gabi-250
2023-07-10
5
-72
/
+73
|
\
|
*
tor-rtmock: Use derive-adhoc for composite runtimes
Ian Jackson
2023-07-07
5
-72
/
+73
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
/
*
tor-rtmock: statically assert that the macro makes a Runtime impl
Ian Jackson
2023-07-06
1
-0
/
+6
*
tor-rtmock: Use the same specified field for BlockOn and Spawn
Ian Jackson
2023-07-06
4
-10
/
+8
[prev]
[next]