summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
...
* Update reproducible_build.sh to use OSX SDK 10.12Nick Mathewson2021-11-041-3/+10
* Remove alternative-name handling from exclude_contributors.txtNick Mathewson2021-10-291-4/+2
* thanks.sh: Remove tempdir on exit.Nick Mathewson2021-10-291-0/+2
* Fix shellcheck warnings in thanks.shNick Mathewson2021-10-291-3/+3
* Merge remote-tracking branch 'origin/mr/113'Nick Mathewson2021-10-292-0/+37
|\
| * Add an attempt at autogenerating contributor lists for releaseseta2021-10-292-0/+37
* | Add a list_crates.py script, for help with foreach scripting.Nick Mathewson2021-10-291-0/+23
|/
* Add a script to enforce topological sorting in workspace Cargo.tomlNick Mathewson2021-10-291-0/+91
* Fix typos and cleanupDimitris Apostolou2021-10-251-4/+4
* Remove chrono exception from cargo_audit.shNick Mathewson2021-10-241-13/+17
* Fix some typos in comments.Nick Mathewson2021-10-191-1/+1
* Upgrade to latest chrono; update cargo_audit.shNick Mathewson2021-10-191-20/+33
* Add in first cargo-audit exception, as an example.Nick Mathewson2021-10-171-0/+19
* Add an ignored cargo-audit warning, with appropriate documentationNick Mathewson2021-10-171-2/+35
* Move "cargo audit" invocation into a script.Nick Mathewson2021-10-171-0/+8
* enable checked_conversions lint.Nick Mathewson2021-10-091-1/+1
* Remove some planned items in add_warnings.Nick Mathewson2021-10-091-8/+12
* Fix some typos (via the "typos" tool)Nick Mathewson2021-10-081-1/+1
* refactor a bit reproducible_build.shTrinity Pointard2021-09-201-57/+56
* add reproducible builds for MacOSTrinity Pointard2021-09-202-14/+68
* Move version-controlled Cargo.lock to /.Nick Mathewson2021-09-202-13/+0
* Typo fixesNick Mathewson2021-09-091-5/+5
* use /dev/shm for reproducible buildsTrinity Pointard2021-08-301-11/+2
* make reproducible Windows buildTrinity Pointard2021-08-291-10/+16
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-273-6/+6
* Merge remote-tracking branch 'origin/mr/67' into unwrap_usedNick Mathewson2021-08-271-1/+1
|\
| * Move "use_unwrap" lint from some to want listS0AndS02021-08-251-1/+1
* | Updates for reproducible build docsNick Mathewson2021-08-263-1/+12
* | address review commentsTrinity Pointard2021-08-263-13/+48
* | fix segfault on static binTrinity Pointard2021-08-251-2/+4
* | make arti availlable as build artifactTrinity Pointard2021-08-252-0/+29
|/
* add_warning.py: explain what to do when no args are givenNick Mathewson2021-08-181-0/+4
* Add clippy::missing_panics_doc to add_warnings.py.Nick Mathewson2021-08-181-0/+1
* Add the "implicit_clone" lint.S0AndS02021-08-171-1/+1
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-0/+1
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-1/+1
* Remove spurious "exit 0"Nick Mathewson2021-08-041-2/+0
* Add my "fuzz everything" script that I like to run overnightNick Mathewson2021-08-041-0/+47
* Add a shell script to verify that every package has an okay license.Nick Mathewson2021-07-061-0/+81
* Add clippy warn needless pass by valueYUAN LYU2021-06-211-1/+1
* Add clippy warn needless borrowYUAN LYU2021-06-211-1/+1
* Note a couple of more desired warnings.Nick Mathewson2021-06-171-0/+2
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Add a script with the command I've been using for coverageNick Mathewson2021-05-261-0/+3
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
* Add a script to use cargo-readme to update all per-crate README.md files.Nick Mathewson2021-05-211-0/+12
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-1/+6
* Add the little script I use to add warnings to crates.Nick Mathewson2021-05-181-0/+100