| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Temporarily suppress mismatched_lifetime_syntaxes. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+1 |
| | | | | | See #2060. | ||||
| * | Merge branch 'arti-ureq-remove-early-return' into 'main' | Ian Jackson | 2025-05-19 | 1 | -4/+0 |
| |\ | | | | | | | | | | | | | arti-ureq: Remove obsolete early return in await_input Closes #1952 See merge request tpo/core/arti!2997 | ||||
| | * | arti-ureq: Remove obsolete early return in await_input | Niel Duysters | 2025-05-19 | 1 | -4/+0 |
| | | | |||||
| * | | *: use std::io::Error::other in many places | Nick Mathewson | 2025-05-15 | 1 | -1/+1 |
| |/ | | | | | | | The `IoError::other` function is an easier way to say `IoError::new(IoErrorKind::Other, ...)`. It's been around since 1.74, but clippy started warning about the more verbose version in 1.87. | ||||
| * | arti-ureq: Simplify use of map_or(). | Nick Mathewson | 2025-04-09 | 1 | -4/+4 |
| | | | | | | Clippy is complaining that these can be simplified, so I took its recommendations. | ||||
| * | arti-ureq: New library which integrates with ureq | nield | 2025-04-09 | 1 | -0/+1026 |
| Fixes #1519 | |||||
