summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'matrix-features' into 'main'Nick Mathewson2022-10-212-0/+100
|\
| * fix doc-feature synchrotrinity-1686a2022-10-161-0/+2
| * add test for many featurestrinity-1686a2022-10-161-0/+98
* | Remove now-needless check_doc_features exception.Nick Mathewson2022-10-201-6/+0
|/
* Abolish maint/readmesIan Jackson2022-10-121-12/+0
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Merge branch 'bridge-parse' into 'main'Ian Jackson2022-10-031-1/+2
|\
| * pt: Make PtTarget::push_setting fallible, and take IntoIan Jackson2022-10-031-1/+2
* | Script to list current version of every crate.arti-v1.0.1Nick Mathewson2022-10-031-0/+15
* | changed_crates: output crates in toposort order.Nick Mathewson2022-10-031-1/+1
|/
* pt: Try to fix docsrs problemIan Jackson2022-09-271-1/+1
* Rename various Transport* types to Pt*.Nick Mathewson2022-09-231-1/+1
* New data types to describe transport targets.Nick Mathewson2022-09-231-0/+5
* maint/docker_reproducible_build: Bump image here tooIan Jackson2022-09-061-1/+1
* maint/reproducible_build: Pass --locked to cargo buildIan Jackson2022-09-061-1/+1
* maint/reproducible_build: Honour $CARGOIan Jackson2022-09-061-1/+4
* maint/reproducible_build: Centralise -p arti --features etc.Ian Jackson2022-09-061-3/+6
* maint/reproducible_build: Bring "cargo build" invocations togetherIan Jackson2022-09-061-3/+7
* update to v5.0.0trinity-1686a2022-08-311-5/+4
* check_licenses: List license for tinystrNick Mathewson2022-08-301-8/+1
* switch from awk to pythontrinity-1686a2022-08-242-85/+135
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+94
* maint/cargo_audit: Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained)Ian Jackson2022-08-221-0/+5
* maint/cargo_audit: Honour $CARGOIan Jackson2022-08-221-1/+1
* format python script in maintFAMASoon2022-08-174-23/+55
* fix error running check_licensestrinity-1686a2022-08-131-1/+1
* Delete unused Enum and fileinput in maint fileFAMASoon2022-08-041-2/+1
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Teach check_licenses to accept license on `unicode-ident`.Nick Mathewson2022-07-201-6/+20
* Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-1/+1
* maint/add_warning: Fix parsing of --checkIan Jackson2022-06-241-1/+1
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
* maint/add_warning: Add two lints via add_warning as a test caseIan Jackson2022-06-241-0/+2
* maint/add_warning: Add ability maintain test lint blocksIan Jackson2022-06-241-8/+34
* maint/add_warning: Scan all files by default, but insist only in someIan Jackson2022-06-241-9/+16
* clippy: Supresss clippy::significant_drop_in_scrutineeIan Jackson2022-06-231-0/+1
* lints: Scheme for allowing us to name nightly lintsIan Jackson2022-06-231-1/+3
* Avoid matching crate names by prefix.Nick Mathewson2022-06-171-1/+5
* Update check_tree to better detect errors in cargo-tree.Nick Mathewson2022-06-161-6/+26
* Add script and CI to make sure `ring` doesn't show up in arti/fullNick Mathewson2022-06-161-0/+24
* CI: Break out maint/via-cargo-installIan Jackson2022-06-081-0/+10
* maint/cargo_sort: Tolerate toplevel Cargo.toml not being sortedIan Jackson2022-06-081-2/+25
* maint/toposort: Make shebang be python3, not pythonIan Jackson2022-06-081-1/+1
* Merge branch 'check-license-fixes' into 'main'Ian Jackson2022-06-021-1/+17
|\
| * check_licenses: list new crates with manual license verificationNick Mathewson2022-05-311-1/+17
* | maint/add_warning: Convert remaining assertsIan Jackson2022-05-311-4/+8
* | maint/add_warning: Introduce ImproperFile and convert one assertIan Jackson2022-05-311-2/+18
* | maint/add_warning: Use python3 argparseIan Jackson2022-05-311-11/+9
* | maint/add_warning: Add "how to fix" to error messageIan Jackson2022-05-311-0/+1
* | maint/add_warning: Provide --check modeIan Jackson2022-05-311-2/+22