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-checkable
/
src
/
timed.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-checkable: Improve/fix a comment
Ian Jackson
2026-07-23
1
-1
/
+2
*
tor-checkable: Fix punctuation in comment
Ian Jackson
2026-07-23
1
-1
/
+1
*
tor-checkable: Fix a doc comment copypasta
Ian Jackson
2026-07-23
1
-1
/
+1
*
tor-checkable: Fix two doc comments start/end
Ian Jackson
2026-07-23
1
-2
/
+2
*
tor-checkable: TimeBound: Provide new build_intersect API
Ian Jackson
2026-07-23
1
-0
/
+121
*
clippy config: Forbid TimeRangeBound::if_valid_now
Ian Jackson
2026-07-23
1
-4
/
+7
*
tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`
Ian Jackson
2026-07-23
1
-17
/
+17
*
tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`
Ian Jackson
2026-07-23
1
-7
/
+7
*
tor-checkable: Deprecate `TimeBound::check_valid_at_opt`
Ian Jackson
2026-07-23
1
-8
/
+11
*
tor-checkable: TimeBound: Make wrapped type an associated type
Ian Jackson
2026-07-23
1
-1
/
+3
*
tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange (fmt)
Ian Jackson
2026-07-23
1
-3
/
+1
*
tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange
Ian Jackson
2026-07-23
1
-4
/
+4
*
tor-checkable: TimeBound: remove Error associated type
Ian Jackson
2026-07-23
1
-4
/
+2
*
tor-checkable: TimeBound: Add bounds accessor
Ian Jackson
2026-07-23
1
-12
/
+12
*
tor-checkable: TimeRange: Provide intersect_bounds method
Ian Jackson
2026-07-23
1
-0
/
+51
*
tor-checkable: TimeRange: Provide a more complete API
Ian Jackson
2026-07-23
1
-0
/
+57
*
tor-checkable: Introduce TimeRange alias
Ian Jackson
2026-07-23
1
-0
/
+8
*
tor-checkable: TimeRangeBound: Rename extend_tolerance to extend_end_bound
Ian Jackson
2026-07-23
1
-4
/
+9
*
tor-checkable: TimeRangeBound: Rename extend_pre_tolerance to extend_start_bound
Ian Jackson
2026-07-23
1
-3
/
+12
*
tor-checkable: TimeRangeBound: Swap code order of two functions
Ian Jackson
2026-07-23
1
-10
/
+10
*
tor-checkable: TimeRangeBound: Rename bounds to bounds_start_end
Ian Jackson
2026-07-23
1
-2
/
+14
*
tor-checkable: TimeRangeBound: document lack of well-formedness invariant
Ian Jackson
2026-07-23
1
-0
/
+3
*
Apply deferred rustfmt churn
Ian Jackson
2026-07-16
1
-1
/
+1
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-29
/
+29
*
tor-checkable: Rename TimerangeBound to TimeRangeBound
Ian Jackson
2026-07-16
1
-5
/
+9
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-3
/
+3
*
tor-checkable: TimerangeBound: test edge cases
Ian Jackson
2026-06-10
1
-0
/
+10
*
tor-checkable: TimeRangebound: document inclusivity
Ian Jackson
2026-06-10
1
-1
/
+2
*
tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusive (fmt)
Ian Jackson
2026-06-10
1
-2
/
+6
*
tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusive
Ian Jackson
2026-06-10
1
-2
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-checkable: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-8
/
+8
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-5
/
+16
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-checkable: Use checked arithmetic
Tobias Stoeckmann
2024-03-05
1
-2
/
+14
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
netdoc: Use the RangeBoundsExt impl of TimerangeBound.
Gabriela Moldovan
2023-05-13
1
-71
/
+0
*
tor-checkable: Implement RangeBounds for TimerangeBound.
Gabriela Moldovan
2023-05-13
1
-4
/
+17
*
tor-checkable: Add a way to compute the intersection of 2 RangeBounds.
Gabriela Moldovan
2023-05-13
1
-0
/
+71
*
hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.
Gabriela Moldovan
2023-05-13
1
-7
/
+11
*
TimerangeBound: Provide .as_ref() and .as_deref()
Ian Jackson
2023-04-03
1
-1
/
+33
*
TimerangeBound: derive Debug and Clone, and Eq/PartialEq in tests
Ian Jackson
2023-04-03
1
-0
/
+2
*
Use humantime in tor-checkable
Saksham Mittal
2023-02-27
1
-5
/
+8
*
tor-checkable: Add dangerously_map() functions.
Nick Mathewson
2023-02-07
1
-1
/
+31
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+9
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
|
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
1
-5
/
+7
|
/
[next]