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
/
maint
/
fixup-features
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
Teach fixup-features to duplicate the modal indentation in an array
Nick Mathewson
2025-10-02
1
-1
/
+35
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
Update toml_edit dependency to 0.23.4
Nick Mathewson
2025-08-26
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-7
/
+8
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-3
/
+3
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
examples, fixup-features: use inline vars in format string
Nick Mathewson
2025-05-29
1
-3
/
+3
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
Merge branch 'dev/cve/fixup-features' into 'main'
opara
2024-12-03
1
-3
/
+14
|
\
|
*
maint: Add exclusion feature to `fixup-features`
Clara Engler
2024-12-03
1
-3
/
+14
*
|
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
|
/
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
fixup-features: Update to avoid deprecations in latest toml_edit
Nick Mathewson
2024-04-01
2
-6
/
+13
*
Run "fixup-features" in preparation for next release.
Nick Mathewson
2024-03-28
1
-0
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
fixup-features: Upgrade toml_edit and itertools.
Nick Mathewson
2024-02-26
2
-5
/
+4
*
maint/fixup-features: Remove a spurious blank line from Cargo.toml
Ian Jackson
2024-02-08
1
-1
/
+0
*
maint/fixup-features: Add standard lint block with some overrides
Ian Jackson
2024-02-07
1
-0
/
+56
*
maint/fixup-features: Make part of the main workspace
Ian Jackson
2024-02-07
2
-96
/
+0
*
maint/fixup-features: Use .or_default() (prompted by clippy) (fmt)
Ian Jackson
2024-02-07
1
-3
/
+1
*
maint/fixup-features: Use .or_default() (prompted by clippy)
Ian Jackson
2024-02-07
1
-1
/
+1
*
maint/fixup-features: Commit a lockfile
Ian Jackson
2024-02-05
2
-1
/
+94
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
fixup-features: Detect published=>unpublished dependencies
Nick Mathewson
2023-10-04
1
-8
/
+58
*
fixup-features: detect wildcard versions.
Nick Mathewson
2023-10-04
1
-2
/
+26
*
fixup-features: minor doc fix.
Nick Mathewson
2023-05-15
1
-5
/
+5
*
fixup-features: Do not annotate non-features.
Nick Mathewson
2023-05-15
2
-3
/
+7
*
fixup-features: Do not add edges from non-features.
Nick Mathewson
2023-05-15
2
-2
/
+7
*
fixup-features: distinguish internal and external edges
Nick Mathewson
2023-05-15
2
-3
/
+8
*
fixup-features: Add an option to not annotate.
Nick Mathewson
2023-05-15
3
-6
/
+25
*
fixup-features: ability to add annotations for everything.
Nick Mathewson
2023-05-15
1
-7
/
+13
*
fixup-features: fix off-by-one in argument reading.
Nick Mathewson
2023-05-15
1
-1
/
+1
*
fixup-features: Implement remaining rules.
Nick Mathewson
2023-05-15
1
-34
/
+64
*
fixup-features: Enforce __is_experimental tagging rule.
Nick Mathewson
2023-05-15
1
-0
/
+19
*
fixup-features: Revise our rule 2 enforcement to use newer APIs.
Nick Mathewson
2023-05-15
1
-14
/
+14
*
fixup-features: Refactor "apply a list of changes" code into a new module.
Nick Mathewson
2023-05-15
2
-25
/
+88
*
fixup-features: Make a feature graph type in a submodule
Nick Mathewson
2023-05-15
3
-60
/
+149
*
fixup-features: minor spelling and comment fixes.
Nick Mathewson
2023-05-15
1
-1
/
+1
*
fixup-features: Describe the semantics we actually want
Nick Mathewson
2023-05-15
1
-6
/
+26
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Obscure various literal uses of the todo marker
Ian Jackson
2023-03-21
1
-1
/
+1
[next]