summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
* fix with_coverage script to exclude pub(crate) mod test from resultstrinity-1686a2022-03-241-1/+1
* downgrade_dependencies: Upgrade darlingIan Jackson2022-03-161-0/+1
* tests/chutney: Merge chutney-launching scriptsNick Mathewson2022-03-101-1/+1
* Omit arti-testing from coverage.Nick Mathewson2022-03-041-0/+1
* fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-041-0/+1
* Reproducible build: Bump to Rust 1.59 and Alpine 3.15Nick Mathewson2022-03-041-1/+4
* add_warning: remove clone_on_ref_ptrNick Mathewson2022-03-011-1/+0
* Add nix exception to downgrade_dependencies.Nick Mathewson2022-02-281-1/+2
* maint/downgrade_dependencies: Upgrade zeroize_derive, env_loggerIan Jackson2022-02-281-0/+2
* Merge branch 'upgrade-dependencies' into 'main'Nick Mathewson2022-02-251-1/+0
|\
| * Remove lexical-core from downgrade_dependencies exceptions.Nick Mathewson2022-02-251-1/+0
* | better config for fuzztrinity-1686a2022-02-232-4/+10
* | add script for coverage on fuzzingtrinity-1686a2022-02-223-3/+47
* | use libfuzz capabilities instead of scriptingtrinity-1686a2022-02-221-23/+9
|/
* maint/add_warning: Remove duplicate argv0 from usage messageIan Jackson2022-02-181-1/+1
* maint/gen_md_links: Add missing +x bitIan Jackson2022-02-181-0/+0
* rename *.py scripts to bare nameIan Jackson2022-02-187-4/+4
* rename *.sh scripts to bare nameIan Jackson2022-02-1812-12/+12
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Remove file ending of shellcheck_all and downgrade_dependencies scriptDaniel Schischkin2022-02-033-3/+3
* Fix typosDimitris Apostolou2022-02-021-1/+1
* Merge branch 'dedup-cobertura' into 'main'Nick Mathewson2022-01-313-2/+43
|\
| * add postprocessing script to deduplicate cobertura reportstrinity-1686a2022-01-283-2/+43
* | Update changed_crates to be more useful.Nick Mathewson2022-01-311-2/+3
* | maint/shellcheck_all.sh: add missing final newlineIan Jackson2022-01-311-1/+1
* | Change which command to command -vDaniel Schischkin2022-01-291-2/+2
* | Add shellcheck script into maint directoryDaniel Schischkin2022-01-291-0/+3
* | Add correct file ending to maint/downgrade_dependenciesDaniel Schischkin2022-01-281-0/+0
|/
* with_coverage: resolve a shellcheck warningNick Mathewson2022-01-271-2/+4
* Once more exclude arti-bench from coverage.Nick Mathewson2022-01-271-0/+1
* with_coverage.sh: split grcov options into separate lines.Nick Mathewson2022-01-271-4/+12
* Merge branch 'coverage-tracking' into 'main'eta2022-01-272-10/+24
|\
| * Add changes in `maint`Arturo Marquez2022-01-262-10/+24
* | with_coverage: Allow toolchain selection.Nick Mathewson2022-01-201-6/+7
* | maint/changed_crates.sh: Add a missing space.Nick Mathewson2022-01-191-1/+1
* | coverage.sh: Treat no-tests-selected as an error.Nick Mathewson2022-01-191-3/+2
* | Rewrite coverage.sh to use with_coverage.Nick Mathewson2022-01-131-2/+100
* | Add the python script I use to generate changelog links.Nick Mathewson2022-01-111-0/+136
* | Add more names to exclude_contributors.txtNick Mathewson2022-01-111-0/+2
* | Move our "minimal versions" code to a script.Nick Mathewson2022-01-071-0/+13
|/
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-11/+10
* Exclude arti-bench from coverage.Nick Mathewson2021-12-211-1/+1
* Python does not have quadruple-quote.Nick Mathewson2021-12-021-1/+1
* Postprocess coverage index.html with python insteadNick Mathewson2021-12-012-21/+132
* script to tell which crates have changed since last release.Nick Mathewson2021-11-291-0/+18
* Merge branch 'coverage-ux' into 'main'eta2021-11-291-14/+118
|\
| * with_coverage: port to work with mawkNick Mathewson2021-11-241-5/+7
| * with_coverage: detect missing llvm-tools-previewNick Mathewson2021-11-241-0/+6
| * with_coverage: include command log in index.htmlNick Mathewson2021-11-231-0/+16
| * with_coverage: Add flags to accumulate data over runs (or not)Nick Mathewson2021-11-231-2/+15