summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
* check_licenses: Whitelist for crates that may use LGPL-3.0-onlyMicah Elizabeth Scott2023-07-271-6/+18
* equix, hashx: Prepare for an initial LGPL releaseMicah Elizabeth Scott2023-07-271-3/+5
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-0/+6
* Fix typosDimitris Apostolou2023-07-221-1/+1
* cargo audit: un-ignore RUSTSEC-2023-0040 ("`users` is unmaintained"Ian Jackson2023-07-141-3/+0
* tor-proto: Add a suppression to "fix" the CIIan Jackson2023-07-121-0/+2
* clippy: in tests, allow clippy::useless_vecIan Jackson2023-07-101-0/+1
* clippy: globally allow clippy::needless_raw_string_hashesIan Jackson2023-07-101-0/+1
* Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-071-1/+0
|\
| * add_warning: Tolerate clippy::missing_panics_docNick Mathewson2023-07-061-1/+0
* | tor-rtcompat: Simplify trivial all() expressions.Nick Mathewson2023-07-061-2/+2
|/
* Replace our old complex semver-checks script.Nick Mathewson2023-06-291-106/+6
* lints: Promote clippy::print_stderr and clippy::print_stdoutIan Jackson2023-06-211-0/+2
* CI: add script to test every crate with default featuresIan Jackson2023-06-141-0/+19
* maint/cargo-audit: Ignore RUSTSEC-2023-0040 (the users crate is unmaintained)Gabriela Moldovan2023-06-051-0/+3
* New script to run cargo-semver-checks with appropriate options.Nick Mathewson2023-05-311-0/+121
* maint/check_license: Make MPL-2.0 into an allow-listNick Mathewson2023-05-231-1/+22
* thanks: Also acknowledge Suggested-ByNick Mathewson2023-05-221-0/+2
* maint/thanks: Split up some long pipelinesNick Mathewson2023-05-181-2/+9
* maint/thanks: Remove email addresses from git trailersNick Mathewson2023-05-181-1/+1
* maint/thanks: Include some git trailers in acknowledgmentsNick Mathewson2023-05-181-3/+18
* fixup-features: minor doc fix.Nick Mathewson2023-05-151-5/+5
* fixup-features: Do not annotate non-features.Nick Mathewson2023-05-152-3/+7
* fixup-features: Do not add edges from non-features.Nick Mathewson2023-05-152-2/+7
* fixup-features: distinguish internal and external edgesNick Mathewson2023-05-152-3/+8
* fixup-features: Add an option to not annotate.Nick Mathewson2023-05-153-6/+25
* fixup-features: ability to add annotations for everything.Nick Mathewson2023-05-151-7/+13
* fixup-features: fix off-by-one in argument reading.Nick Mathewson2023-05-151-1/+1
* fixup-features: Implement remaining rules.Nick Mathewson2023-05-151-34/+64
* fixup-features: Enforce __is_experimental tagging rule.Nick Mathewson2023-05-151-0/+19
* fixup-features: Revise our rule 2 enforcement to use newer APIs.Nick Mathewson2023-05-151-14/+14
* fixup-features: Refactor "apply a list of changes" code into a new module.Nick Mathewson2023-05-152-25/+88
* fixup-features: Make a feature graph type in a submoduleNick Mathewson2023-05-153-60/+149
* fixup-features: minor spelling and comment fixes.Nick Mathewson2023-05-151-1/+1
* fixup-features: Describe the semantics we actually wantNick Mathewson2023-05-151-6/+26
* allow rustls-webpki licensetrinity-1686a2023-05-081-0/+1
* check-licenses: Permit MPL-2.0Nick Mathewson2023-05-041-0/+1
* fix macos reproducible buildstrinity-1686a2023-04-161-1/+1
* Bump Rust version in reproducible build scriptsNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Add Gabi to exclude_contributors.Nick Mathewson2023-03-311-0/+3
* Fix typosDimitris Apostolou2023-03-241-1/+1
* maint/check_todos: Offer advice on workarounds, if trippedIan Jackson2023-03-211-0/+22
* Obscure various literal uses of the todo markerIan Jackson2023-03-212-2/+2
* maint/check_todos: New scriptIan Jackson2023-03-211-0/+31
* fixup-features: Use write-and-rename pattern.Nick Mathewson2023-03-201-1/+3
* fixup-features: Improve a comment.Nick Mathewson2023-03-201-1/+1
* fixup-features: Simplify "optionality" detection.Nick Mathewson2023-03-201-17/+13
* New "fixup-features" tool to enforce properties in Cargo.tomlsNick Mathewson2023-03-203-0/+346
* Merge branch 'check_env' into 'main'Ian Jackson2023-03-012-23/+122
|\