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-config
/
src
/
list_builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
config: Update doctests to use Deftly, and to pass
Nick Mathewson
2026-05-27
1
-0
/
+3
*
config: Add a method to fill in a builder with unset defaults
Nick Mathewson
2026-05-27
1
-0
/
+27
*
config: Implement Builder for ListBuilders and MapBuilders.
Nick Mathewson
2026-05-27
1
-0
/
+9
*
tor_config: Make ListBuilders implement ExtendBuilder.
Nick Mathewson
2025-12-09
1
-0
/
+11
*
tor-config: missing #[allow(dead_code)] in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-0
/
+1
*
tor-config: missing $crate in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-1
/
+1
*
tor-config: obviate need for Educe in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-2
/
+11
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+4
*
list_builder: fix a very typoed line.
Nick Mathewson
2024-12-19
1
-1
/
+1
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
1
-4
/
+4
|
\
|
*
tor_config: Hide macro-only re-exports.
Nick Mathewson
2024-03-13
1
-4
/
+4
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-3
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-basic-utils: list_builder: Use standard test lint block
Ian Jackson
2022-11-29
1
-0
/
+8
*
tor-config MultilineListBuilder: Test deserialisation
Ian Jackson
2022-11-29
1
-0
/
+45
*
tor-config MultilineListBuilder: Print line number starting at 1, not 0
Ian Jackson
2022-11-29
1
-1
/
+1
*
tor-config list_builder tests: Move Outer up a level
Ian Jackson
2022-11-29
1
-19
/
+19
*
MultilineListBuilder: Use a manual implementation of Deserialize
Ian Jackson
2022-11-29
1
-2
/
+52
*
Make the bridge list in the builder be a list of BridgeConfigBuilder
Ian Jackson
2022-11-21
1
-26
/
+24
*
tor-basic-utils: list_builder: Introduce DirectDefaultEmptyListBuilderAccessors
Ian Jackson
2022-11-21
1
-0
/
+63
*
tor-config: Provide MultilineListBuilder
Ian Jackson
2022-10-12
1
-0
/
+207
*
tor-config: Remove unneeded braces in an example
Ian Jackson
2022-10-12
1
-1
/
+1
*
tor_config: define_list_builder_helper: Support custom serde
Ian Jackson
2022-10-12
1
-2
/
+42
*
fix nighly clippy
trinity-1686a
2022-07-23
1
-4
/
+4
*
Merge branch 'config-test' into 'main'
Ian Jackson
2022-05-31
1
-2
/
+1
|
\
|
*
tor-config: Drop Serialize and Deserialize from a test type
Ian Jackson
2022-05-30
1
-2
/
+1
*
|
Add a few coverage-based tests to tor-config.
Nick Mathewson
2022-05-31
1
-0
/
+13
|
/
*
Add a couple of "pub use" to make nightly rustdoc pass.
Nick Mathewson
2022-05-20
1
-0
/
+3
*
Merge branch 'typos-20220504' into 'main'
eta
2022-05-05
1
-3
/
+3
|
\
|
*
Fix typos (using the typos-cli tool).
Nick Mathewson
2022-05-04
1
-3
/
+3
*
|
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-11
/
+13
|
/
*
list_builder: Add some xrefs about macro_rules limitations
Ian Jackson
2022-05-04
1
-0
/
+8
*
Fix typo
Nick Mathewson
2022-05-04
1
-1
/
+1
*
list_builder: Provide VecBuilder
Ian Jackson
2022-05-04
1
-0
/
+41
*
list_builder: Use Educe to derive Default
Ian Jackson
2022-05-04
1
-1
/
+2
*
list_builder: Make helper capable of handling generics
Ian Jackson
2022-05-04
1
-3
/
+15
*
list_builder: Actually honour attributes
Ian Jackson
2022-05-04
1
-1
/
+4
*
Fix typos
Nick Mathewson
2022-05-04
1
-2
/
+2
*
Change builder list API
Ian Jackson
2022-05-04
1
-113
/
+275
*
Introduce ThingListBuilder::default_list
Ian Jackson
2022-05-04
1
-5
/
+8
*
list-builder: Provide tests of all methods
Ian Jackson
2022-04-25
1
-0
/
+31
*
list_builder: Allow the struct to not be pub
Ian Jackson
2022-04-25
1
-6
/
+6
*
list_builder: Use $crate namespaced imports
Ian Jackson
2022-04-25
1
-3
/
+3
*
Document defaults for all the config lists
Ian Jackson
2022-04-25
1
-0
/
+1
*
define_list_config_builder: Provide example of item_build
Ian Jackson
2022-04-25
1
-0
/
+30
[next]