summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-basic-utils: move `iter_join` from arti-relaySteven Engler2026-03-031-0/+33
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-10/+2
|\
| * tor-basic-utils: Simplify ErrorSources iterator.Nick Mathewson2026-02-161-10/+2
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* tor-basic-utils: Add utility to iterate over error sourcesRobert Bartlensky2026-02-142-0/+113
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-032-0/+132
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-069-10/+10
* tor-basic-utils: New function to generate random hostname.Nick Mathewson2025-10-072-0/+81
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Merge branch 'note_result_flatten_msrv' into 'main'David Goulet2025-08-071-2/+3
|\
| * Fix a comment about Result::flattenNick Mathewson2025-08-071-2/+3