summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src
Commit message (Expand)AuthorAgeFilesLines
* tor-basic-utils: Intern is always CloneIan Jackson2026-07-271-1/+3
* Merge branch 'iter-join-doc' into 'main'gabi-2502026-07-161-0/+9
|\
| * tor-basic-utils: iter_join: Add a TODO re possible future API evolutionIan Jackson2026-07-161-0/+2
| * tor-basic-utils: iter_join: Document relationship to Itertools::formatIan Jackson2026-07-161-0/+7
* | tor-basic-utils: RangeBoundsExt: shorten blanket implIan Jackson2026-07-161-6/+1
* | tor-basic-utils: RangeBoundsExt: make method a provided methodIan Jackson2026-07-161-11/+7
* | tor-basic-utils: RangeBoundsExt: prepare to make method providedIan Jackson2026-07-161-1/+1
* | Use "extend" for tor-basic-utils PathExtIan Jackson2026-07-161-5/+4
* | Use "extend" for tor-basic-utils StrExtIan Jackson2026-07-161-4/+3
|/
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* tor-basic-utils: don't include '-' in random hostnamesSteven Engler2026-06-291-2/+5
* Make &Arc comment less controverisalClara Engler2026-06-241-1/+1
* Improve GloballyInternable::intern_cache() rustdocClara Engler2026-06-241-0/+3
* Fix GloballyInternable rustdoc commentClara Engler2026-06-241-1/+1
* Remove no longer required AsRef implClara Engler2026-06-241-9/+0
* Derive Clone for InternClara Engler2026-06-241-7/+1
* Derive Deref for InternClara Engler2026-06-241-10/+2
* Add Intern::new_uncached_uninterned()Clara Engler2026-06-241-1/+13
* tor-basic-utils: Add GloballyInternable::into_intern()Clara Engler2026-06-241-0/+10
* Derive From Intern for Arc using derive-moreClara Engler2026-06-241-11/+2
* tor-netdoc: Intern rational improvementClara Engler2026-06-241-2/+5
* Add derive-deftly for GloballyInternableClara Engler2026-06-241-0/+16
* Add derive-deftly to tor-basic-utilsClara Engler2026-06-241-0/+3
* Define GloballyInternable traitClara Engler2026-06-241-0/+8
* Use Intern<T>Clara Engler2026-06-241-12/+12
* Introduce Intern<T>Clara Engler2026-06-241-0/+58
* Merge branch 'misc_string_slices_1' into 'main'Clara Engler2026-06-181-4/+2
|\
| * basic-utils: remove str slice usageNick Mathewson2026-06-101-4/+2
* | tor-basic-utils: iter_join: Take IntoIterator, not just IteratorIan Jackson2026-06-111-4/+4
* | assert_not_impl: Support genericsIan Jackson2026-06-101-5/+22
* | assert_not_impl: Support generics - prepIan Jackson2026-06-101-2/+5
* | assert_not_impl: Formally document input syntaxIan Jackson2026-06-101-1/+15
* | assert_not_impl: Regularise example syntaxIan Jackson2026-06-101-4/+4
* | assert_not_impl: Fix a mendacious headingIan Jackson2026-06-101-1/+1
* | assert_not_impl: Promote to tor-basic-utilsIan Jackson2026-06-101-0/+42
|/
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0911-0/+12
* proto: Move TokenBucket to tor-basic-utilsDavid Goulet2026-06-082-0/+840
* tor-basic-utils: Add an if_empty helper macroNick Mathewson2026-05-271-0/+16
* tor-basic-utils: Correct documentation for macro_first_nonempty.Nick Mathewson2026-05-271-5/+5
* clippy: Work around bug where it claims method doesn't existIan Jackson2026-05-131-0/+6
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-3/+4
* tor-basic-utils: remove `flatten`Nick Mathewson2026-05-071-15/+0
* tor-basic-utils: Update comment about std::fmt::from_fn.Nick Mathewson2026-05-071-1/+1
* tor-cert-x509: Port to web-time-compat.Nick Mathewson2026-03-261-2/+2
* tor-basic-utils: Remove IoErrorExt and BinaryHeapExt.Nick Mathewson2026-03-251-50/+0
* Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-1/+5
* tor-basic-utils: clean up `iter_join`Steven Engler2026-03-031-8/+6