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-error
/
src
/
internal.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-error: Fix clippy warnings
hjrgrn
2026-07-10
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Fix grammar typos
Tobias Stoeckmann
2026-03-15
1
-3
/
+3
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
tor-error: Provide new `bug_context` method on Bug and Result<_, Bug>
Ian Jackson
2025-12-01
1
-0
/
+33
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-error: use `Display` for backtrace captured by `BugRepr`
Steven Engler
2024-10-29
1
-1
/
+1
*
tor-error: Disable backtraces under miri, even if cargo feature enabled
Ian Jackson
2024-10-08
1
-2
/
+2
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-5
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-error: Backtrace: Remove a Captured(...) from a Display
Ian Jackson
2024-01-31
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
clippy: tor-error: Use convert::identity for into_internal!
Ian Jackson
2023-07-10
1
-0
/
+4
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Add TODO comments about possibly migrating away from the backtrace crate.
Nick Mathewson
2023-07-05
1
-0
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-error: tests: Add a test case for Report and Bug wrapping
Ian Jackson
2022-12-15
1
-0
/
+11
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
tor-error::internal: Remove a redundant suppression
Ian Jackson
2022-09-30
1
-1
/
+0
*
force no inlining on internal_macro_test
trinity-1686a
2022-09-09
1
-0
/
+1
*
Add a dbg!() to diagnose #570.
Nick Mathewson
2022-09-08
1
-0
/
+9
*
Placate rustfmt
Ian Jackson
2022-05-17
1
-5
/
+1
*
Do backtrace string matching test only on some platforms.
Ian Jackson
2022-05-17
1
-0
/
+19
*
Revert "Merge branch 'backtrace' into 'main'"
eta
2022-05-16
1
-6
/
+0
*
Do backtrace string matching test only on Linux
Ian Jackson
2022-05-16
1
-0
/
+6
*
tor_error::Bug: change Display impl to use kind
Ian Jackson
2022-02-15
1
-2
/
+2
*
Rename BadApiUsage from BadAPIUsage
Ian Jackson
2022-02-15
1
-4
/
+4
*
Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!
Ian Jackson
2022-02-15
1
-34
/
+86
*
tests for tor-error::internal
Nick Mathewson
2022-02-04
1
-1
/
+47
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
1
-1
/
+1
*
tor-error: provide into_internal!
Ian Jackson
2022-02-04
1
-0
/
+33
*
tor-error: Allow making an `InternalError` from some other error
Ian Jackson
2022-02-04
1
-3
/
+27
*
tor-error: Introduce InternalError as a type and a kind
Ian Jackson
2022-02-04
1
-0
/
+134