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-error
Commit message (
Expand
)
Author
Age
Files
Lines
*
cargo: Bump all non arti/tor crates
Clara Engler
2026-01-12
1
-1
/
+1
*
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-1
/
+1
*
Merge branch 'bug-context' into 'main'
gabi-250
2025-12-03
2
-0
/
+34
|
\
|
*
tor-error: Provide new `bug_context` method on Bug and Result<_, Bug>
Ian Jackson
2025-12-01
2
-0
/
+34
*
|
Bump all the unstable tor- and arti- crates to 0.37.0.
Gabriela Moldovan
2025-12-02
1
-1
/
+1
|
/
*
Merge branch 'readd-error-deduping' into 'main'
Ian Jackson
2025-11-20
1
-10
/
+3
|
\
|
*
Revert "retry-error: stop trying to dedup error msgs"
Steven Engler
2025-11-18
1
-10
/
+3
*
|
error: Improve http error status code docs.
Nick Mathewson
2025-11-19
1
-0
/
+10
*
|
tor-error: rustfmt
Nick Mathewson
2025-11-18
1
-63
/
+64
*
|
tor-error: Provide a more reasonable API for http status codes.
Nick Mathewson
2025-11-18
2
-6
/
+9
*
|
tor-error: Add support for ErrorKind->HTTP status conversion
Nick Mathewson
2025-11-18
3
-1
/
+81
|
/
*
retry-error: stop trying to dedup error msgs
Steven Engler
2025-11-13
1
-3
/
+10
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
5
-5
/
+5
*
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-2
/
+2
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-2
/
+2
*
tor-error: allow only error given to `_report!` macros
Steven Engler
2025-08-18
1
-0
/
+25
*
tor-error: update `_report!` macros to support tracing fields
Steven Engler
2025-08-18
1
-38
/
+15
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-2
/
+2
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-error: Removed dependency on `once_cell`
hashcatHitman
2025-06-13
2
-3
/
+1
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+1
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-1
/
+1
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-1
/
+1
*
netdoc: functionality for detecting missing subprotos.
Nick Mathewson
2025-04-16
1
-0
/
+9
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-1
/
+1
*
Upgrade strum dependency to 0.27.1.
Gabriela Moldovan
2025-03-27
1
-1
/
+1
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-1
/
+1
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-1
/
+1
*
tor-error: Implement ErrorReport for dyn StdError + 'static.
Nick Mathewson
2025-02-04
1
-0
/
+6
*
tor-error: Refor to the correct trait.
Nick Mathewson
2025-02-04
1
-1
/
+1
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
tor-error: add comment to `ErrorKind::TransientFailure`
Steven Engler
2024-11-21
1
-0
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Remove obsolete semver files post 1.3.0 release
Ian Jackson
2024-10-31
1
-2
/
+0
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-1
/
+1
*
tor-error: use `Display` for backtrace captured by `BugRepr`
Steven Engler
2024-10-29
1
-1
/
+1
[next]